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

/freebsd-12-stable/contrib/elftoolchain/libelf/
H A Delf_getbase.c41 if (e->e_parent == NULL)
45 (uintptr_t) e->e_parent->e_rawfile));
H A Delf_cntl.c42 if (e->e_parent) {
H A Delf_next.c44 if ((parent = e->e_parent) == NULL) {
H A Delf_end.c88 if ((e = e->e_parent) != NULL)
H A Dlibelf_ar.c116 if ((parent = e->e_parent) == NULL) {
288 e->e_parent = elf;
H A D_libelf.h95 Elf *e_parent; /* non-NULL for archive members */ member in struct:_Elf
/freebsd-12-stable/contrib/sendmail/src/
H A Dsavemail.c151 if (e->e_parent != NULL &&
152 bitset(EF_RESPONSE, e->e_parent->e_flags))
722 if (ee->e_parent == NULL ||
723 !bitset(EF_RESPONSE, ee->e_parent->e_flags))
826 if (e->e_parent == NULL)
858 for (q = e->e_parent->e_sendqueue; q != NULL; q = q->q_next)
865 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
880 arpadate(ctime(&e->e_parent->e_ctime)));
883 expand("from \201_", buf, sizeof(buf), e->e_parent);
888 if (pm_notify && e->e_parent
[all...]
H A Dmacro.c565 if (e == e->e_parent)
567 e = e->e_parent;
H A Denvelope.c80 ** if (e == parent && e->e_parent != NULL)
81 ** parent = e->e_parent;
82 ** So if e == parent && e->e_parent == NULL then we would
83 ** set e->e_parent = e, which creates a loop in the e_parent chain.
93 parent = e->e_parent;
103 e->e_parent = parent;
H A Dsendmail.h1027 ENVELOPE *e_parent; /* the message this one encloses */ member in struct:envelope
H A Dqueue.c2056 e->e_parent = NULL;
/freebsd-12-stable/sbin/restore/
H A Drestore.h78 struct entry *e_parent; /* pointer to parent directory (..) */ member in struct:entry
H A Dsymtab.c206 ep = ep->e_parent;
242 np->e_parent = np;
248 np->e_parent = ep;
321 if (np != ep->e_parent) {
323 ep->e_parent = np;
345 np = ep->e_parent;
480 tep->e_parent = (struct entry *)ep->e_parent->e_index;
607 ep->e_parent = &baseep[(long)ep->e_parent];
[all...]
H A Dutilities.c327 fprintf(stderr, "parent name %s\n", myname(ep->e_parent));
H A Drestore.c165 mydirino = ep->e_parent->e_ino;

Completed in 200 milliseconds