Symbol: wctype_t
bin/sh/expand.c
1233
wctype_t cclass;
include/wctype.h
64
int iswctype(wint_t, wctype_t);
include/wctype.h
78
wctype_t
include/wctype.h
89
wint_t nextwctype(wint_t, wctype_t);
include/xlocale/_ctype.h
172
int iswctype_l(wint_t __wc, wctype_t __charclass, locale_t __l);
include/xlocale/_ctype.h
173
wctype_t wctype_l(const char *property, locale_t __l);
include/xlocale/_ctype.h
175
wint_t nextwctype_l(wint_t __wc, wctype_t wct, locale_t __l);
lib/libc/gen/fnmatch.c
372
wctype_t charclass;
lib/libc/locale/nextwctype.c
40
nextwctype_l(wint_t wc, wctype_t wct, locale_t locale)
lib/libc/locale/nextwctype.c
99
nextwctype(wint_t wc, wctype_t wct)
lib/libc/locale/wctype.c
111
wctype_t wctype(const char *property)
lib/libc/locale/wctype.c
41
iswctype(wint_t wc, wctype_t charclass)
lib/libc/locale/wctype.c
46
iswctype_l(wint_t wc, wctype_t charclass, locale_t locale)
lib/libc/locale/wctype.c
56
wctype_t
lib/libc/locale/wctype.c
77
static const wctype_t propmasks[] = {
lib/libc/locale/wctype.c
98
const wctype_t *q;
lib/libc/regex/regcomp.c
1231
wctype_t wct;
lib/libc/regex/regcomp.c
144
static void CHaddtype(struct parse *p, cset *cs, wctype_t wct);
lib/libc/regex/regcomp.c
1693
CHaddtype(struct parse *p, cset *cs, wctype_t wct)
lib/libc/regex/regcomp.c
1696
wctype_t *newtypes;
lib/libc/regex/regex2.h
118
wctype_t *types;
lib/libc/tests/locale/iswctype_test.c
57
static wctype_t t;
lib/libc/tests/locale/towctrans_test.c
45
wctype_t t;
usr.bin/tr/cset.c
198
cset_addclass(struct cset *cs, wctype_t type, bool invert)
usr.bin/tr/cset.h
44
wctype_t csc_type;
usr.bin/tr/cset.h
58
bool cset_addclass(struct cset *, wctype_t, bool);
usr.bin/tr/extern.h
43
wctype_t cclass; /* character class from wctype() */