Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Derr.c568 if (!ISSMTPREPLY(msg))
706 if (ISSMTPREPLY(errtxt))
738 if (ISSMTPREPLY(msg))
H A Dsrvrsmtp.c2095 if (ISSMTPREPLY(nullserver))
2482 if (MsgBuf[0] != '\0' && ISSMTPREPLY(MsgBuf))
H A Dsendmail.h2806 #define ISSMTPREPLY(c) (ISSMTPCODE(c) && \ macro
H A Dusersmtp.c3375 if (!ISSMTPREPLY(bufp))