Searched defs:instroot (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dncgrpw.c596 char *instroot, *buf; local
599 if ((instroot = get_install_root()) != NULL) {
600 if ((buf = (char *)malloc(strlen(instroot) +
604 strlen(instroot) + strlen(GROUP), "buf");
606 (void) sprintf(buf, "%s%s", instroot, GROUP);
635 char *instroot, *buf; local
638 if ((instroot = get_install_root()) != NULL) {
639 if ((buf = (char *)malloc(strlen(instroot) +
643 strlen(instroot) + strlen(PASSWD), "buf");
645 (void) sprintf(buf, "%s%s", instroot, PASSW
674 char *instroot, *buf; local
713 char *instroot, *buf; local
[all...]

Completed in 15 milliseconds