/openbsd/gnu/llvm/libcxx/include/__support/solaris/ |
H A D | wchar.h | 16 #define iswpunct sun_iswpunct macro 36 #undef iswpunct
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cwctype.h | 65 #undef iswpunct 93 using ::iswpunct;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cwctype.h | 68 #undef iswpunct 98 using ::iswpunct;
|
/openbsd/regress/lib/libc/locale/check_isw/ |
H A D | check_isw.c | 63 check_bool(ispunct(i), iswpunct(i), '8'); in test1() 113 check_bool(ispunct(s[j]), iswpunct(c), '8'); in test2()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cwctype | 37 int iswpunct(wint_t wc); 84 using ::iswpunct _LIBCPP_USING_IF_EXISTS;
|
H A D | wctype.h | 81 #undef iswpunct
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/ |
H A D | header_cwctype.cc | 38 using std::iswpunct;
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
H A D | wctype.h | 44 using std::iswpunct;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | wctype.h | 44 using std::iswpunct;
|
/openbsd/lib/libc/hidden/ |
H A D | wctype.h | 41 PROTO_STD_DEPRECATED(iswpunct);
|
/openbsd/include/ |
H A D | wctype.h | 73 int iswpunct(wint_t);
|
/openbsd/lib/libc/locale/ |
H A D | iswctype.c | 129 iswpunct(wint_t c) in iswpunct() function
|
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/ |
H A D | __posix_l_fallback.h | 75 inline _LIBCPP_HIDE_FROM_ABI_C int iswpunct_l(wint_t __c, locale_t) { return ::iswpunct(__c); } in iswpunct_l()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cfns.gperf | 101 iswpunct
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | cfns.gperf | 100 iswpunct
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 999 iswpunct
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlclib.pod | 465 getgrgid() iswpunct() towlower_l() 759 __fpending() iswpunct() strtoumax()
|
/openbsd/gnu/gcc/gcc/ |
H A D | builtins.def | 582 DEF_C94_BUILTIN (BUILT_IN_ISWPUNCT, "iswpunct", BT_FN_INT_WINT, ATTR_PURE_NOTHROW_LIST)
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 572 SYMBOL(iswpunct, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 685 SYMBOL(iswpunct, std::, <cwctype>)
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2132 fun:iswpunct=uninstrumented
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | CHECKLIST | 1350 X iswcntrl iswgraph iswpunct iswxdigit towupper
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | CHECKLIST | 1350 X iswcntrl iswgraph iswpunct iswxdigit towupper
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5446 @findex iswpunct 5721 @code{iswgraph}, @code{iswlower}, @code{iswprint}, @code{iswpunct},
|
H A D | gcc.info | 20379 `iswgraph', `iswlower', `iswprint', `iswpunct', `iswspace', `iswupper',
|