Home
last modified time | relevance | path

Searched refs:e_to (Results 1 – 14 of 14) 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;
3415 e->e_to = NULL;
3421 e->e_to = tobuf + 1;
3653 e->e_to = NULL;
4356 p = e->e_to == NULL ? "NO-TO-LIST" : e->e_to;
4379 p = e->e_to == NULL ? "NO-TO-LIST" : e->e_to;
[all …]
H A Drecipient.c173 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;
H A Derr.c299 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
386 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
460 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "050", (char *) NULL, 0, msg, ap);
H A Dudb.c153 e->e_to = a->q_paddr;
331 e->e_to,
470 e->e_to,
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 Dalias.c73 e->e_to = a->q_paddr;
858 CurEnv->e_to = NULL;
H A Dparseaddr.c89 e->e_to = addr;
126 e->e_to = addr = sm_rpool_strdup_x(e->e_rpool, addr);
680 char *saveto = CurEnv->e_to;
725 CurEnv->e_to = p;
756 CurEnv->e_to = saveto;
956 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 Dsavemail.c104 e->e_to = NULL;
380 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 Dcollect.c831 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
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph.c410 topo_edge_t *e_from = NULL, *e_to = NULL; in topo_edge_new() local
429 (e_to = topo_mod_zalloc(mod, sizeof (topo_edge_t))) == NULL) { in topo_edge_new()
431 topo_mod_free(mod, e_to, sizeof (topo_edge_t)); in topo_edge_new()
435 e_to->tve_vertex = to; in topo_edge_new()
437 topo_list_append(&from->tvt_outgoing, e_to); in topo_edge_new()