Lines Matching refs:pnxt
1092 char **pnxt; /* Ptr to next attribute */
1212 pnxt = *notfounds;
1213 if (*pnxt = malloc(strlen(*pp)+1)) {
1216 (void) strcpy(*pnxt++, *pp);
1229 if (*pnxt = malloc(strlen(*pp)+1))
1230 (void) strcpy(*pnxt++, *pp);
1233 for (pnxt = *notfounds; *pnxt; pnxt++)
1234 free(*pnxt);
1245 if (!nonotfounds) *pnxt = NULL;
1299 for (pnxt = *notfounds; *pnxt; pnxt++)
1300 free(*pnxt);