Searched refs:dump_remainder (Results 1 – 2 of 2) sorted by relevance
/coreutils/src/ |
D | tail.c | 433 dump_remainder (bool want_header, char const *pretty_filename, int fd, in dump_remainder() function 566 *read_pos += dump_remainder (false, pretty_filename, fd, in file_lines() 578 *read_pos = start_pos + dump_remainder (false, pretty_filename, fd, in file_lines() 1275 bytes_read = dump_remainder (false, name, fd, bytes_to_read); in tail_forever() 1432 uintmax_t bytes_read = dump_remainder (want_header, name, fspec->fd, in check_fspec() 1878 *read_pos += dump_remainder (false, pretty_filename, fd, n_bytes); in tail_bytes() 1902 *read_pos += dump_remainder (false, pretty_filename, fd, COPY_TO_EOF); in tail_lines()
|
/coreutils/doc/ |
D | coreutils.texi | 6177 tail_forever dump_remainder 6181 tail_lines dump_remainder 6186 tail_bytes dump_remainder 6188 file_lines dump_remainder 6197 dump_remainder
|