Searched defs:length (Results 1 – 13 of 13) sorted by relevance
/coreutils/src/ |
D | sum.c | 40 bsd_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in bsd_sum_stream() 118 sysv_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in sysv_sum_stream() 195 uintmax_t length) in output_bsd() 220 uintmax_t length) in output_sysv()
|
D | digest.c | 243 md5_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in md5_sum_stream() 248 sha1_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in sha1_sum_stream() 253 sha224_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in sha224_sum_stream() 258 sha256_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in sha256_sum_stream() 263 sha384_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in sha384_sum_stream() 268 sha512_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in sha512_sum_stream() 273 blake2b_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in blake2b_sum_stream() 278 sm3_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in sm3_sum_stream() 571 size_t length = strcspn (s, "\\\n\r"); in problematic_chars() local 819 uintmax_t length; in split_3() local [all …]
|
D | cksum.c | 167 uintmax_t length = 0; in cksum_slice8() local 220 crc_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in crc_sum_stream() 253 bool tagged, unsigned char delim, bool args, uintmax_t length) in output_crc()
|
D | pathchk.c | 339 size_t length = component_len (start); in validate_file_name() local 364 idx_t length; in validate_file_name() local
|
D | cksum_pclmul.c | 40 uintmax_t length = 0; in cksum_pclmul() local
|
D | ptx.c | 126 ptrdiff_t length; /* number of used entries */ member 297 int length; /* length of \nnn escape */ in unescape_string() local 542 ptrdiff_t length; /* minimum of two lengths */ in compare_words() local
|
D | printf.c | 341 print_direc (char const *start, size_t length, char conversion, in print_direc()
|
D | tr.c | 155 count length; member 1239 count length = 0; in get_spec_stats() local
|
D | fmt.c | 136 int length; /* length of this word */ member
|
D | system.h | 509 is_nul (void const *buf, size_t length) in is_nul()
|
D | dd.c | 1341 iftruncate (int fd, off_t length) in iftruncate()
|
D | copy.c | 234 punch_hole (int fd, off_t offset, off_t length) in punch_hole()
|
D | sort.c | 178 size_t length; /* Length including final newline. */ member
|