Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c1469 size_t evbuf_off = 0; in tail_forever_inotify() local
1618 if (len <= evbuf_off) in tail_forever_inotify()
1664 evbuf_off = 0; in tail_forever_inotify()
1681 void_ev = evbuf + evbuf_off; in tail_forever_inotify()
1683 evbuf_off += sizeof (*ev) + ev->len; in tail_forever_inotify()