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

/external/syslinux/dos/
H A Dctype.h1 static int isspace(int c) { function
/external/syslinux/gpxe/src/core/
H A Dctype.c34 * @ret isspace Character is a space
36 int isspace ( int c ) { function
/external/syslinux/core/include/
H A Dctype.h25 static inline int isspace(int ch) function
/external/libcxx/include/
H A Dctype.h26 int isspace(int c);
61 #undef isspace macro
/external/syslinux/com32/include/
H A Dctype.h90 __ctype_inline int isspace(int __c) function
/external/syslinux/core/lwip/src/core/ipv4/
H A Dip_addr.c119 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == '\v') macro
207 if (c != '\0' && !isspace(c)) {
/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java625 while (mPos < mBuf.length && isspace(mBuf[mPos])) {
712 while (mPos < mBuf.length && !isspace(mBuf[mPos]) && !issep(mBuf[mPos], parenIsSep)) {
727 && ((!isspace(mBuf[mPos]) && !issep(mBuf[mPos], parenIsSep)) || genericDepth != 0));
736 static boolean isspace(char c) { method in class:ApiFile
/external/valgrind/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/valgrind/coregrind/
H A Dm_libcbase.c66 Bool VG_(isspace) ( HChar c ) function
102 while (VG_(isspace)(*str)) str++;
129 while (VG_(isspace)(*str)) str++;
154 while (VG_(isspace)(*str)) str++;
189 while (VG_(isspace)(*str)) str++;
222 while (VG_(isspace)(*str)) str++;
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/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 420 milliseconds