Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c1627 char *mechusing; local
1748 (const char **) &mechusing);
1792 (const char **) &mechusing);
1806 (*sai)[SASL_MECH] = mechusing;
1812 (SM_STRCASEEQ(mechusing, "login") ||
1813 SM_STRCASEEQ(mechusing, "digest-md5")))
1817 smtpmessage("AUTH %s", m, mci, mechusing);
1827 smtpmessage("AUTH %s =", m, mci, mechusing);
1840 smtpmessage("AUTH %s %s", m, mci, mechusing, in64);
1856 mechusing);