Searched refs:ASCII_TO_LOWER (Results 1 – 3 of 3) sorted by relevance
378 c = ASCII_TO_LOWER(c);382 sc = ASCII_TO_LOWER(sc);
128 #define ASCII_TO_LOWER(c) ((c) - 'A' + 'a') macro152 #define TO_LOWER(c) ASCII_TO_LOWER(c)
263 cp = ASCII_TO_LOWER(cp);