Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Drecipient.c288 a->q_orcpt = ctladdr->q_orcpt;
558 if (new->q_orcpt == NULL)
561 if (q->q_orcpt != NULL)
562 new->q_orcpt = q->q_orcpt;
602 new->q_orcpt =
H A Dparseaddr.c2572 a->q_orcpt == NULL ? "(none)" : a->q_orcpt,
2880 a1->q_orcpt = a->q_orcpt;
H A Dsavemail.c1163 if (q->q_orcpt != NULL)
1167 q->q_orcpt);
H A Dusersmtp.c2364 if (to->q_orcpt != NULL &&
2365 SPACELEFT(optbuf, bufp) > strlen(to->q_orcpt) + 7)
2368 " ORCPT=%s", to->q_orcpt);
H A Dsrvrsmtp.c4524 if (a->q_orcpt != NULL)
4529 a->q_orcpt = sm_rpool_strdup_x(e->e_rpool, vp);
H A Dqueue.c718 if (q->q_orcpt != NULL)
720 denlstring(q->q_orcpt, true,
4431 q->q_orcpt = orcpt;
H A Dsendmail.h244 char *q_orcpt; /* ORCPT parameter from RCPT TO: line */ member