Searched refs:instroot (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | ncgrpw.c | 596 char *instroot, *buf; local 600 if ((instroot = get_install_root()) != NULL) { 601 bufsz = strlen(instroot) + strlen(GROUP) + 1; 605 strlen(instroot) + strlen(GROUP), "buf"); 607 (void) snprintf(buf, bufsz, "%s%s", instroot, GROUP); 636 char *instroot, *buf; local 639 if ((instroot = get_install_root()) != NULL) { 640 if (asprintf(&buf, "%s%s", instroot, PASSWD) < 0) { 643 strlen(instroot) + strlen(PASSWD), "buf"); 674 char *instroot, *bu local 713 char *instroot, *buf; local [all...] |
Completed in 85 milliseconds