Searched defs:toupper_l (Results 1 – 4 of 4) sorted by relevance
119 toupper_l(int c, locale_t locale __attribute__((__unused__))) in toupper_l() function
299 toupper_l(int _c, locale_t _l __attribute__((__unused__))) in toupper_l() function
54 inline _LIBCPP_HIDE_FROM_ABI_C int toupper_l(int __c, locale_t) { return ::toupper(__c); } in toupper_l() function
245 #define toupper_l _toupper_l macro