Searched refs:REPLYTYPE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c143 if (REPLYTYPE(r) == 4)
145 if (REPLYTYPE(r) != 2)
189 else if (REPLYTYPE(r) == 5)
200 else if (REPLYTYPE(r) != 2)
1805 if (REPLYTYPE(smtpresult) == 5)
1807 if (REPLYTYPE(smtpresult) != 3)
2190 else if (REPLYTYPE(r) == 4)
2196 else if (REPLYTYPE(r) == 2)
2223 else if (REPLYTYPE(r) == 5)
2436 if (r < 0 || REPLYTYPE(
[all...]
H A Dsavemail.c1476 if (REPLYTYPE(smtpstat) == 2)
1478 if (REPLYTYPE(smtpstat) == 4)
H A Dsendmail.h2444 #define REPLYTYPE(r) ((r) / 100) /* first digit of reply code */ macro
H A Ddeliver.c6129 if (REPLYTYPE(smtpresult) == 4)
6137 if (REPLYTYPE(smtpresult) == 5)

Completed in 68 milliseconds