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

/freebsd-current/usr.bin/join/
H A Djoin.c83 static u_long olistalloc; /* output field allocated count */ variable
556 if (olistcnt == olistalloc) {
557 olistalloc += 50;
559 olistalloc * sizeof(OLIST))) == NULL)

Completed in 56 milliseconds