Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c1468 char *evbuf; in tail_forever_inotify() local
1599 evbuf = xmalloc (evlen); in tail_forever_inotify()
1663 len = safe_read (wd, evbuf, evlen); in tail_forever_inotify()
1673 evbuf = xrealloc (evbuf, evlen); in tail_forever_inotify()
1681 void_ev = evbuf + evbuf_off; in tail_forever_inotify()