Home
last modified time | relevance | path

Searched refs:instroot (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c596 char *instroot, *buf; in clgrnam() local
600 if ((instroot = get_install_root()) != NULL) { in clgrnam()
601 bufsz = strlen(instroot) + strlen(GROUP) + 1; in clgrnam()
605 strlen(instroot) + strlen(GROUP), "buf"); in clgrnam()
607 (void) snprintf(buf, bufsz, "%s%s", instroot, GROUP); in clgrnam()
636 char *instroot, *buf; in clpwnam() local
639 if ((instroot = get_install_root()) != NULL) { in clpwnam()
640 if (asprintf(&buf, "%s%s", instroot, PASSWD) < 0) { in clpwnam()
643 strlen(instroot) + strlen(PASSWD), "buf"); in clpwnam()
674 char *instroot, *buf; in clgrgid() local
[all …]