Lines Matching refs:ept
61 struct cfent *ept; in delmap() local
84 ept = (struct cfent *)calloc(1, in delmap()
86 if (!ept) { in delmap()
92 while (n = srchcfile(ept, "*", *pkgserver)) { in delmap()
97 (ept->path && *ept->path) ? ept->path : in delmap()
103 pinfo = eptstat(ept, pkginst, (flag ? '@' : '-')); in delmap()
104 if (ept->npkgs > 0) { in delmap()
105 if (putcvfpfile(ept, *tmpfp)) { in delmap()
109 } else if (ept->path != NULL) { in delmap()
113 vfpPuts(*tmpfp, ept->path); in delmap()
134 ept->ftype = (ept->ftype == 'e') ? '^' : '\0'; in delmap()
136 (void) strcpy(ept->pkg_class, pinfo->aclass); in delmap()
137 eptlist[eptnum] = ept; in delmap()
139 ept->path = pathdup(ept->path); in delmap()
140 if (ept->ainfo.local != NULL) in delmap()
141 ept->ainfo.local = pathdup(ept->ainfo.local); in delmap()
143 ept = (struct cfent *)calloc(1, sizeof (struct cfent)); in delmap()