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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c2342 char *newValue; local
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, "fals
[all...]

Completed in 75 milliseconds