Searched defs:ispunct (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.h61 #undef ispunct macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dctype_inline.h51 #define ispunct(c) ((int)((_ctype_ + 1)[(c)] & _CTYPE_P)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h2565 ispunct(_CharT __c, const locale& __loc) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocale_facets.h4544 ispunct(_CharT __c, const locale& __loc) function in namespace:std

Completed in 126 milliseconds