Home
last modified time | relevance | path

Searched refs:e_auth_param (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c2433 if (e->e_auth_param == NULL)
2436 e->e_auth_param = macvalue(macid("{auth_authen}"),
2438 if (e->e_auth_param == NULL)
2439 e->e_auth_param = "<>";
4155 e->e_auth_param = "";
4298 if (e->e_auth_param != NULL)
4335 q = e->e_auth_param;
4341 e->e_auth_param = "<>";
4351 e->e_auth_param = sm_rpool_strdup_x(e->e_rpool,
H A Dusersmtp.c2103 if (bitset(MCIF_AUTH, mci->mci_flags) && e->e_auth_param != NULL &&
2104 SPACELEFT(optbuf, bufp) > strlen(e->e_auth_param) + 7
2111 " AUTH=%s", e->e_auth_param);
H A Dmain.c2710 MainEnvelope.e_auth_param = NULL;
2724 MainEnvelope.e_auth_param = sm_rpool_strdup_x(MainEnvelope.e_rpool,
2984 CurEnv->e_auth_param = NULL;
H A Dqueue.c697 if (e->e_auth_param != NULL)
699 denlstring(e->e_auth_param, true, false));
4184 e->e_auth_param = sm_rpool_strdup_x(e->e_rpool, &bp[1]);
H A Dsendmail.h927 char *e_auth_param; /* readonly; NULL or static storage or member