Searched defs:isspace (Results 1 - 13 of 13) sorted by relevance

/external/dbus/tools/
H A Dstrtoll.c40 #ifndef isspace
41 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro
81 } while (isspace((unsigned char)c));
H A Dstrtoull.c40 #ifndef isspace
41 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\r' || (c) == '\n') macro
80 } while (isspace((unsigned char)c));
/external/webkit/Source/JavaScriptCore/wtf/
H A DDisallowCType.h50 #undef isspace macro
67 #define isspace isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/kernel-headers/original/linux/
H A Dctype.h30 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
/external/stlport/stlport/
H A Dctype.h51 # undef isspace macro
76 __inline int (isspace)(int c) { return _isctype(c, _SPACE); } function
/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java559 while (mPos < mBuf.length && isspace(mBuf[mPos])) {
646 while (mPos < mBuf.length && !isspace(mBuf[mPos]) && !issep(mBuf[mPos], parenIsSep)) {
661 && ((!isspace(mBuf[mPos]) && !issep(mBuf[mPos], parenIsSep)) || genericDepth != 0));
670 static boolean isspace(char c) { method in class:ApiFile
/external/linux-tools-perf/util/
H A Dutil.h228 #undef isspace macro
247 #define isspace(x) sane_istest(x,GIT_SPACE) macro
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c54 #define isspace(a) (((CHAR)a == ' ') || ((CHAR)a == '\t')) macro
88 while ( isspace(*bufp) ) {
113 while ( *bufp && ! isspace(*bufp) ) {
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
142 #undef isspace macro
143 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
/external/openssl/
H A De_os.h301 # if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(isspace)
303 # undef isspace macro
/external/valgrind/main/coregrind/
H A Dm_libcbase.c38 Bool VG_(isspace) ( Char c ) function
74 while (VG_(isspace)(*str)) str++;
100 while (VG_(isspace)(*str)) str++;
124 while (VG_(isspace)(*str)) str++;
158 while (VG_(isspace)(*str)) str++;
190 while (VG_(isspace)(*str)) str++;
/external/grub/stage2/
H A Dshared.h362 #define isspace grub_isspace macro
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 713 milliseconds