Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c831 if (ISSMTPCODE(fmt))
H A Dsendmail.h2445 #define ISSMTPCODE(c) (isascii(c[0]) && isdigit(c[0]) && \ macro
2448 #define ISSMTPREPLY(c) (ISSMTPCODE(c) && \
H A Dsrvrsmtp.c3386 if (ISSMTPCODE(response))
3507 if (ISSMTPCODE(response))
H A Dparseaddr.c2075 if (ISSMTPCODE(ubuf) && ubuf[3] == ' ')
H A Ddeliver.c3041 if (ISSMTPCODE(MsgBuf) &&