Home
last modified time | relevance | path

Searched refs:thisZonePackages (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c67 static char **thisZonePackages; variable
922 if (thisZonePackages == (char **)NULL) { in pkgAddThisZonePackage()
923 thisZonePackages = in pkgAddThisZonePackage()
926 thisZonePackages = in pkgAddThisZonePackage()
927 (char **)realloc(thisZonePackages, in pkgAddThisZonePackage()
933 if (thisZonePackages == (char **)NULL) { in pkgAddThisZonePackage()
940 thisZonePackages[numThisZonePackages] = strdup(a_pkgInst); in pkgAddThisZonePackage()
941 if (thisZonePackages[numThisZonePackages] == (char *)NULL) { in pkgAddThisZonePackage()
950 thisZonePackages[numThisZonePackages] = (char *)NULL; in pkgAddThisZonePackage()
955 thisZonePackages[numThisZonePackages-1]); in pkgAddThisZonePackage()
[all …]