HomeSort by relevance Sort by last modified time
    Searched full:__tobody (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 165 #define __tobody(c, f, a, args) \ macro
230 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c))
231 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c))
298 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale))
300 __tobody (c, __toupper_l, (locale)->__ctype_toupper, (c, locale))

Completed in 385 milliseconds