Searched refs:ASCII_TO_LOWER (Results 1 – 3 of 3) sorted by relevance
547 c = ASCII_TO_LOWER(c); in sprefix()551 sc = ASCII_TO_LOWER(sc); in sprefix()
132 #define ASCII_TO_LOWER(c) ((c) - 'A' + 'a') macro156 #define TO_LOWER(c) (is_ascii_char(c) ? ASCII_TO_LOWER(c) : (c))
275 cp = ASCII_TO_LOWER(cp); in match()