Searched defs:bytes_read (Results 1 – 12 of 12) sorted by relevance
/coreutils/src/ |
D | wc_avx2.c | 52 ssize_t bytes_read = read (fd, avx_buf, sizeof avx_buf); in wc_lines_avx2() local
|
D | cksum_pclmul.c | 41 size_t bytes_read; in cksum_pclmul() local
|
D | wc.c | 266 ssize_t bytes_read = read (fd, buf, BUFFER_SIZE); in wc_lines() local 388 for (ssize_t bytes_read; in wc() local 415 for (ssize_t bytes_read; in wc() local 555 for (ssize_t bytes_read; (bytes_read = read (fd, buf, BUFFER_SIZE)); ) in wc() local
|
D | tee.c | 231 ssize_t bytes_read = 0; in tee_files() local
|
D | tail.c | 444 size_t bytes_read = safe_read (fd, buffer, n); in dump_remainder() local 522 size_t bytes_read; in file_lines() local 851 size_t bytes_read = safe_read (fd, buffer, BUFSIZ); in start_bytes() local 888 size_t bytes_read = safe_read (fd, buffer, BUFSIZ); in start_lines() local 1165 uintmax_t bytes_read; in tail_forever() local 1432 uintmax_t bytes_read = dump_remainder (want_header, name, fspec->fd, in check_fspec() local
|
D | head.c | 653 size_t bytes_read; in elide_tail_lines_seekable() local 782 size_t bytes_read; in head_bytes() local 806 size_t bytes_read = safe_read (fd, buffer, BUFSIZ); in head_lines() local
|
D | cksum.c | 168 size_t bytes_read; in cksum_slice8() local
|
D | tac-pipe.c | 62 size_t bytes_read; in buf_init_from_stdin() local
|
D | tac.c | 388 size_t bytes_read = safe_read (input_fd, G_buffer, read_size); in copy_to_temp() local
|
D | tr.c | 1649 size_t bytes_read = plain_read (buf, size); in read_and_xlate() local 1888 size_t bytes_read = read_and_xlate (io_buf, sizeof io_buf); in main() local
|
D | csplit.c | 258 idx_t bytes_read; in read_input() local
|
D | sort.c | 1795 size_t bytes_read = fread (ptr, 1, readsize, fp); in fillbuf() local
|