Searched refs:taillen (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtail.c87 int taillen = 0; local
175 taillen = 0;
179 while ((nread = tail_read(fds[i], buf, tailbufsize-taillen)) > 0) {
199 taillen += nread;
200 if (taillen > count) {
201 memmove(tailbuf, tailbuf + taillen - count, count);
202 taillen = count;
217 taillen += nread;
231 taillen += nread - (s - tailbuf);
232 memmove(tailbuf, s, taillen);
[all...]

Completed in 39 milliseconds