Searched refs:__tolower (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dctype.h225 __tolower(__darwin_ct_rune_t _c) function
245 __tolower(__darwin_ct_rune_t _c) function
254 __darwin_ct_rune_t __tolower(__darwin_ct_rune_t);
273 #define _tolower(c) __tolower(c)
359 return (__tolower(_c));
H A D_wctype.h140 return (__tolower(_wc));

Completed in 179 milliseconds