Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dtail.c160 if (CFG_TAIL_SEEK && try_lseek(fd, bytes, lines)) return; in do_tail()
/external/toybox/generated/
Dconfig.h169 #define CFG_TAIL_SEEK 1 macro