Lines Matching refs:instroot
596 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
677 if ((instroot = get_install_root()) != NULL) { in clgrgid()
678 if (asprintf(&buf, "%s%s", instroot, GROUP) < 0) { in clgrgid()
681 strlen(instroot) + strlen(GROUP), "buf"); in clgrgid()
713 char *instroot, *buf; in clpwuid() local
716 if ((instroot = get_install_root()) != NULL) { in clpwuid()
717 if (asprintf(&buf, "%s%s", instroot, PASSWD) < 0) { in clpwuid()
719 strlen(instroot) + strlen(PASSWD), "buf"); in clpwuid()