Searched refs:ept2 (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgobjmap.c | 66 static int ckdup(struct cfent *ept1, struct cfent *ept2); 553 struct cfent *ept1, *ept2; in dup_merg() local 556 ept2 = &(ext2->cf_ent); in dup_merg() 561 if (strchr("?dx", ept2->ftype)) in dup_merg() 575 char *path = ept2->path; in dup_merg() 576 char *local = ept2->ainfo.local; in dup_merg() 579 short npkgs = ept2->npkgs; in dup_merg() 580 struct pinfo *pinfo = ept2->pinfo; in dup_merg() 583 (void) memcpy(ept2, ept1, sizeof (struct cfent)); in dup_merg() 586 ept2->path = path; in dup_merg() [all …]
|
H A D | procmap.c | 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() [all …]
|