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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/
ctype.h 293 extern int __toupper_l (int __c, __locale_t __l) __THROW;
299 # define __toupper_l(c, locale) \ macro
300 __tobody (c, __toupper_l, (locale)->__ctype_toupper, (c, locale))
302 # define toupper_l(c, locale) __toupper_l ((c), (locale))
  /external/bison/lib/
strtol.c 211 # define TOUPPER(Ch) __toupper_l ((Ch), loc)

Completed in 195 milliseconds