Searched refs:auth_warning (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | main.c | 1440 auth_warning(&BlankEnvelope, "Processed by %s with -C %s", 1443 auth_warning(&BlankEnvelope, "Processed from queue %s", 2697 auth_warning(&MainEnvelope, "%s set sender to %s using -%c", 3472 auth_warning(register ENVELOPE *e, const char *msg, ...) in auth_warning() function 3474 auth_warning(e, msg, va_alist) in auth_warning()
|
H A D | srvrsmtp.c | 2333 auth_warning(e, "%s didn't use HELO protocol", 2341 auth_warning(e, "Host %s claimed to be %s", 2415 auth_warning(e, "%s owned process doing -bs",
|
H A D | sendmail.h | 2495 extern void auth_warning __P((ENVELOPE *, const char *, ...));
|