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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsvlogd.c41 static int linemax = 1000; variable
440 if (ld->size >= (ld->sizemax - linemax))
836 linemax = xatou_range(l, 0, BUFSIZ-26);
837 if (linemax == 0) linemax = BUFSIZ-26;
838 if (linemax < 256) linemax = 256;
852 ////if (buflen <= linemax) usage();
862 /* line = xmalloc(linemax + (timestamp ? 26 : 0)); */
904 /* lineptr[0..linemax
[all...]

Completed in 106 milliseconds