Searched refs:ept1 (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c66 static int ckdup(struct cfent *ept1, struct cfent *ept2);
369 ckdup(struct cfent *ept1, struct cfent *ept2) argument
373 if (!strchr("?dx", ept1->ftype))
380 ept2->ainfo.mode = ept1->ainfo.mode;
381 if ((ept1->ainfo.mode != ept2->ainfo.mode) &&
382 (ept1->ainfo.mode != BADMODE))
386 (void) strcpy(ept2->ainfo.owner, ept1->ainfo.owner);
387 if (strcmp(ept1->ainfo.owner, ept2->ainfo.owner) &&
388 strcmp(ept1->ainfo.owner, "?"))
392 (void) strcpy(ept2->ainfo.group, ept1
[all...]
H A Dpkgobjmap.c66 static int ckdup(struct cfent *ept1, struct cfent *ept2);
546 * The calling routine will overwrite ept1, so this must return ept2 with
553 struct cfent *ept1, *ept2; local
555 ept1 = &(ext1->cf_ent);
558 if (strchr("?dx", ept1->ftype))
568 * the array before the pkgmap was read), ept1 has everything
569 * else. Here we copy the guts of ept1 into ept2.
583 (void) memcpy(ept2, ept1, sizeof (struct cfent));
597 ept2->pinfo = ept1->pinfo;
610 ckdup(struct cfent *ept1, struc argument
[all...]

Completed in 39 milliseconds