Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c179 if (REPLYTYPE(r) == 4)
181 if (REPLYTYPE(r) != 2)
235 else if (REPLYTYPE(r) == 5)
246 else if (REPLYTYPE(r) != 2)
1861 if (REPLYTYPE(smtpresult) == 5)
1863 if (REPLYTYPE(smtpresult) != 3)
2312 else if (REPLYTYPE(r) == 4)
2318 else if (REPLYTYPE(r) == 2)
2345 else if (REPLYTYPE(r) == 5)
2584 if (r < 0 || REPLYTYPE(r) == 4)
[all …]
H A Dsavemail.c1597 if (REPLYTYPE(smtpstat) == 2)
1599 if (REPLYTYPE(smtpstat) == 4)
H A Ddeliver.c5527 rtype = REPLYTYPE(e->e_rcode);
7548 if (REPLYTYPE(smtpresult) == 4)
7575 if (REPLYTYPE(smtpresult) == 5)
H A Dsrvrsmtp.c4552 replycode[0] == DIG2CHAR(REPLYTYPE(e->e_rcode))))
4554 replycode[0] = DIG2CHAR(REPLYTYPE(e->e_rcode));
H A Dsendmail.h2800 #define REPLYTYPE(r) ((r) / 100) /* first digit of reply code */ macro