Searched refs:__toupper_l (Results 1 – 2 of 2) sorted by relevance
/ctype/ |
A D | ctype_l.c | 47 (__toupper_l) (int c, locale_t l) in weak_alias() 51 weak_alias (__toupper_l, toupper_l)
|
A D | ctype.h | 271 extern int __toupper_l (int __c, locale_t __l) __THROW; 277 # define __toupper_l(c, locale) \ macro 278 __tobody (c, __toupper_l, (locale)->__ctype_toupper, (c, locale)) 280 # define toupper_l(c, locale) __toupper_l ((c), (locale))
|
Completed in 4 milliseconds