Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dstab.c39 #define SM_LOWER(c) ((isascii(c) && isupper(c)) ? tolower(c) : (c)) macro
64 hfunc = ((hfunc << 1) ^ (SM_LOWER(*p) & 0377)) % STABSIZE;