Home
last modified time | relevance | path

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

/coreutils/src/
Dhead.c252 uintmax_t desired_pos = current_pos; in elide_tail_bytes_pipe() local
334 desired_pos += n_elide - delta; in elide_tail_bytes_pipe()
341 desired_pos += n_read - n_elide; in elide_tail_bytes_pipe()
402 desired_pos += n_read; in elide_tail_bytes_pipe()
413 desired_pos += rem; in elide_tail_bytes_pipe()
440 desired_pos += x; in elide_tail_bytes_pipe()
451 if (0 <= current_pos && elseek (fd, desired_pos, SEEK_SET, filename) < 0) in elide_tail_bytes_pipe()
508 uintmax_t desired_pos = current_pos; in elide_tail_lines_pipe() local
531 desired_pos += n_read; in elide_tail_lines_pipe()
572 desired_pos += first->nbytes; in elide_tail_lines_pipe()
[all …]