Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dwctype.h22 typedef int wctype_t; typedef
37 int iswctype (wint_t, wctype_t);
50 wctype_t wctype (const char *);
57 int iswctype_l (wint_t, wctype_t, locale_t);
70 wctype_t wctype_l (const char *, locale_t);
Dwchar.h86 typedef int wctype_t; typedef
/picolibc-latest/newlib/libc/ctype/
Dwctype_l.c8 wctype_t
Diswctype.c72 iswctype (wint_t c, wctype_t desc) in iswctype()
Dwctype.c74 wctype_t
Diswctype_l.c8 iswctype_l (wint_t c, wctype_t desc, struct __locale_t *locale) in iswctype_l()
/picolibc-latest/newlib/testsuite/newlib.wctype/
Dtiswctype.c7 wctype_t x; in main()