Home
last modified time | relevance | path

Searched defs:isblank (Results 1 – 7 of 7) sorted by relevance

/third_party/mingw-w64/mingw-w64-crt/misc/
Disblank.c4 int __cdecl isblank (int _C) in isblank() function
/third_party/musl/src/ctype/
Disblank.c3 int isblank(int c) in isblank() function
/third_party/uboot/u-boot-2020.01/include/bedbug/
Dbedbug.h13 #define isblank(c) isspace((int)(c)) macro
/third_party/openssl/test/
Dctype_internal_test.c22 static int isblank(int c) in isblank() function
/third_party/uboot/u-boot-2020.01/include/linux/
Dctype.h38 #define isblank(c) (c == ' ' || c == '\t') macro
/third_party/python/Lib/curses/
Dascii.py57 def isblank(c): return _ctoi(c) in (9, 32) function
/third_party/libxml2/
Dtrio.c93 # define isblank(x) (((x)==32) || ((x)==9)) macro