Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/sendmail/src/
Dusersmtp.c146 if (REPLYTYPE(r) == 4)
148 if (REPLYTYPE(r) != 2)
192 else if (REPLYTYPE(r) == 5)
203 else if (REPLYTYPE(r) != 2)
1811 if (REPLYTYPE(smtpresult) == 5)
1813 if (REPLYTYPE(smtpresult) != 3)
2196 else if (REPLYTYPE(r) == 4)
2202 else if (REPLYTYPE(r) == 2)
2229 else if (REPLYTYPE(r) == 5)
2442 if (r < 0 || REPLYTYPE(r) == 4)
[all …]
Dsavemail.c1514 if (REPLYTYPE(smtpstat) == 2)
1516 if (REPLYTYPE(smtpstat) == 4)
Dsrvrsmtp.c4111 replycode[0] == DIG2CHAR(REPLYTYPE(e->e_rcode))))
4113 replycode[0] = DIG2CHAR(REPLYTYPE(e->e_rcode));
Dsendmail.h2601 #define REPLYTYPE(r) ((r) / 100) /* first digit of reply code */ macro
Ddeliver.c6193 if (REPLYTYPE(smtpresult) == 4)
6201 if (REPLYTYPE(smtpresult) == 5)