Searched refs:e_to (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c892 e->e_to = q->q_paddr;
1487 e->e_to = NULL;
1569 e->e_to = to->q_paddr;
1745 e->e_to = "[CHAIN]";
1826 e->e_to = tobuf + 1;
1891 shortenstring(e->e_to, MAXSHORTSTR),
2270 shortenstring(e->e_to, MAXSHORTSTR), m->m_name);
2282 shortenstring(e->e_to, MAXSHORTSTR), m->m_name,
2303 shortenstring(e->e_to, MAXSHORTSTR),
2307 shortenstring(e->e_to, MAXSHORTST
[all...]
H A Drecipient.c175 char *oldto = e->e_to;
306 e->e_to = oldto;
345 char *oldto = e->e_to;
426 e->e_to = oldto;
480 e->e_to = new->q_paddr;
1427 char *oldto = e->e_to;
1856 e->e_to = NULL;
1901 e->e_to = oldto;
H A Derr.c301 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
388 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
462 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "050", (char *) NULL, 0, msg, ap);
897 ** (indirectly) depend on CurEnv->e_to.
H A Dalias.c75 e->e_to = a->q_paddr;
860 CurEnv->e_to = NULL;
H A Dmain.c2735 MainEnvelope.e_to = NULL;
2780 MainEnvelope.e_to = NULL;
2874 e->e_to = NULL;
2963 CurEnv->e_to = NULL;
2977 CurEnv->e_to = NULL;
3240 CurEnv->e_to = NULL;
4401 e->e_to = NULL;
4476 e->e_to = NULL;
H A Dudb.c155 e->e_to = a->q_paddr;
333 e->e_to,
472 e->e_to,
H A Dparseaddr.c66 ** e->e_to = addr
91 e->e_to = addr;
128 e->e_to = addr = sm_rpool_strdup_x(e->e_rpool, addr);
682 char *saveto = CurEnv->e_to;
727 CurEnv->e_to = p;
758 CurEnv->e_to = saveto;
958 CurEnv->e_to = saveto;
H A Dusersmtp.c2547 char *oldto = e->e_to;
2554 e->e_to = mci->mci_nextaddr->q_paddr;
2568 e->e_to = oldto;
3167 if (e->e_to != NULL)
3172 shortenstring(e->e_to, MAXSHORTSTR));
H A Dcollect.c831 e->e_to = NULL;
H A Dsavemail.c102 e->e_to = NULL;
378 e->e_to = dlbuf;
H A Dsrvrsmtp.c1176 e->e_to = NULL;
2798 e->e_to = a->q_paddr;
3763 ee->e_to = NULL;
3921 e->e_to = a->q_paddr;
3930 e->e_to = NULL;
H A Dqueue.c750 e->e_to = q->q_paddr;
755 e->e_to = NULL;
1756 e->e_to = NULL;
H A Dsendmail.h867 char *e_to; /* (list of) target person(s) */ member in struct:envelope

Completed in 138 milliseconds