Searched refs:q_host (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | parseaddr.c | 424 if (a->q_host == NULL) 425 a->q_host = ""; 429 a->q_host = sm_rpool_strdup_x(e->e_rpool, a->q_host); 2050 a->q_host = sm_rpool_strdup_x(e->e_rpool, hbuf); 2071 a->q_host = NULL; 2128 a->q_host = NULL; 2131 a->q_host = sm_rpool_strdup_x(e->e_rpool, hbuf); 2164 macdefine(&e->e_macro, A_PERM, 'h', a->q_host); 2184 if (a->q_host != NULL && !bitnset(M_HST_UPPER, m->m_flags)) 2185 makelower(a->q_host); [all …]
|
H A D | alias.c | 94 if (aliaslookup(obuf, &status, a->q_host) != NULL) 105 p = aliaslookup(a->q_user, &status, a->q_host); 128 a->q_paddr, a->q_host, a->q_user, p); 172 owner = aliaslookup(obuf, &status, a->q_host); 851 if (al.q_host != NULL) 852 sm_free(al.q_host); /* disabled */ 918 macdefine(&e->e_macro, A_PERM, 'h', user->q_host);
|
H A D | recipient.c | 46 return sm_strrevcasecmp(xx->q_host, yy->q_host); 48 return sm_strcasecmp(xx->q_host, yy->q_host); 84 return sm_strrevcasecmp(xx->q_host, yy->q_host); 86 return sm_strcasecmp(xx->q_host, yy->q_host); 115 xx->q_signature = hostsignature(xx->q_mailer, xx->q_host); 117 yy->q_signature = hostsignature(yy->q_mailer, yy->q_host);
|
H A D | srvrsmtp.c | 2391 if (e->e_from.q_host != NULL) 2394 e->e_from.q_host); 2679 if (a->q_host != NULL) 2681 macid("{rcpt_host}"), a->q_host); 2777 if (addr_st.q_host != NULL) 2781 addr_st.q_host); 2846 if (addr_st.q_host != NULL) 2849 addr_st.q_host);
|
H A D | deliver.c | 324 q->q_host = p; 895 if (q->q_host != NULL && q->q_host[0] != '\0') 898 q->q_host, 1345 host = to->q_host; 1493 firstto->q_host); 1517 to->q_host);
|
H A D | main.c | 4465 else if (a.q_host != NULL && a.q_host[0] != '\0') 4469 a.q_host,
|
H A D | sendmail.h | 229 char *q_host; /* host name */ member
|