Home
last modified time | relevance | path

Searched refs:REPLYCLASS (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dusersmtp.c2743 else if (REPLYCLASS(r) != 5)
2824 else if (REPLYCLASS(r) != 5)
Dsendmail.h2544 #define REPLYCLASS(r) (((r) / 10) % 10) /* second digit of reply code */ macro