Searched refs:iswpunct (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | iswctype.c | 133 #undef iswpunct 135 iswpunct(wint_t wc) in iswpunct() function
|
H A D | Symbol.map | 39 iswpunct;
|
H A D | Makefile.inc | 75 iswalnum.3 iswphonogram.3 iswalnum.3 iswprint.3 iswalnum.3 iswpunct.3 \
|
/freebsd/include/ |
H A D | wctype.h | 69 int iswpunct(wint_t); 108 #define iswpunct(wc) __istype((wc), _CTYPE_P) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwctype | 37 int iswpunct(wint_t wc); 83 using ::iswpunct _LIBCPP_USING_IF_EXISTS;
|
H A D | wctype.h | 34 int iswpunct(wint_t wc); 82 # undef iswpunct
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 25 using ::iswpunct _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 25 using std::iswpunct _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 71 { "punct", iswpunct },
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 50 #define ISPUNCT iswpunct
|
/freebsd/contrib/tcsh/ |
H A D | sh.char.h | 199 # define Ispunct(c) (((c) & QUOTE) ? 0 : iswpunct(c))
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 572 SYMBOL(iswpunct, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 1885 SYMBOL(iswpunct, std::, <cwctype>) 1886 SYMBOL(iswpunct, None, <cwctype>) 1887 SYMBOL(iswpunct, None, <wctype.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2137 fun:iswpunct=uninstrumented
|
/freebsd/contrib/ncurses/ |
H A D | configure | 12572 int bar = iswpunct(foo); (void) bar
|
H A D | aclocal.m4 | 1468 int bar = iswpunct(foo); (void) bar],
|