Searched refs:wctype_t (Results 1 – 18 of 18) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | wctype.c | 41 iswctype(wint_t wc, wctype_t charclass) in iswctype() 46 iswctype_l(wint_t wc, wctype_t charclass, locale_t locale) in iswctype_l() 56 wctype_t 77 static const wctype_t propmasks[] = { in wctype_l() 98 const wctype_t *q; in wctype_l() 111 wctype_t wctype(const char *property) in wctype()
|
H A D | nextwctype.c | 40 nextwctype_l(wint_t wc, wctype_t wct, locale_t locale) in nextwctype_l() 99 nextwctype(wint_t wc, wctype_t wct) in nextwctype()
|
/freebsd/include/ |
H A D | wctype.h | 46 typedef unsigned long wctype_t; typedef 64 int iswctype(wint_t, wctype_t); 78 wctype_t 89 wint_t nextwctype(wint_t, wctype_t);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwctype | 27 wctype_t 41 int iswctype(wint_t wc, wctype_t desc); 42 wctype_t wctype(const char* property); 74 using ::wctype_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/usr.bin/tr/ |
H A D | cset.h | 44 wctype_t csc_type; 58 bool cset_addclass(struct cset *, wctype_t, bool);
|
H A D | extern.h | 43 wctype_t cclass; /* character class from wctype() */
|
H A D | cset.c | 198 cset_addclass(struct cset *cs, wctype_t type, bool invert) in cset_addclass()
|
/freebsd/include/xlocale/ |
H A D | _ctype.h | 172 int iswctype_l(wint_t __wc, wctype_t __charclass, locale_t __l); 173 wctype_t wctype_l(const char *property, locale_t __l); 175 wint_t nextwctype_l(wint_t __wc, wctype_t wct, locale_t __l);
|
/freebsd/lib/libc/tests/locale/ |
H A D | towctrans_test.c | 45 wctype_t t; in ATF_TC_BODY()
|
H A D | iswctype_test.c | 57 static wctype_t t;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 13 using ::wctype_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 13 using std::wctype_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/regex/ |
H A D | regex2.h | 118 wctype_t *types;
|
H A D | regcomp.c | 144 static void CHaddtype(struct parse *p, cset *cs, wctype_t wct); 1230 wctype_t wct; 1692 CHaddtype(struct parse *p, cset *cs, wctype_t wct) 1695 wctype_t *newtypes;
|
/freebsd/bin/sh/ |
H A D | expand.c | 1231 wctype_t cclass; in match_charclass()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 931 SYMBOL(wctype_t, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 3228 SYMBOL(wctype_t, std::, <cwctype>) 3229 SYMBOL(wctype_t, None, <cwctype>) 3230 SYMBOL(wctype_t, None, <wctype.h>)
|