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

/openbsd-current/usr.bin/mail/
H A Dlist.c377 char *linebuf, *linebuf2; local
400 linebuf2 = realloc(linebuf, newsize);
401 if (linebuf2 == NULL)
403 linebuf = linebuf2;

Completed in 178 milliseconds