Home
last modified time | relevance | path

Searched refs:q_orcpt (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Drecipient.c294 a->q_orcpt = ctladdr->q_orcpt;
575 if (new->q_orcpt == NULL)
578 if (q->q_orcpt != NULL)
579 new->q_orcpt = q->q_orcpt;
619 new->q_orcpt =
H A Dsavemail.c1241 if (q->q_orcpt != NULL)
1243 p = strchr(q->q_orcpt, ';');
1256 q->q_orcpt, xuntextify(p + 1));
H A Dparseaddr.c2649 a->q_orcpt == NULL ? "(none)" : a->q_orcpt,
2964 a1->q_orcpt = a->q_orcpt;
H A Dusersmtp.c2498 if (to->q_orcpt != NULL &&
2499 SPACELEFT(optbuf, bufp) > strlen(to->q_orcpt) + 7)
2502 " ORCPT=%s", to->q_orcpt);
H A Dsrvrsmtp.c5377 if (a->q_orcpt != NULL)
5416 a->q_orcpt = sm_rpool_strdup_x(e->e_rpool, vp);
H A Dqueue.c728 if (q->q_orcpt != NULL)
730 denlstring(q->q_orcpt, true,
4550 q->q_orcpt = orcpt;
H A Dsendmail.h396 char *q_orcpt; /* ORCPT parameter from RCPT TO: line */ member