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

/freebsd-10.1-release/usr.bin/fold/
H A Dfold.c158 static int buf_max; local
190 if (indx + 1 > buf_max) {
191 buf_max += LINE_MAX;
192 buf = realloc(buf, sizeof(*buf) * buf_max);

Completed in 90 milliseconds