HomeSort by relevance Sort by last modified time
    Searched defs:__toupper_l (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 267 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))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 267 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))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 267 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))

Completed in 32 milliseconds