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

/haiku-fatelf/src/system/libroot/posix/locale/
H A Dctype.cpp15 #undef iscntrl macro
82 iscntrl(int c) function
/haiku-fatelf/headers/posix/
H A Dctype.h65 #define iscntrl(c) __isctype((c), _IScntrl) macro
/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype.h93 __exctype (iscntrl); variable
152 # define iscntrl(c) __isctype((c), _IScntrl) macro

Completed in 39 milliseconds