/third_party/musl/porting/liteos_m/kernel/src/ctype/ |
D | isspace.c | 4 int isspace(int c) in isspace() function
|
/third_party/musl/porting/liteos_a/kernel/src/ctype/ |
D | isspace.c | 4 int isspace(int c) in isspace() function
|
/third_party/musl/src/ctype/ |
D | isspace.c | 4 int isspace(int c) in isspace() function
|
/third_party/musl/include/ |
D | ctype.h | 37 #define isspace(a) __isspace(a) macro
|
/third_party/musl/porting/linux/user/include/ |
D | ctype.h | 37 #define isspace(a) __isspace(a) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | ctype.h | 37 #define isspace(a) __isspace(a) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | ctype.h | 41 #define isspace(a) __isspace(a) macro
|
/third_party/boost/boost/ |
D | token_functions.hpp | 219 static bool isspace(char_type c) in isspace() function 232 static bool isspace(char_type c) in isspace() function 249 static bool isspace(char_type c) in isspace() function
|
/third_party/boost/boost/spirit/home/support/char_encoding/ |
D | standard.hpp | 120 isspace(int ch) in isspace() function
|
D | unicode.hpp | 99 isspace(char_type ch) in isspace() function
|
D | iso8859_1.hpp | 663 isspace(int ch) in isspace() function
|
D | ascii.hpp | 277 isspace(int ch) in isspace() function
|
D | standard_wide.hpp | 135 isspace(wchar_t ch) in isspace() function
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | ctype.h | 30 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
|
/third_party/uboot/u-boot-2020.01/drivers/ddr/hisilicon/default/ |
D | ddr_training_console.c | 34 #define isspace(c) ((c) == ' ' || ((c) >= '\t' && (c) <= '\r')) macro
|
/third_party/python/Lib/curses/ |
D | ascii.py | 64 def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function
|
/third_party/bounds_checking_function/src/ |
D | secinput.h | 143 #define isspace(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\r') || ((c) == '\n')) macro
|
/third_party/python/Include/ |
D | pyport.h | 627 #define isspace(c) iswspace(btowc(c)) macro
|
/third_party/boost/libs/python/src/ |
D | str.cpp | 264 bool str_base::isspace() const in isspace() function in boost::python::detail::str_base
|
/third_party/python/Lib/collections/ |
D | __init__.py | 1430 def isspace(self): member in UserString
|