Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Duxtext_unquote.c22 #define SM_ISDIGIT(c) (isascii(c) && isdigit(c)) macro
125 if (SM_ISDIGIT(ch))