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()
636 char *instroot, *buf; in clpwnam() local
639 if ((instroot = get_install_root()) != NULL) { in clpwnam()
674 char *instroot, *buf; in clgrgid() local
677 if ((instroot = get_install_root()) != NULL) { in clgrgid()
681 strlen(instroot) + strlen(GROUP), "buf"); in clgrgid()
713 char *instroot, *buf; in clpwuid() local
[all …]