Searched refs:maptyp (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | ckentry.c | 59 static int xdir(int maptyp, VFP_T *vfp, PKGserver server, char *dirname); 62 ckentry(int envflag, int maptyp, struct cfent *ept, VFP_T *vfp, in ckentry() argument 74 basepath(ept->path, maptyp ? NULL : basedir, ir); in ckentry() 158 if (maptyp && ept->pinfo->status == in ckentry() 179 if (maptyp && ept->pinfo->status == in ckentry() 190 if (xdir(maptyp, vfp, server, path)) in ckentry() 202 xdir(int maptyp, VFP_T *vfp, PKGserver server, char *dirname) in xdir() argument 215 if (!maptyp) in xdir() 232 if (!maptyp) { in xdir()
|
H A D | checkmap.c | 62 (maptyp ? srchcfile((P), "*", (SRV)) : \ 92 checkmap(int maptyp, int uninst, char *mapfile, char *envfile, in checkmap() argument 150 if (maptyp) { /* If this is the contents file */ in checkmap() 215 if (maptyp && pkginst != NULL) { in checkmap() 260 if (ckentry((envfile ? 1 : 0), maptyp, &entry, vfp, server)) in checkmap() 264 if (maptyp) in checkmap() 277 if (maptyp) { in checkmap()
|