Lines Matching refs:ept2
66 static int ckdup(struct cfent *ept1, struct cfent *ept2);
369 ckdup(struct cfent *ept1, struct cfent *ept2) in ckdup() argument
376 if (!strchr("?dx", ept2->ftype)) in ckdup()
379 if (ept2->ainfo.mode == BADMODE) in ckdup()
380 ept2->ainfo.mode = ept1->ainfo.mode; in ckdup()
381 if ((ept1->ainfo.mode != ept2->ainfo.mode) && in ckdup()
385 if (strcmp(ept2->ainfo.owner, "?") == 0) in ckdup()
386 (void) strcpy(ept2->ainfo.owner, ept1->ainfo.owner); in ckdup()
387 if (strcmp(ept1->ainfo.owner, ept2->ainfo.owner) && in ckdup()
391 if (strcmp(ept2->ainfo.group, "?") == 0) in ckdup()
392 (void) strcpy(ept2->ainfo.group, ept1->ainfo.group); in ckdup()
393 if (strcmp(ept1->ainfo.group, ept2->ainfo.group) && in ckdup()
398 ept2->npkgs = ept1->npkgs; in ckdup()
399 ept2->pinfo = ept1->pinfo; in ckdup()