Home
last modified time | relevance | path

Searched refs:iswpunct (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__support/solaris/
H A Dwchar.h16 #define iswpunct sun_iswpunct macro
36 #undef iswpunct
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwctype.h65 #undef iswpunct
93 using ::iswpunct;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwctype.h68 #undef iswpunct
98 using ::iswpunct;
/openbsd/regress/lib/libc/locale/check_isw/
H A Dcheck_isw.c63 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 Dcwctype37 int iswpunct(wint_t wc);
84 using ::iswpunct _LIBCPP_USING_IF_EXISTS;
H A Dwctype.h81 #undef iswpunct
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/
H A Dheader_cwctype.cc38 using std::iswpunct;
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwctype.h44 using std::iswpunct;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwctype.h44 using std::iswpunct;
/openbsd/lib/libc/hidden/
H A Dwctype.h41 PROTO_STD_DEPRECATED(iswpunct);
/openbsd/include/
H A Dwctype.h73 int iswpunct(wint_t);
/openbsd/lib/libc/locale/
H A Diswctype.c129 iswpunct(wint_t c) in iswpunct() function
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h75 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 Dcfns.gperf101 iswpunct
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.gperf100 iswpunct
/openbsd/lib/libc/
H A DSymbols.list999 iswpunct
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclib.pod465 getgrgid() iswpunct() towlower_l()
759 __fpending() iswpunct() strtoumax()
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def582 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 DCSymbolMap.inc572 SYMBOL(iswpunct, None, <wctype.h>)
H A DStdSymbolMap.inc685 SYMBOL(iswpunct, std::, <cwctype>)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2132 fun:iswpunct=uninstrumented
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST1350 X iswcntrl iswgraph iswpunct iswxdigit towupper
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST1350 X iswcntrl iswgraph iswpunct iswxdigit towupper
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5446 @findex iswpunct
5721 @code{iswgraph}, @code{iswlower}, @code{iswprint}, @code{iswpunct},
H A Dgcc.info20379 `iswgraph', `iswlower', `iswprint', `iswpunct', `iswspace', `iswupper',