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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/sysklogd/
H A Dlogread.c86 unsigned shbuf_tail; local
99 shbuf_tail = shbuf->tail;
104 cur, shbuf_tail, shbuf_size);
111 cur = strnlen(shbuf_data, shbuf_tail);
112 if (cur == shbuf_tail)
120 if (cur == shbuf_tail) {
130 len_first_part = len_total = shbuf_tail - cur;
141 memcpy(copy + len_first_part, shbuf_data, shbuf_tail);
145 cur = shbuf_tail;
147 while (cur != shbuf_tail) {
[all...]

Completed in 58 milliseconds