Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c4550 #define DIG2CHAR(d) ((d) + '0') macro
4552 replycode[0] == DIG2CHAR(REPLYTYPE(e->e_rcode))))
4554 replycode[0] = DIG2CHAR(REPLYTYPE(e->e_rcode));
4555 replycode[1] = DIG2CHAR(REPLYCLASS(e->e_rcode));
4556 replycode[2] = DIG2CHAR(REPLYMINOR(e->e_rcode));