Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c1467 size_t evlen = 0; in tail_forever_inotify() local
1494 if (evlen < fnlen) in tail_forever_inotify()
1495 evlen = fnlen; in tail_forever_inotify()
1598 evlen += sizeof (struct inotify_event) + 1; in tail_forever_inotify()
1599 evbuf = xmalloc (evlen); in tail_forever_inotify()
1663 len = safe_read (wd, evbuf, evlen); in tail_forever_inotify()
1672 evlen *= 2; in tail_forever_inotify()
1673 evbuf = xrealloc (evbuf, evlen); in tail_forever_inotify()