Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c478 xlseek (int fd, off_t offset, int whence, char const *filename) in xlseek() function
536 xlseek (fd, pos, SEEK_SET, pretty_filename); in file_lines()
577 xlseek (fd, start_pos, SEEK_SET, pretty_filename); in file_lines()
583 xlseek (fd, pos, SEEK_SET, pretty_filename); in file_lines()
1085 xlseek (fd, 0, SEEK_SET, pretty_name (f)); in recheck()
1252 xlseek (fd, 0, SEEK_SET, name); in tail_forever()
1423 xlseek (fspec->fd, 0, SEEK_SET, name); in check_fspec()
1838 && xlseek (fd, n_bytes, SEEK_CUR, pretty_filename) >= 0) in tail_bytes()
1864 current_pos = xlseek (fd, 0, SEEK_CUR, pretty_filename); in tail_bytes()
1872 xlseek (fd, current_pos, SEEK_SET, pretty_filename); in tail_bytes()
[all …]
/coreutils/
DTODO60 tail: don't use xlseek; it *exits*.
/coreutils/doc/
Dcoreutils.texi6184 tail_bytes xlseek
6201 xlseek