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

/freebsd-current/usr.bin/join/
H A Djoin.c56 u_long linealloc; /* line allocated count */ member in struct:__anon120
315 if (lp->linealloc <= (size_t)(len + 1)) {
316 lp->linealloc += MAX(100, len + 1 - lp->linealloc);
318 realloc(lp->line, lp->linealloc)) == NULL)

Completed in 82 milliseconds