Searched refs:e_parent (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/lib/libelf/
H A Delf_getbase.c42 if (e->e_parent == NULL)
46 (uintptr_t) e->e_parent->e_rawfile));
H A Delf_cntl.c43 if (e->e_parent) {
H A Delf_end.c81 if ((e = e->e_parent) != NULL)
H A Delf_next.c45 if ((parent = e->e_parent) == NULL) {
H A Dlibelf_ar.c85 if ((parent = e->e_parent) == NULL) {
182 e->e_parent = elf;
H A D_libelf.h85 Elf *e_parent; /* non-NULL for archive members */ member in struct:_Elf
H A Dlibelf_allocate.c61 e->e_parent = NULL;
/freebsd-10.0-release/contrib/sendmail/src/
H A Dsavemail.c151 if (e->e_parent != NULL &&
152 bitset(EF_RESPONSE, e->e_parent->e_flags))
711 if (ee->e_parent == NULL ||
712 !bitset(EF_RESPONSE, ee->e_parent->e_flags))
777 if (e->e_parent == NULL)
809 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
816 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
831 arpadate(ctime(&e->e_parent->e_ctime)));
834 expand("from \201_", buf, sizeof(buf), e->e_parent);
839 if (pm_notify && e->e_parent
[all...]
H A Dmacro.c538 if (e == e->e_parent)
540 e = e->e_parent;
H A Denvelope.c82 ** if (e == parent && e->e_parent != NULL)
83 ** parent = e->e_parent;
84 ** So if e == parent && e->e_parent == NULL then we would
85 ** set e->e_parent = e, which creates a loop in the e_parent chain.
95 parent = e->e_parent;
105 e->e_parent = parent;
H A Dsendmail.h907 ENVELOPE *e_parent; /* the message this one encloses */ member in struct:envelope
H A Dqueue.c2025 e->e_parent = NULL;
/freebsd-10.0-release/sbin/restore/
H A Drestore.h76 struct entry *e_parent; /* pointer to parent directory (..) */ member in struct:entry
H A Dsymtab.c204 ep = ep->e_parent;
240 np->e_parent = np;
246 np->e_parent = ep;
319 if (np != ep->e_parent) {
321 ep->e_parent = np;
343 np = ep->e_parent;
478 tep->e_parent = (struct entry *)ep->e_parent->e_index;
605 ep->e_parent = &baseep[(long)ep->e_parent];
[all...]
H A Dutilities.c325 fprintf(stderr, "parent name %s\n", myname(ep->e_parent));
H A Drestore.c163 mydirino = ep->e_parent->e_ino;

Completed in 269 milliseconds