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

/freebsd-12-stable/usr.bin/fold/
H A Dfold.c160 static int buf_max; local
192 if (indx + 1 > buf_max) {
193 buf_max += LINE_MAX;
194 buf = realloc(buf, sizeof(*buf) * buf_max);

Completed in 107 milliseconds