Lines Matching refs:newValue
2342 char *newValue;
2466 newValue = getenv(param);
2474 if ((newValue == NULL) &&
2487 if (newValue == NULL) {
2496 if (strcmp(newValue, oldValue) == 0) {
2511 pkgVersion, param, oldValue, newValue);
2521 oldValue, newValue);
2543 newValue = getenv(PKG_ALLZONES_VARIABLE);
2550 if ((newValue != NULL) && (*SUNW_PKG_ALLZONES == '\0') &&
2551 (strcasecmp(newValue, "false") != 0)) {
2554 pkgVersion, PKG_ALLZONES_VARIABLE, newValue);
2560 newValue = getenv(PKG_THISZONE_VARIABLE);
2566 if ((newValue != NULL) && (*SUNW_PKG_THISZONE == '\0') &&
2567 (strcasecmp(newValue, "false") != 0)) {
2570 pkgVersion, PKG_THISZONE_VARIABLE, newValue);
2576 newValue = getenv(PKG_HOLLOW_VARIABLE);
2580 if ((newValue != NULL) && (*SUNW_PKG_HOLLOW == '\0') &&
2581 (strcasecmp(newValue, "false") != 0)) {
2584 pkgVersion, PKG_HOLLOW_VARIABLE, newValue);