Don't override --enable-multi-arch.
[glibc.git] / conform / data / wchar.h-data
blobbf9e1a92e53a10b4c07db334d837b321b05d2727
1 type wchar_t
2 type wint_t
3 # if !defined ISO && !defined POSIX && !defined POSIX2008
4 type wctype_t
5 #endif
6 type mbstate_t
7 type FILE
8 type size_t
9 #if defined XOPEN2K8 || defined POSIX2008
10 type locale_t
11 #endif
13 function wint_t btowc (int)
14 function int fwprintf (FILE*, const wchar_t*, ...)
15 function int fwscanf (FILE*, const wchar_t*, ...)
16 #if !defined ISO && !defined POSIX && !defined POSIX2008
17 function int iswalnum (wint_t)
18 function int iswalpha (wint_t)
19 function int iswcntrl (wint_t)
20 function int iswdigit (wint_t)
21 function int iswgraph (wint_t)
22 function int iswlower (wint_t)
23 function int iswprint (wint_t)
24 function int iswpunct (wint_t)
25 function int iswspace (wint_t)
26 function int iswupper (wint_t)
27 function int iswxdigit (wint_t)
28 function int iswctype (wint_t, wctype_t)
29 #endif
30 function wint_t fgetwc (FILE*)
31 function {wchar_t*} fgetws (wchar_t*, int, FILE*)
32 function wint_t fputwc (wchar_t, FILE*)
33 function int fputws (const wchar_t*, FILE*)
34 function int fwide (FILE*, int)
35 function wint_t getwc (FILE*)
36 function wint_t getwchar (void)
37 function int mbsinit (const mbstate_t*)
38 function size_t mbrlen (const char*, size_t, mbstate_t*)
39 function size_t mbrtowc (wchar_t*, const char*, size_t, mbstate_t*)
40 #if defined XOPEN2K8 || defined POSIX2008
41 function size_t mbsnrtowcs (wchar_t*, const char**, size_t, size_t, mbstate_t*)
42 #endif
43 function size_t mbsrtowcs (wchar_t*, const char**, size_t, mbstate_t*)
44 #if defined XOPEN2K8 || defined POSIX2008
45 function {FILE*} open_wmemstream (wchar_t**, size_t*)
46 #endif
47 function wint_t putwc (wchar_t, FILE*)
48 function wint_t putwchar (wchar_t)
49 function int swprintf (wchar_t*, size_t, const wchar_t*, ...)
50 function int swscanf (const wchar_t*, const wchar_t*, ...)
51 #if !defined ISO && !defined POSIX && !defined POSIX2008
52 function wint_t towlower (wint_t)
53 function wint_t towupper (wint_t)
54 #endif
55 function wint_t ungetwc (wint_t, FILE*)
56 function int vfwprintf (FILE*, const wchar_t*, __gnuc_va_list)
57 function int vfwscanf (FILE*, const wchar_t*, __gnuc_va_list)
58 function int vwprintf (const wchar_t*, __gnuc_va_list)
59 function int vwscanf (const wchar_t*, __gnuc_va_list)
60 function int vswprintf (wchar_t*, size_t, const wchar_t*, __gnuc_va_list)
61 function int vswscanf (const wchar_t*, const wchar_t*, __gnuc_va_list)
62 #if defined XOPEN2K8 || defined POSIX2008
63 function {wchar_t*} wcpcpy (wchar_t*, const wchar_t*)
64 function {wchar_t*} wcpncpy (wchar_t*, const wchar_t*, size_t)
65 #endif
66 function size_t wcrtomb (char*, wchar_t, mbstate_t*)
67 #if defined XOPEN2K8 || defined POSIX2008
68 function int wcscasecmp(const wchar_t*, const wchar_t*)
69 function int wcscasecmp_l(const wchar_t*, const wchar_t*, locale_t)
70 #endif
71 function {wchar_t*} wcscat (wchar_t*, const wchar_t*)
72 function {wchar_t*} wcschr (const wchar_t*, wchar_t)
73 function int wcscmp (const wchar_t*, const wchar_t*)
74 function int wcscoll (const wchar_t*, const wchar_t*)
75 #if defined XOPEN2K8 || defined POSIX2008
76 function int wcscoll_l (const wchar_t*, const wchar_t*, locale_t)
77 #endif
78 function {wchar_t*} wcscpy (wchar_t*, const wchar_t*)
79 function size_t wcscspn (const wchar_t*, const wchar_t*)
80 #if defined XOPEN2K8 || defined POSIX2008
81 function {wchar_t*} wcsdup (const wchar_t*)
82 #endif
83 function size_t wcsftime (wchar_t*, size_t, const wchar_t*, const struct tm*)
84 function size_t wcslen (const wchar_t*)
85 #if defined XOPEN2K8 || defined POSIX2008
86 function int wcsncasecmp (const wchar_t*, const wchar_t*, size_t)
87 function int wcsncasecmp_l (const wchar_t*, const wchar_t*, size_t, locale_t)
88 #endif
89 function {wchar_t*} wcsncat (wchar_t*, const wchar_t*, size_t)
90 function int wcsncmp (const wchar_t*, const wchar_t*, size_t)
91 function {wchar_t*} wcsncpy (wchar_t*, const wchar_t*, size_t)
92 #if defined XOPEN2K8 || defined POSIX2008
93 function size_t wcsnlen (const wchar_t*, size_t)
94 function size_t wcsnrtombs (char*, const wchar_t**, size_t, size_t, mbstate_t*)
95 #endif
96 function {wchar_t*} wcspbrk (const wchar_t*, const wchar_t*)
97 function {wchar_t*} wcsrchr (const wchar_t*, wchar_t)
98 function size_t wcsrtombs (char*, const wchar_t**, size_t, mbstate_t*)
99 function size_t wcsspn (const wchar_t*, const wchar_t*)
100 function {wchar_t*} wcsstr (const wchar_t*, const wchar_t*)
101 function double wcstod (const wchar_t*, wchar_t**)
102 function {wchar_t*} wcstok (wchar_t*, const wchar_t*, wchar_t**)
103 function {long int} wcstol (const wchar_t*, wchar_t**, int)
104 function {unsigned long int} wcstoul (const wchar_t*, wchar_t**, int)
105 #if defined UNIX98 || defined XOPEN2K
106 function {wchar_t*} wcswcs (const wchar_t*, const wchar_t*)
107 #endif
108 #if !defined ISO && !defined POSIX && !defined POSIX2008
109 function int wcswidth (const wchar_t*, size_t)
110 #endif
111 function size_t wcsxfrm (wchar_t*, const wchar_t*, size_t)
112 #if defined XOPEN2K8 || defined POSIX2008
113 function size_t wcsxfrm_l (wchar_t*, const wchar_t*, size_t, locale_t)
114 #endif
115 function int wctob (wint_t)
116 #if !defined ISO && !defined POSIX && !defined POSIX2008
117 function wctype_t wctype (const char*)
118 function int wcwidth (wchar_t)
119 #endif
120 function {wchar_t*} wmemchr (const wchar_t*, wchar_t, size_t)
121 function int wmemcmp (const wchar_t*, const wchar_t*, size_t)
122 function {wchar_t*} wmemcpy (wchar_t*, const wchar_t*, size_t)
123 function {wchar_t*} wmemmove (wchar_t*, const wchar_t*, size_t)
124 function {wchar_t*} wmemset (wchar_t*, wchar_t, size_t)
125 function int wprintf (const wchar_t*, ...)
126 function int wscanf (const wchar_t*, ...)
128 macro WCHAR_MAX
129 macro WCHAR_MIN
130 macro WEOF
131 macro NULL
133 allow-header ctype.h
134 allow-header stdio.h
135 allow-header stdarg.h
136 allow-header stdlib.h
137 allow-header string.h
138 allow-header stddef.h
139 allow-header time.h
141 allow wcs*
142 allow *_t