Home
last modified time | relevance | path

Searched refs:__toupper_l (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h267 extern int __toupper_l (int __c, __locale_t __l) __THROW;
273 # define __toupper_l(c, locale) \ macro
274 __tobody (c, __toupper_l, (locale)->__ctype_toupper, (c, locale))
276 # define toupper_l(c, locale) __toupper_l ((c), (locale))