Home
last modified time | relevance | path

Searched refs:read_pos (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtail.c519 off_t start_pos, off_t end_pos, uintmax_t *read_pos) in file_lines() argument
543 *read_pos = pos + bytes_read; in file_lines()
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()
592 *read_pos = pos + bytes_read; in file_lines()
606 uintmax_t *read_pos) in pipe_lines() argument
633 *read_pos += n_read; in pipe_lines()
744 uintmax_t *read_pos) in pipe_bytes() argument
770 *read_pos += n_read; in pipe_bytes()
845 uintmax_t *read_pos) in start_bytes() argument
[all …]