Searched defs:isblank (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DDisallowCType.h43 #undef isblank macro
60 #define isblank isblank_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/openssh/openbsd-compat/
H A Dbsd-misc.c245 int isblank(int c) function
/external/libxml2/
H A Dtrio.c93 # define isblank(x) (((x)==32) || ((x)==9)) macro
167 # define iswblank(x) isblank(x)

Completed in 94 milliseconds