Searched refs:e_to (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 892 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, MAXSHORTSTR), [all …]
|
H A D | recipient.c | 175 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 D | err.c | 301 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);
|
H A D | udb.c | 155 e->e_to = a->q_paddr; 333 e->e_to, 472 e->e_to,
|
H A D | main.c | 2735 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 D | alias.c | 75 e->e_to = a->q_paddr; 860 CurEnv->e_to = NULL;
|
H A D | parseaddr.c | 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 D | usersmtp.c | 2547 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 D | savemail.c | 102 e->e_to = NULL; 378 e->e_to = dlbuf;
|
H A D | srvrsmtp.c | 1176 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 D | collect.c | 831 e->e_to = NULL;
|
H A D | queue.c | 750 e->e_to = q->q_paddr; 755 e->e_to = NULL; 1756 e->e_to = NULL;
|
H A D | sendmail.h | 867 char *e_to; /* (list of) target person(s) */ member
|