Searched refs:__tolower (Results 1 – 3 of 3) sorted by relevance
43 static inline unsigned char __tolower(unsigned char c) in __tolower() function57 #define tolower(c) __tolower(c)
42 static inline unsigned char __tolower(unsigned char c) in __tolower() function56 #define tolower(c) __tolower(c)