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