Searched refs:__tolower (Results 1 – 2 of 2) sorted by relevance
49 static inline unsigned char __tolower(unsigned char c) in __tolower() function63 #define tolower(c) __tolower(c)
50 static inline unsigned char __tolower(unsigned char c) in __tolower() function64 #define tolower(c) __tolower(c)
Completed in 3 milliseconds