Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/src/
HDusersmtp.c147 if (REPLYTYPE(r) == 4)
149 if (REPLYTYPE(r) != 2)
203 else if (REPLYTYPE(r) == 5)
214 else if (REPLYTYPE(r) != 2)
1828 if (REPLYTYPE(smtpresult) == 5)
1830 if (REPLYTYPE(smtpresult) != 3)
2234 else if (REPLYTYPE(r) == 4)
2240 else if (REPLYTYPE(r) == 2)
2267 else if (REPLYTYPE(r) == 5)
2480 if (r < 0 || REPLYTYPE(r) == 4)
[all …]
HDsavemail.c1589 if (REPLYTYPE(smtpstat) == 2)
1591 if (REPLYTYPE(smtpstat) == 4)
HDsrvrsmtp.c4255 replycode[0] == DIG2CHAR(REPLYTYPE(e->e_rcode))))
4257 replycode[0] = DIG2CHAR(REPLYTYPE(e->e_rcode));
HDsendmail.h2639 #define REPLYTYPE(r) ((r) / 100) /* first digit of reply code */ macro
HDdeliver.c6464 if (REPLYTYPE(smtpresult) == 4)
6472 if (REPLYTYPE(smtpresult) == 5)