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