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

/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dlpd.c155 char **newblist; local
168 newblist = realloc(blist,
170 if (newblist == NULL)
172 blist = newblist;

Completed in 105 milliseconds