OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isblank_l
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/android/support/src/musl-locale/
isblank_l.c
3
int
isblank_l
(int c, locale_t l)
function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
114
inline int
isblank_l
( int c, locale_t /*loc*/ )
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h
259
__exctype_l (
isblank_l
);
variable
312
# define
isblank_l
(c,l) __isblank_l ((c), (l))
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h
259
__exctype_l (
isblank_l
);
variable
312
# define
isblank_l
(c,l) __isblank_l ((c), (l))
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h
259
__exctype_l (
isblank_l
);
variable
312
# define
isblank_l
(c,l) __isblank_l ((c), (l))
macro
Completed in 60 milliseconds