Searched refs:__tolower (Results 1 – 5 of 5) sorted by relevance
71 static __inline__ unsigned char __tolower(unsigned char c) in __tolower() function85 #define tolower(c) __tolower(c)
144 __tolower(__ct_rune_t _c) in __tolower() function180 __ct_rune_t __tolower(__ct_rune_t);
112 #define towlower(wc) __tolower(wc)
179 return (__tolower(wc)); in towlower()
65 __tolower;