Searched refs:e_to (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | deliver.c | 894 e->e_to = q->q_paddr; 1489 e->e_to = NULL; 1571 e->e_to = to->q_paddr; 1747 e->e_to = "[CHAIN]"; 1828 e->e_to = tobuf + 1; 1893 shortenstring(e->e_to, MAXSHORTSTR), 2273 shortenstring(e->e_to, MAXSHORTSTR), m->m_name); 2285 shortenstring(e->e_to, MAXSHORTSTR), m->m_name, 2306 shortenstring(e->e_to, MAXSHORTSTR), 2310 shortenstring(e->e_to, MAXSHORTSTR), [all …]
|
| D | recipient.c | 173 char *oldto = e->e_to; 304 e->e_to = oldto; 343 char *oldto = e->e_to; 424 e->e_to = oldto; 478 e->e_to = new->q_paddr; 1425 char *oldto = e->e_to; 1854 e->e_to = NULL; 1899 e->e_to = oldto;
|
| D | err.c | 299 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap); 386 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap); 461 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "050", (char *) NULL, 0, msg, ap);
|
| D | udb.c | 153 e->e_to = a->q_paddr; 331 e->e_to, 470 e->e_to,
|
| D | main.c | 2743 MainEnvelope.e_to = NULL; 2788 MainEnvelope.e_to = NULL; 2882 e->e_to = NULL; 2971 CurEnv->e_to = NULL; 2985 CurEnv->e_to = NULL; 4403 e->e_to = NULL; 4478 e->e_to = NULL;
|
| D | alias.c | 73 e->e_to = a->q_paddr; 858 CurEnv->e_to = NULL;
|
| D | parseaddr.c | 89 e->e_to = addr; 126 e->e_to = addr = sm_rpool_strdup_x(e->e_rpool, addr); 681 char *saveto = CurEnv->e_to; 726 CurEnv->e_to = p; 757 CurEnv->e_to = saveto; 957 CurEnv->e_to = saveto;
|
| D | usersmtp.c | 2553 char *oldto = e->e_to; 2560 e->e_to = mci->mci_nextaddr->q_paddr; 2574 e->e_to = oldto; 3172 if (e->e_to != NULL) 3177 shortenstring(e->e_to, MAXSHORTSTR));
|
| D | savemail.c | 102 e->e_to = NULL; 378 e->e_to = dlbuf;
|
| D | srvrsmtp.c | 1167 e->e_to = NULL; 2811 e->e_to = a->q_paddr; 3777 ee->e_to = NULL; 3935 e->e_to = a->q_paddr; 3944 e->e_to = NULL;
|
| D | collect.c | 841 e->e_to = NULL;
|
| D | queue.c | 755 e->e_to = q->q_paddr; 760 e->e_to = NULL; 1772 e->e_to = NULL;
|
| D | sendmail.h | 880 char *e_to; /* (list of) target person(s) */ member
|