OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__tobody
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h
155
#define
__tobody
(c, f, a, args) \
macro
204
# define tolower(c)
__tobody
(c, tolower, *__ctype_tolower_loc (), (c))
205
# define toupper(c)
__tobody
(c, toupper, *__ctype_toupper_loc (), (c))
272
__tobody
(c, __tolower_l, (locale)->__ctype_tolower, (c, locale))
274
__tobody
(c, __toupper_l, (locale)->__ctype_toupper, (c, locale))
/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 194 milliseconds