Searched refs:iswcntrl (Results 1 – 19 of 19) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | iswctype.c | 70 #undef iswcntrl 72 iswcntrl(wint_t wc) in iswcntrl() function
|
H A D | Symbol.map | 30 iswcntrl;
|
H A D | Makefile.inc | 72 iswalnum.3 iswcntrl.3 iswalnum.3 iswdigit.3 iswalnum.3 iswgraph.3 \
|
/freebsd/include/ |
H A D | wctype.h | 63 int iswcntrl(wint_t); 102 #define iswcntrl(wc) __istype((wc), _CTYPE_C) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwctype | 32 int iswcntrl(wint_t wc); 78 using ::iswcntrl _LIBCPP_USING_IF_EXISTS;
|
H A D | wctype.h | 29 int iswcntrl(wint_t wc); 77 # undef iswcntrl
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 19 using ::iswcntrl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 19 using std::iswcntrl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 66 { "cntrl", iswcntrl },
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 44 #define ISCNTRL iswcntrl
|
/freebsd/contrib/libedit/ |
H A D | chartype.c | 335 else if (c < 0x100 && iswcntrl(c)) in ct_chr_class()
|
/freebsd/bin/cat/ |
H A D | cat.c | 355 if (iswcntrl(wch)) { in cook_cat()
|
/freebsd/contrib/tcsh/ |
H A D | sh.char.h | 197 # define Iscntrl(c) (((c) & QUOTE) ? 0 : iswcntrl(c))
|
/freebsd/contrib/libc-vis/ |
H A D | vis.c | 279 if (iswcntrl(c)) { in do_mbyte()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 566 SYMBOL(iswcntrl, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 1867 SYMBOL(iswcntrl, std::, <cwctype>) 1868 SYMBOL(iswcntrl, None, <cwctype>) 1869 SYMBOL(iswcntrl, None, <wctype.h>)
|
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 2789 width = iswcntrl(wc) ? 0 : 1; in xo_format_string_direct() 3084 width = iswcntrl(wc) ? 0 : 1; in xo_count_utf8_cols()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2125 fun:iswcntrl=uninstrumented
|