Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Derr.c977 if (ISSMTPCODE(fmt))
H A Dsendmail.h2803 #define ISSMTPCODE(c) (isascii(c[0]) && isdigit(c[0]) && \ macro
2806 #define ISSMTPREPLY(c) (ISSMTPCODE(c) && \
H A Ddeliver.c3903 if (ISSMTPCODE(MsgBuf) &&
5447 if (xtype > 0 && ISSMTPCODE(dsn) &&
5511 if (ISSMTPCODE(to->q_rstatus) &&
H A Dsrvrsmtp.c4078 if (ISSMTPCODE(response))
4207 if (ISSMTPCODE(response))
H A Dparseaddr.c2128 if (ISSMTPCODE(ubuf) && ubuf[3] == ' ')