Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Dtail.c68 static int try_lseek(int fd, long bytes, long lines) in try_lseek() function
150 if (try_lseek(fd, bytes, lines)) return; in do_tail()