Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dtail.c76 static int try_lseek(int fd, long bytes, long lines) in try_lseek() function
160 if (CFG_TAIL_SEEK && try_lseek(fd, bytes, lines)) return; in do_tail()