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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cctype.h56 #undef iscntrl macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dctype_inline.h58 #define iscntrl(c) ((int)((_ctype_ + 1)[(c)] & _CTYPE_C)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h2535 iscntrl(_CharT __c, const locale& __loc) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocale_facets.h4514 iscntrl(_CharT __c, const locale& __loc) function in namespace:std

Completed in 116 milliseconds