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

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c249 char *blist = NULL; local
252 if ((blist = strdup(brands)) == NULL)
255 if ((str = strtok(blist, delim)) != NULL) {
277 free(blist);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c188 static struct blocked *blist; variable in typeref:struct:blocked
204 for(bp=blist ; bp; bp=bp->next)
215 pp->next = blist;
216 blist = pp;
223 blist = bp = bp->next;

Completed in 20 milliseconds