Lines Matching refs:ept
61 struct cfent *ept;
84 ept = (struct cfent *)calloc(1,
86 if (!ept) {
92 while (n = srchcfile(ept, "*", *pkgserver)) {
97 (ept->path && *ept->path) ? ept->path :
103 pinfo = eptstat(ept, pkginst, (flag ? '@' : '-'));
104 if (ept->npkgs > 0) {
105 if (putcvfpfile(ept, *tmpfp)) {
109 } else if (ept->path != NULL) {
113 vfpPuts(*tmpfp, ept->path);
124 * interest in the ept entry in the database. Setting
125 * ept->ftype = '\0' effectively marks the file as being
126 * "shared", thus ensuring the ept entry will not
129 * class action script if present. Setting ept->ftype =
134 ept->ftype = (ept->ftype == 'e') ? '^' : '\0';
136 (void) strcpy(ept->pkg_class, pinfo->aclass);
137 eptlist[eptnum] = ept;
139 ept->path = pathdup(ept->path);
140 if (ept->ainfo.local != NULL)
141 ept->ainfo.local = pathdup(ept->ainfo.local);
143 ept = (struct cfent *)calloc(1, sizeof (struct cfent));