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