Searched defs:isspace (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/locale/
H A Dctype.cpp21 #undef isspace macro
142 isspace(int c) function
/haiku-fatelf/headers/posix/
H A Dctype.h71 #define isspace(c) __isctype((c), _ISspace) macro
/haiku-fatelf/src/bin/bash/include/
H A Dchartypes.h45 # define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || (c) == '\f') macro
/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype.h99 __exctype (isspace); variable
158 # define isspace(c) __isctype((c), _ISspace) macro
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dstand.h129 #define isspace(c) ((c) == ' ' || (c) == '\t') macro

Completed in 52 milliseconds