2.9
[glibc/nacl-glibc.git] / conform / data / wchar.h-data
blob7c1589506a14c5b5ad382007fc513077dafde0ec
1 type wchar_t
2 type wint_t
3 type wctype_t
4 type mbstate_t
5 type FILE
6 type size_t
8 function wint_t btowc (int)
9 function int fwprintf (FILE*, const wchar_t*, ...)
10 function int fwscanf (FILE*, const wchar_t*, ...)
11 #if !ISO
12 function int iswalnum (wint_t)
13 function int iswalpha (wint_t)
14 function int iswcntrl (wint_t)
15 function int iswdigit (wint_t)
16 function int iswgraph (wint_t)
17 function int iswlower (wint_t)
18 function int iswprint (wint_t)
19 function int iswpunct (wint_t)
20 function int iswspace (wint_t)
21 function int iswupper (wint_t)
22 function int iswxdigit (wint_t)
23 function int iswctype (wint_t, wctype_t)
24 #endif
25 function wint_t fgetwc (FILE*)
26 function {wchar_t*} fgetws (wchar_t*, int, FILE*)
27 function wint_t fputwc (wchar_t, FILE*)
28 function int fputws (const wchar_t*, FILE*)
29 function int fwide (FILE*, int)
30 function wint_t getwc (FILE*)
31 function wint_t getwchar (void)
32 function int mbsinit (const mbstate_t*)
33 function size_t mbrlen (const char*, size_t, mbstate_t*)
34 function size_t mbrtowc (wchar_t*, const char*, size_t, mbstate_t*)
35 function size_t mbsrtowcs (wchar_t*, const char**, size_t, mbstate_t*)
36 function wint_t putwc (wchar_t, FILE*)
37 function wint_t putwchar (wchar_t)
38 function int swprintf (wchar_t*, size_t, const wchar_t*, ...)
39 function int swscanf (const wchar_t*, const wchar_t*, ...)
40 function wint_t towlower (wint_t)
41 function wint_t towupper (wint_t)
42 function wint_t ungetwc (wint_t, FILE*)
43 function int vfwprintf (FILE*, const wchar_t*, va_list)
44 function int vfwscanf (FILE*, const wchar_t*, va_list)
45 function int vwprintf (const wchar_t*, va_list)
46 function int vwscanf (const wchar_t*, va_list)
47 function int vswprintf (wchar_t*, size_t, const wchar_t*, va_list)
48 function int vswscanf (const wchar_t*, const wchar_t*, va_list)
49 function size_t wcrtomb (char*, wchar_t, mbstate_t*)
50 function {wchar_t*} wcscat (wchar_t*, const wchar_t*)
51 function {wchar_t*} wcschr (const wchar_t*, wchar_t)
52 function int wcscmp (const wchar_t*, const wchar_t*)
53 function int wcscoll (const wchar_t*, const wchar_t*)
54 function {wchar_t*} wcscpy (wchar_t*, const wchar_t*)
55 function size_t wcscspn (const wchar_t*, const wchar_t*)
56 function size_t wcsftime (wchar_t*, size_t, const wchar_t*, const struct tm*)
57 function size_t wcslen (const wchar_t*)
58 function {wchar_t*} wcsncat (wchar_t*, const wchar_t*, size_t)
59 function int wcsncmp (const wchar_t*, const wchar_t*, size_t)
60 function {wchar_t*} wcsncpy (wchar_t*, const wchar_t*, size_t)
61 function {wchar_t*} wcspbrk (const wchar_t*, const wchar_t*)
62 function {wchar_t*} wcsrchr (const wchar_t*, wchar_t)
63 function size_t wcsrtombs (char*, const wchar_t**, size_t, mbstate_t*)
64 function size_t wcsspn (const wchar_t*, const wchar_t*)
65 function {wchar_t*} wcsstr (const wchar_t*, const wchar_t*)
66 function double wcstod (const wchar_t*, wchar_t**)
67 function {wchar_t*} wcstok (wchar_t*, const wchar_t*, wchar_t**)
68 function {long int} wcstol (const wchar_t*, wchar_t**, int)
69 function {unsigned long int} wcstoul (const wchar_t*, wchar_t**, int)
70 function {wchar_t*} wcswcs (const wchar_t*, const wchar_t*)
71 function int wcswidth (const wchar_t*, size_t)
72 function size_t wcsxfrm (wchar_t*, const wchar_t*, size_t)
73 function int wctob (wint_t)
74 function wctype_t wctype (const char*)
75 function int wcwidth (wchar_t)
76 function {wchar_t*} wmemchr (const wchar_t*, wchar_t, size_t)
77 function int wmemcmp (const wchar_t*, const wchar_t*, size_t)
78 function {wchar_t*} wmemcpy (wchar_t*, const wchar_t*, size_t)
79 function {wchar_t*} wmemmove (wchar_t*, const wchar_t*, size_t)
80 function {wchar_t*} wmemset (wchar_t*, wchar_t, size_t)
81 function int wprintf (const wchar_t*, ...)
82 function int wscanf (const wchar_t*, ...)
84 macro WCHAR_MAX
85 macro WCHAR_MIN
86 macro WEOF
87 macro NULL
89 allow-header ctype.h
90 allow-header stdio.h
91 allow-header stdarg.h
92 allow-header stdlib.h
93 allow-header string.h
94 allow-header stddef.h
95 allow-header time.h
97 allow wcs*
98 allow *_t