Searched refs:ASCII_TO_LOWER (Results 1 – 3 of 3) sorted by relevance
377 c = ASCII_TO_LOWER(c); in sprefix()381 sc = ASCII_TO_LOWER(sc); in sprefix()
141 #define ASCII_TO_LOWER(c) ((c) - 'A' + 'a') macro165 #define TO_LOWER(c) ASCII_TO_LOWER(c)
276 cp = ASCII_TO_LOWER(cp); in match()