Searched refs:TOLOWER (Results 1 – 3 of 3) sorted by relevance
27 # define TOLOWER(Ch) tolower (Ch) macro33 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro58 while ((result = TOLOWER (*p1) - TOLOWER (*p2++)) == 0) in __strcasecmp()
29 # define TOLOWER(Ch) tolower (Ch) macro35 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro61 while ((result = TOLOWER (*p1) - TOLOWER (*p2++)) == 0) in __strncasecmp()
35 #define TOLOWER(Ch) tolower (Ch) macro45 #define CANON_ELEMENT(c) TOLOWER (c)
Completed in 7 milliseconds