Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c136 bool tailable; member
954 bool was_tailable = f->tailable; in recheck()
965 f->tailable = !(reopen_inaccessible_files && fd == -1); in recheck()
984 if (!f->tailable) in recheck()
1007 f->tailable = false; in recheck()
1978 f->tailable = !(reopen_inaccessible_files && fd == -1); in tail_file()
2023 f->tailable = false; in tail_file()
/coreutils/
DNEWS1253 by a tailable file. This was handled correctly when inotify was available,