Home
last modified time | relevance | path

Searched refs:e_parent (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c153 if (e->e_parent != NULL &&
716 if (ee->e_parent == NULL ||
767 if (e->e_parent == NULL)
832 e->e_parent->e_id);
1027 if (e->e_parent->e_xfp == NULL)
1071 if (e->e_parent->e_envid != NULL)
1109 if (IS_DLVR_BY(e->e_parent))
1113 dbyd = e->e_parent->e_ctime + e->e_parent->e_deliver_by;
1299 xdate = e->e_parent->e_ctime +
1347 e->e_parent->e_header);
[all …]
H A Dmacro.c538 if (e == e->e_parent)
540 e = e->e_parent;
H A Denvelope.c97 parent = e->e_parent;
107 e->e_parent = parent;
H A Dsendmail.h894 ENVELOPE *e_parent; /* the message this one encloses */ member
H A Dqueue.c2015 e->e_parent = NULL;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c242 ep = ep->e_parent; in myname()
289 np->e_parent = np; in addentry()
310 np->e_parent = ep; in addentry()
400 if (np != ep->e_parent) { in moveentry()
402 ep->e_parent = np; in moveentry()
432 np = ep->e_parent; in removeentry()
597 tep->e_parent = (struct entry *)ep->e_parent->e_index; in dumpsymtable()
686 ep->e_parent = ep; in initsymtable()
800 ep->e_parent = &baseep[(long)ep->e_parent]; in initsymtable()
H A Drestore.h99 struct entry *e_parent; /* pointer to parent directory (..) */ member
H A Dutilities.c383 myname(ep->e_parent)); in badentry()