Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/src/
H A Dparseaddr.c426 if (a->q_host == NULL)
427 a->q_host = "";
431 a->q_host = sm_rpool_strdup_x(e->e_rpool, a->q_host);
2052 a->q_host = sm_rpool_strdup_x(e->e_rpool, hbuf);
2073 a->q_host = NULL;
2130 a->q_host = NULL;
2133 a->q_host = sm_rpool_strdup_x(e->e_rpool, hbuf);
2166 macdefine(&e->e_macro, A_PERM, 'h', a->q_host);
2186 if (a->q_host != NULL && !bitnset(M_HST_UPPER, m->m_flags))
2187 makelower(a->q_host);
[all …]
H A Dalias.c96 if (aliaslookup(obuf, &status, a->q_host) != NULL)
107 p = aliaslookup(a->q_user, &status, a->q_host);
130 a->q_paddr, a->q_host, a->q_user, p);
174 owner = aliaslookup(obuf, &status, a->q_host);
853 if (al.q_host != NULL)
854 sm_free(al.q_host); /* disabled */
920 macdefine(&e->e_macro, A_PERM, 'h', user->q_host);
H A Drecipient.c48 return sm_strrevcasecmp(xx->q_host, yy->q_host);
50 return sm_strcasecmp(xx->q_host, yy->q_host);
86 return sm_strrevcasecmp(xx->q_host, yy->q_host);
88 return sm_strcasecmp(xx->q_host, yy->q_host);
117 xx->q_signature = hostsignature(xx->q_mailer, xx->q_host);
119 yy->q_signature = hostsignature(yy->q_mailer, yy->q_host);
H A Dsrvrsmtp.c2391 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 Ddeliver.c324 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 Dmain.c4465 else if (a.q_host != NULL && a.q_host[0] != '\0')
4469 a.q_host,
H A Dsendmail.h229 char *q_host; /* host name */ member