Searched refs:ASCII_TO_LOWER (Results 1 – 3 of 3) sorted by relevance
563 c = ASCII_TO_LOWER(c);567 sc = ASCII_TO_LOWER(sc);
132 #define ASCII_TO_LOWER(c) ((c) - 'A' + 'a')156 #define TO_LOWER(c) (is_ascii_char(c) ? ASCII_TO_LOWER(c) : (c))139 #define ASCII_TO_LOWER( global() macro
275 cp = ASCII_TO_LOWER(cp); in match()