Home
last modified time | relevance | path

Searched defs:isspace (Results 1 – 12 of 12) sorted by relevance

/external/syslinux/dos/
Dctype.h1 static int isspace(int c) { in isspace() function
/external/syslinux/gpxe/src/core/
Dctype.c36 int isspace ( int c ) { in isspace() function
/external/syslinux/core/include/
Dctype.h25 static inline int isspace(int ch) in isspace() function
/external/python/cpython2/Include/
Dbytes_methods.h60 #define isspace(c) undefined_isspace(c) macro
Dpyport.h733 #define isspace(c) iswspace(btowc(c)) macro
/external/syslinux/com32/include/
Dctype.h90 __ctype_inline int isspace(int __c) in isspace() function
/external/syslinux/core/lwip/src/core/ipv4/
Dip_addr.c119 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … macro
/external/python/cpython2/Lib/curses/
Dascii.py64 def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h143 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
/external/doclava/src/com/google/doclava/apicheck/
DApiFile.java736 static boolean isspace(char c) { in isspace() method in ApiFile
/external/python/cpython2/Lib/
DUserString.py97 def isspace(self): return self.data.isspace() member in UserString
/external/valgrind/coregrind/
Dm_libcbase.c66 Bool VG_(isspace) ( HChar c ) in VG_() argument