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