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

/haiku-fatelf/src/bin/coreutils/lib/
H A Disblank.c24 isblank (int c) function
H A Dctype.h79 # undef isblank macro
80 # define isblank(c) \ macro
H A Dfnmatch.c92 # define isblank(c) ((c) == ' ' || (c) == '\t') macro
H A Dregex_internal.h55 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro
/haiku-fatelf/src/system/libroot/posix/locale/
H A Dctype.cpp14 #undef isblank macro
72 isblank(int c) function
/haiku-fatelf/headers/posix/
H A Dctype.h64 #define isblank(c) __isctype((c), _ISblank) macro
/haiku-fatelf/src/bin/bash/
H A Dsyntax.h101 # define isblank(x) ((x) == ' ' || (x) == '\t') macro
/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype.h104 __exctype (isblank); variable
163 # define isblank(c) __isctype((c), _ISblank) macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfnmatch.c89 # define isblank(c) ((c) == ' ' || (c) == '\t') macro
H A Dregex_internal.h52 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro
/haiku-fatelf/src/bin/gawk/
H A Dregex_internal.h54 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h59 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtrio.c87 # define isblank(x) (((x)==32) || ((x)==9)) macro

Completed in 257 milliseconds