Searched refs:nwpkg (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | gpkglist.c | 75 next_n(int *n, char **nwpkg) in next_n() argument 80 nwpkg = (char **)realloc(nwpkg, in next_n() 82 if (nwpkg == NULL) { in next_n() 90 return (nwpkg); in next_n() 120 char *savedir, **nwpkg; in gpkglist() local 161 nwpkg = (char **)calloc(MALLOCSIZ, sizeof (char **)); in gpkglist() 162 n = ckitem(menup, nwpkg, MALLOCSIZ, "all", NULL, in gpkglist() 165 free(nwpkg); in gpkglist() 170 if (strcmp(nwpkg[0], "all") == 0) { in gpkglist() 173 nwpkg[n] = strdup(chp->token); in gpkglist() [all …]
|