Home
last modified time | relevance | path

Searched refs:wctype_t (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libc/locale/
H A Dwctype.c41 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 Dnextwctype.c40 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 Dwctype.h46 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 Dcwctype27 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 Dcset.h44 wctype_t csc_type;
58 bool cset_addclass(struct cset *, wctype_t, bool);
H A Dextern.h43 wctype_t cclass; /* character class from wctype() */
H A Dcset.c198 cset_addclass(struct cset *cs, wctype_t type, bool invert) in cset_addclass()
/freebsd/include/xlocale/
H A D_ctype.h172 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 Dtowctrans_test.c45 wctype_t t; in ATF_TC_BODY()
H A Diswctype_test.c57 static wctype_t t;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc13 using ::wctype_t _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.cppm
H A Dcwctype.inc13 using std::wctype_t _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/regex/
H A Dregex2.h118 wctype_t *types;
H A Dregcomp.c144 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 Dexpand.c1231 wctype_t cclass; in match_charclass()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc931 SYMBOL(wctype_t, None, <wctype.h>)
H A DStdSymbolMap.inc3228 SYMBOL(wctype_t, std::, <cwctype>)
3229 SYMBOL(wctype_t, None, <cwctype>)
3230 SYMBOL(wctype_t, None, <wctype.h>)