Lines Matching refs:ept
147 struct cfent *ept;
405 ept = &(extlist[n]->cf_ent);
408 if ((n > 0) && (strncmp(ept->path,
420 if (ept->pinfo &&
421 (ept->pinfo->status == SERVED_FILE) &&
433 if (strncmp(ept->path, temp_cl_basedir,
439 &(ept->path[c]));
443 "%s\n", &(ept->path[c]));
448 &(ept->path[c]));
451 "%s\n", &(ept->path[c]));
459 ept = &(extlist[n]->cf_ent);
461 if (strchr("dxcbp", ept->ftype)) {
462 tp = fixpath(ept->path);
463 (void) averify(1, &ept->ftype, tp, &ept->ainfo);