Home
last modified time | relevance | path

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

/third_party/musl/src/ctype/
Disblank.c3 int isblank(int c) in isblank() function
/third_party/openssl/test/
Dctype_internal_test.c22 static int isblank(int c) in isblank() function
/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