Searched refs:ASCII_TO_LOWER (Results 1 – 2 of 2) sorted by relevance
372 c = ASCII_TO_LOWER(c);376 sc = ASCII_TO_LOWER(sc);
121 #define ASCII_TO_LOWER(c) ((c) - 'A' + 'a') macro145 #define TO_LOWER(c) ASCII_TO_LOWER(c)