Searched refs:envfile (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c89 "\t\t-m pkgmap [-e envfile]\n" \
121 *envfile; variable
275 envfile = optarg;
393 if (checkmap(0, (device != NULL), mapfile, envfile, NULL,
400 if (qflag || xflag || nflag || envfile)
474 envfile = locenv;
480 if (checkmap(0, (device != NULL), file, envfile,
487 if (envfile)
H A Dcheckmap.c87 * is in the installed state or not. The envfile entry is usually a pkginfo
92 checkmap(int maptyp, int uninst, char *mapfile, char *envfile, argument
107 if (envfile != NULL) {
108 if ((fp = fopen(envfile, "r")) == NULL) {
109 progerr(gettext(ERR_ENVFILE), envfile); local
260 if (ckentry((envfile ? 1 : 0), maptyp, &entry, vfp, server))

Completed in 64 milliseconds