]> git.ipfire.org Git - thirdparty/glibc.git/blame - conform/data/wctype.h-data
First steps to get conformtest fully working
[thirdparty/glibc.git] / conform / data / wctype.h-data
CommitLineData
31341567 1#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4
0ed99ce4
UD
2type wint_t
3type wctrans_t
4type wctype_t
31341567 5# if defined XOPEN2K8 || defined POSIX2008
f095bb72 6type locale_t
31341567 7# endif
0ed99ce4
UD
8
9function int iswalnum (wint_t)
10function int iswalpha (wint_t)
11function int iswcntrl (wint_t)
12function int iswdigit (wint_t)
13function int iswgraph (wint_t)
14function int iswlower (wint_t)
15function int iswprint (wint_t)
16function int iswpunct (wint_t)
17function int iswspace (wint_t)
18function int iswupper (wint_t)
19function int iswxdigit (wint_t)
20function int iswctype (wint_t, wctype_t)
21function wint_t towctrans (wint_t, wctrans_t)
22function wint_t towlower (wint_t)
23function wint_t towupper (wint_t)
24function wctrans_t wctrans (const char*)
25function wctype_t wctype (const char*)
31341567 26# if defined XOPEN2K8 || defined POSIX2008
f095bb72
UD
27function int iswalnum_l (wint_t, locale_t)
28function int iswalpha_l (wint_t, locale_t)
29function int iswcntrl_l (wint_t, locale_t)
30function int iswdigit_l (wint_t, locale_t)
31function int iswgraph_l (wint_t, locale_t)
32function int iswlower_l (wint_t, locale_t)
33function int iswprint_l (wint_t, locale_t)
34function int iswpunct_l (wint_t, locale_t)
35function int iswspace_l (wint_t, locale_t)
36function int iswupper_l (wint_t, locale_t)
37function int iswxdigit_l (wint_t, locale_t)
38function int iswctype_l (wint_t, wctype_t, locale_t)
39function wint_t towctrans_l (wint_t, wctrans_t, locale_t)
40function wint_t towlower_l (wint_t, locale_t)
41function wint_t towupper_l (wint_t, locale_t)
42function wctrans_t wctrans_l (const char*, locale_t)
43function wctype_t wctype_l (const char*, locale_t)
31341567 44# endif
0ed99ce4
UD
45
46macro WEOF
47
48allow-header ctype.h
49allow-header stdio.h
50allow-header stdarg.h
51allow-header stdlib.h
52allow-header string.h
53allow-header stddef.h
54allow-header time.h
55allow-header wchar.h
56
57allow is*
58allow to*
59allow *_t
31341567 60#endif