Searched refs:q_orcpt (Results 1 – 7 of 7) sorted by relevance
294 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 =
1241 if (q->q_orcpt != NULL)1243 p = strchr(q->q_orcpt, ';');1256 q->q_orcpt, xuntextify(p + 1));
2649 a->q_orcpt == NULL ? "(none)" : a->q_orcpt,2964 a1->q_orcpt = a->q_orcpt;
2498 if (to->q_orcpt != NULL &&2499 SPACELEFT(optbuf, bufp) > strlen(to->q_orcpt) + 7)2502 " ORCPT=%s", to->q_orcpt);
5377 if (a->q_orcpt != NULL)5416 a->q_orcpt = sm_rpool_strdup_x(e->e_rpool, vp);
728 if (q->q_orcpt != NULL)730 denlstring(q->q_orcpt, true,4550 q->q_orcpt = orcpt;
396 char *q_orcpt; /* ORCPT parameter from RCPT TO: line */ member