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

/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c75 next_n(int *n, char **nwpkg) argument
80 nwpkg = (char **)realloc(nwpkg,
82 if (nwpkg == NULL) {
90 return (nwpkg);
120 char *savedir, **nwpkg; local
160 nwpkg = (char **)calloc(MALLOCSIZ, sizeof (char **));
161 n = ckitem(menup, nwpkg, MALLOCSIZ, "all", NULL,
164 free(nwpkg);
169 if (strcmp(nwpkg[
[all...]

Completed in 41 milliseconds