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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dutil.c84 #define ASCII_TOLOWER(c) \ macro
92 if (ASCII_TOLOWER(*str) != ASCII_TOLOWER(*prefix))
106 if (ASCII_TOLOWER(*str) != ASCII_TOLOWER(*prefix))
H A Ducs4.c79 #define ASCII_TOLOWER(c) \ macro
429 c1 = ASCII_TOLOWER(*str1);
430 c2 = ASCII_TOLOWER(*str2);
439 c1 = ASCII_TOLOWER(*str1);
440 c2 = ASCII_TOLOWER(*str2);

Completed in 10 milliseconds