Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/sendmail/libsm/
HDutil.c144 #define SM_MM_QUOTE(ch) (((ch) & 0377) == METAQUOTE || (((ch) & 0340) == 0200)) macro
186 if (SM_MM_QUOTE(*ip))
228 if (SM_MM_QUOTE(*ip))
HDxleni.c37 if (SM_MM_QUOTE(c))
/freebsd-13-stable/contrib/sendmail/include/sm/
HDsendmail.h21 #define SM_MM_QUOTE(ch) (((ch) & 0377) == METAQUOTE || (((ch) & 0340) == 0200)) macro