Home
last modified time | relevance | path

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

/coreutils/src/
Dhead.c476 off_t bytes_remaining = diff < 0 ? 0 : diff; in elide_tail_bytes_file() local
478 if (bytes_remaining <= n_elide) in elide_tail_bytes_file()
481 enum Copy_fd_status err = copy_fd (fd, bytes_remaining - n_elide); in elide_tail_bytes_file()
Dtail.c1867 off_t bytes_remaining = end_pos - current_pos; in tail_bytes() local
1869 if (n_bytes < bytes_remaining) in tail_bytes()