Searched refs:SM_LOWER (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dstab.c41 #define SM_LOWER(c) ((isascii(c) && isupper(c)) ? tolower(c) : (c)) macro
66 hfunc = ((hfunc << 1) ^ (SM_LOWER(*p) & 0377)) % STABSIZE;

Completed in 89 milliseconds