Searched refs:toupper_l (Results 1 – 2 of 2) sorted by relevance
51 weak_alias (__toupper_l, toupper_l)
272 extern int toupper_l (int __c, locale_t __l) __THROW;280 # define toupper_l(c, locale) __toupper_l ((c), (locale)) macro
Completed in 5 milliseconds