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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c462 * specified, for any package that has SUNW_PKG_HOLLOW=true:
545 * --> package that has SUNW_PKG_HOLLOW=true:
2340 char SUNW_PKG_HOLLOW[MAX_PKG_PARAM_LENGTH] = {'\0'}; local
2412 (void) strlcpy(SUNW_PKG_HOLLOW, oldValue,
2413 sizeof (SUNW_PKG_HOLLOW));
2574 /* SUNW_PKG_HOLLOW */
2578 /* complain if setting SUNW_PKG_HOLLOW to other than "false" */
2580 if ((newValue != NULL) && (*SUNW_PKG_HOLLOW == '\0') &&

Completed in 795 milliseconds