Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c437 uintmax_t n_remaining = n_bytes; in dump_remainder() local
443 size_t n = MIN (n_remaining, BUFSIZ); in dump_remainder()
463 n_remaining -= bytes_read; in dump_remainder()
464 if (n_remaining == 0 || n_bytes == COPY_A_BUFFER) in dump_remainder()
864 size_t n_remaining = bytes_read - n_bytes; in start_bytes() local
866 xwrite_stdout (&buffer[n_bytes], n_remaining); in start_bytes()