OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__tobody
(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
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/i686-linux-glibc2.7-4.6/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.7-4.6/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))
Completed in 108 milliseconds