Searched refs:tailbuf (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.c85 char *tailbuf; local
155 buf = tailbuf = xmalloc(tailbufsize);
174 buf = tailbuf;
201 memmove(tailbuf, tailbuf + taillen - count, count);
224 s = tailbuf;
231 taillen += nread - (s - tailbuf);
232 memmove(tailbuf, s, taillen);
237 tailbuf = xrealloc(tailbuf, tailbufsiz
[all...]

Completed in 83 milliseconds