Lines Matching refs:listpp
268 struct netconfig **listpp; /* the beginning of the netconfig list */ in getnetlist() local
290 if ((listpp = malloc((count + 1) * in getnetlist()
306 for (tpp = listpp; *tpp = fgetnetconfig(fp, NULL); tpp++) in getnetlist()
311 netlist_free(&listpp); in getnetlist()
312 return (listpp); in getnetlist()
666 char **listpp; /* the beginning of the list of dir routines */ in getlookups() local
673 if ((listpp = malloc((num + 1) * sizeof (char *))) == NULL) in getlookups()
676 tpp = listpp; in getlookups()
697 for (tpp = listpp; *tpp; tpp++) in getlookups()
699 free(listpp); in getlookups()
704 return (listpp); in getlookups()