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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dfgets_str.c21 int linebufsz = 0; local
33 while (idx > linebufsz - 2) {
34 linebufsz += 200;
35 linebuf = xrealloc(linebuf, linebufsz);
H A Dget_line_from_file.c25 int linebufsz = 0; local
29 if (idx >= linebufsz) {
30 linebufsz += 80;
31 linebuf = xrealloc(linebuf, linebufsz);

Completed in 37 milliseconds