Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c81 #define COPY_TO_EOF UINTMAX_MAX macro
461 if (n_bytes != COPY_TO_EOF) in dump_remainder()
1273 bytes_to_read = COPY_TO_EOF; in tail_forever()
1433 COPY_TO_EOF); in check_fspec()
1847 n_bytes = COPY_TO_EOF; in tail_bytes()
1902 *read_pos += dump_remainder (false, pretty_filename, fd, COPY_TO_EOF); in tail_lines()