Searched refs:q_orcpt (Results 1 – 7 of 7) sorted by relevance
288 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 =
2572 a->q_orcpt == NULL ? "(none)" : a->q_orcpt,2880 a1->q_orcpt = a->q_orcpt;
1163 if (q->q_orcpt != NULL)1167 q->q_orcpt);
2364 if (to->q_orcpt != NULL &&2365 SPACELEFT(optbuf, bufp) > strlen(to->q_orcpt) + 7)2368 " ORCPT=%s", to->q_orcpt);
4524 if (a->q_orcpt != NULL)4529 a->q_orcpt = sm_rpool_strdup_x(e->e_rpool, vp);
718 if (q->q_orcpt != NULL)720 denlstring(q->q_orcpt, true,4431 q->q_orcpt = orcpt;
244 char *q_orcpt; /* ORCPT parameter from RCPT TO: line */ member