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

/freebsd-11-stable/lib/libc/stdio/
H A Dgetdelim.c65 expandtofit(char ** __restrict linep, size_t len, size_t * __restrict capp) function
101 if (expandtofit(dstp, srclen + *dstlenp + 1, dstcapp))
128 if (!__sfeof(fp) || expandtofit(linep, 1, linecapp))

Completed in 53 milliseconds