Lines Matching refs:thisZonePackages
67 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()
983 if (strcmp(a_pkgInst, thisZonePackages[n]) == 0) { in pkgPackageIsThisZone()