Home
last modified time | relevance | path

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

/external/u-boot/include/bedbug/
Dbedbug.h13 #define isblank(c) isspace((int)(c)) macro
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_decls.h64 isblank(int c) in isblank() function
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_decls.h82 isblank(int c) { in isblank() function
/external/u-boot/include/linux/
Dctype.h38 #define isblank(c) (c == ' ' || c == '\t') macro
/external/openssh/openbsd-compat/
Dbsd-misc.c258 isblank(int c) in isblank() function
/external/python/cpython2/Lib/curses/
Dascii.py57 def isblank(c): return _ctoi(c) in (9, 32) function
/external/python/cpython3/Lib/curses/
Dascii.py57 def isblank(c): return _ctoi(c) in (9, 32) function
/external/libxml2/
Dtrio.c93 # define isblank(x) (((x)==32) || ((x)==9)) macro