Searched refs:isblank (Results 1 - 9 of 9) sorted by path

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c3537 BUILD_CHARCLASS_LOOP (isblank);
H A Dregex_internal.h57 /* In case that the system doesn't have isblank(). */
58 #if !defined _LIBC && !defined HAVE_ISBLANK && !defined isblank
59 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp784 if (isblank(i))
/haiku/headers/posix/
H A Dctype.h19 int isblank(int);
88 #define isblank(c) __isctype((c), _ISblank) macro
/haiku/src/build/libgnuregex/
H A Dregex.c129 #ifdef isblank
130 #define ISBLANK(c) (isascii (c) && isblank (c))
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h109 __exctype (isblank); variable
168 # define isblank(c) __isctype((c), _ISblank) macro
/haiku/src/system/libroot/posix/locale/
H A Dctype.cpp14 #undef isblank macro
72 isblank(int c) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1933 void isblank() {} function
H A Dlibroot_stubs_legacy.c1900 void isblank() {} function

Completed in 197 milliseconds