OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tolower
(Results
26 - 29
of
29
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h
151
__exctype (
_tolower
);
variable
212
# define
_tolower
(c) ((int) (*__ctype_tolower_loc ())[(int) (c)])
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h
151
__exctype (
_tolower
);
variable
212
# define
_tolower
(c) ((int) (*__ctype_tolower_loc ())[(int) (c)])
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h
151
__exctype (
_tolower
);
variable
212
# define
_tolower
(c) ((int) (*__ctype_tolower_loc ())[(int) (c)])
macro
/ndk/sources/host-tools/make-3.81/
arscan.c
89
filename[i] =
_tolower
((unsigned char)module->dsc$a_pointer[i]);
Completed in 180 milliseconds
1
2