Lines Matching refs:ept
692 struct cfent *ept;
699 ept = &(extlist[i]->cf_ent);
702 if (is_remote_fs(ept->path, &(extlist[i]->fsys_value)) &&
703 !is_fs_writeable(ept->path,
716 if (ept->ftype == 'e') {
741 (mstat->rogue) ? "*" : " ", ept->path);
744 "conflict-contents=%s\n", ept->path);
758 (mstat->rogue) ? "*" : " ", ept->path);
761 "conflict-attributes=%s\n", ept->path);
1059 struct cfent *ept;
1065 ept = &(extlist[i]->cf_ent);
1066 if (ept->ftype != 'i') {
1070 if (ept->ainfo.local) {
1072 "%s/%s", instdir, ept->ainfo.local);
1073 } else if (strcmp(ept->path, PKGINFO) == 0) {
1075 "%s/%s", instdir, ept->path);
1078 "%s/install/%s", instdir, ept->path);
1080 if (cverify(0, &ept->ftype, source, &ept->cinfo, 1)) {