Lines Matching defs:srcinst
125 static char *srcinst = NULL;
902 srcinst = argv[optind++];
933 pkginst ? pkginst : (srcinst ? srcinst : ""),
1069 pkgnames[0] = srcinst;
1089 b = unpack_package_from_stream(idsName, srcinst,
1093 srcinst ? srcinst : "?",
1106 if (snprintf(instdir, PATH_MAX, "%s/%s", pkgdev.dirname, srcinst)
1196 if (pkgenv(srcinst, p_pkginfo, p_pkgmap)) {
1222 if (!lockinst(get_prog_name(), srcinst, "install-initial")) {
2065 instvol(extlist, srcinst, part, nparts,
2206 /* Get srcinst down to a name. */
2207 if (dotptr = strchr(srcinst, '.'))
2209 progerr(ERR_NEWBD, srcinst,
2253 * Get srcinst down to a name.
2255 if (dotptr = strchr(srcinst, '.'))
2259 progerr(ERR_ADMBD, srcinst,
2434 /* Get srcinst down to a* name */
2436 if (dotptr = strchr(srcinst, '.')) {
2440 progerr(ERR_ADMBD, srcinst,
2674 (void) set_respfile(respfile, srcinst, RESP_WR);
2857 dparts = ds_findpkg(pkgdev.cdevice, srcinst);
2859 progerr(ERR_DSARCH, srcinst);