OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISBLANK
(Results
1 - 8
of
8
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/
basicdefs.h
146
#if defined
isblank
|| defined HAVE_ISBLANK
147
# define
ISBLANK
(c) (ISASCII (c) &&
isblank
(c))
149
# define
ISBLANK
(c) ((c) == ' ' || (c) == '\t')
/ndk/sources/host-tools/make-3.81/glob/
fnmatch.c
67
# ifdef
isblank
68
# define
ISBLANK
(c) (ISASCII (c) &&
isblank
(c))
70
# define
ISBLANK
(c) ((c) == ' ' || (c) == '\t')
378
|| (STREQ (str, "blank") &&
ISBLANK
((unsigned char) *n))
/external/valgrind/main/coregrind/m_demangle/
safe-ctype.h
91
#define
ISBLANK
(c) _sch_test(c, _sch_isblank)
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
safe-ctype.h
91
#define
ISBLANK
(c) _sch_test(c, _sch_isblank)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h
91
#define
ISBLANK
(c) _sch_test(c, _sch_isblank)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h
91
#define
ISBLANK
(c) _sch_test(c, _sch_isblank)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h
91
#define
ISBLANK
(c) _sch_test(c, _sch_isblank)
/ndk/sources/host-tools/sed-4.2.1/sed/
compile.c
276
while (
ISBLANK
(ch));
706
&& !
ISBLANK
(ch) && ch != ';' && ch != CLOSE_BRACE && ch != '#')
[
all
...]
Completed in 3388 milliseconds