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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dnmeter.c49 char *cur_outbuf; member in struct:globals
66 #define cur_outbuf (G.cur_outbuf ) macro
79 cur_outbuf = outbuf; \
89 cur_outbuf = outbuf;
94 return cur_outbuf - outbuf;
99 int sz = cur_outbuf - outbuf;
102 cur_outbuf = outbuf;
109 if (sz > outbuf + sizeof(outbuf) - cur_outbuf)
110 sz = outbuf + sizeof(outbuf) - cur_outbuf;
[all...]

Completed in 45 milliseconds