Home
last modified time | relevance | path

Searched defs:length (Results 1 – 13 of 13) sorted by relevance

/coreutils/src/
Dsum.c40 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()
Ddigest.c243 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 …]
Dcksum.c167 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()
Dpathchk.c339 size_t length = component_len (start); in validate_file_name() local
364 idx_t length; in validate_file_name() local
Dcksum_pclmul.c40 uintmax_t length = 0; in cksum_pclmul() local
Dptx.c126 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
Dprintf.c341 print_direc (char const *start, size_t length, char conversion, in print_direc()
Dtr.c155 count length; member
1239 count length = 0; in get_spec_stats() local
Dfmt.c136 int length; /* length of this word */ member
Dsystem.h509 is_nul (void const *buf, size_t length) in is_nul()
Ddd.c1341 iftruncate (int fd, off_t length) in iftruncate()
Dcopy.c234 punch_hole (int fd, off_t offset, off_t length) in punch_hole()
Dsort.c178 size_t length; /* Length including final newline. */ member