diff options
Diffstat (limited to 'conform/data/wchar.h-data')
-rw-r--r-- | conform/data/wchar.h-data | 70 |
1 files changed, 38 insertions, 32 deletions
diff --git a/conform/data/wchar.h-data b/conform/data/wchar.h-data index bf9e1a92e5..fdb68d03b9 100644 --- a/conform/data/wchar.h-data +++ b/conform/data/wchar.h-data @@ -1,19 +1,24 @@ +#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 type wchar_t type wint_t -# if !defined ISO && !defined POSIX && !defined POSIX2008 +# if !defined ISO99 && !defined ISO11 && !defined POSIX2008 type wctype_t -#endif +# endif type mbstate_t +# if !defined ISO99 && !defined ISO11 type FILE +# else +# define FILE __FILE +# endif type size_t -#if defined XOPEN2K8 || defined POSIX2008 +# if defined XOPEN2K8 || defined POSIX2008 type locale_t -#endif +# endif function wint_t btowc (int) function int fwprintf (FILE*, const wchar_t*, ...) function int fwscanf (FILE*, const wchar_t*, ...) -#if !defined ISO && !defined POSIX && !defined POSIX2008 +# if !defined ISO99 && !defined ISO11 && !defined POSIX2008 function int iswalnum (wint_t) function int iswalpha (wint_t) function int iswcntrl (wint_t) @@ -26,7 +31,7 @@ function int iswspace (wint_t) function int iswupper (wint_t) function int iswxdigit (wint_t) function int iswctype (wint_t, wctype_t) -#endif +# endif function wint_t fgetwc (FILE*) function {wchar_t*} fgetws (wchar_t*, int, FILE*) function wint_t fputwc (wchar_t, FILE*) @@ -37,21 +42,21 @@ function wint_t getwchar (void) function int mbsinit (const mbstate_t*) function size_t mbrlen (const char*, size_t, mbstate_t*) function size_t mbrtowc (wchar_t*, const char*, size_t, mbstate_t*) -#if defined XOPEN2K8 || defined POSIX2008 +# if defined XOPEN2K8 || defined POSIX2008 function size_t mbsnrtowcs (wchar_t*, const char**, size_t, size_t, mbstate_t*) -#endif +# endif function size_t mbsrtowcs (wchar_t*, const char**, size_t, mbstate_t*) -#if defined XOPEN2K8 || defined POSIX2008 +# if defined XOPEN2K8 || defined POSIX2008 function {FILE*} open_wmemstream (wchar_t**, size_t*) -#endif +# endif function wint_t putwc (wchar_t, FILE*) function wint_t putwchar (wchar_t) function int swprintf (wchar_t*, size_t, const wchar_t*, ...) function int swscanf (const wchar_t*, const wchar_t*, ...) -#if !defined ISO && !defined POSIX && !defined POSIX2008 +# if !defined ISO99 && !defined ISO11 && !defined POSIX2008 function wint_t towlower (wint_t) function wint_t towupper (wint_t) -#endif +# endif function wint_t ungetwc (wint_t, FILE*) function int vfwprintf (FILE*, const wchar_t*, __gnuc_va_list) function int vfwscanf (FILE*, const wchar_t*, __gnuc_va_list) @@ -59,40 +64,40 @@ function int vwprintf (const wchar_t*, __gnuc_va_list) function int vwscanf (const wchar_t*, __gnuc_va_list) function int vswprintf (wchar_t*, size_t, const wchar_t*, __gnuc_va_list) function int vswscanf (const wchar_t*, const wchar_t*, __gnuc_va_list) -#if defined XOPEN2K8 || defined POSIX2008 +# if defined XOPEN2K8 || defined POSIX2008 function {wchar_t*} wcpcpy (wchar_t*, const wchar_t*) function {wchar_t*} wcpncpy (wchar_t*, const wchar_t*, size_t) -#endif +# endif function size_t wcrtomb (char*, wchar_t, mbstate_t*) -#if defined XOPEN2K8 || defined POSIX2008 +# if defined XOPEN2K8 || defined POSIX2008 function int wcscasecmp(const wchar_t*, const wchar_t*) function int wcscasecmp_l(const wchar_t*, const wchar_t*, locale_t) -#endif +# endif function {wchar_t*} wcscat (wchar_t*, const wchar_t*) function {wchar_t*} wcschr (const wchar_t*, wchar_t) function int wcscmp (const wchar_t*, const wchar_t*) function int wcscoll (const wchar_t*, const wchar_t*) -#if defined XOPEN2K8 || defined POSIX2008 +# if defined XOPEN2K8 || defined POSIX2008 function int wcscoll_l (const wchar_t*, const wchar_t*, locale_t) -#endif +# endif function {wchar_t*} wcscpy (wchar_t*, const wchar_t*) function size_t wcscspn (const wchar_t*, const wchar_t*) -#if defined XOPEN2K8 || defined POSIX2008 +# if defined XOPEN2K8 || defined POSIX2008 function {wchar_t*} wcsdup (const wchar_t*) -#endif +# endif function size_t wcsftime (wchar_t*, size_t, const wchar_t*, const struct tm*) function size_t wcslen (const wchar_t*) -#if defined XOPEN2K8 || defined POSIX2008 +# if defined XOPEN2K8 || defined POSIX2008 function int wcsncasecmp (const wchar_t*, const wchar_t*, size_t) function int wcsncasecmp_l (const wchar_t*, const wchar_t*, size_t, locale_t) -#endif +# endif function {wchar_t*} wcsncat (wchar_t*, const wchar_t*, size_t) function int wcsncmp (const wchar_t*, const wchar_t*, size_t) function {wchar_t*} wcsncpy (wchar_t*, const wchar_t*, size_t) -#if defined XOPEN2K8 || defined POSIX2008 +# if defined XOPEN2K8 || defined POSIX2008 function size_t wcsnlen (const wchar_t*, size_t) function size_t wcsnrtombs (char*, const wchar_t**, size_t, size_t, mbstate_t*) -#endif +# endif function {wchar_t*} wcspbrk (const wchar_t*, const wchar_t*) function {wchar_t*} wcsrchr (const wchar_t*, wchar_t) function size_t wcsrtombs (char*, const wchar_t**, size_t, mbstate_t*) @@ -102,21 +107,21 @@ function double wcstod (const wchar_t*, wchar_t**) function {wchar_t*} wcstok (wchar_t*, const wchar_t*, wchar_t**) function {long int} wcstol (const wchar_t*, wchar_t**, int) function {unsigned long int} wcstoul (const wchar_t*, wchar_t**, int) -#if defined UNIX98 || defined XOPEN2K +# if defined UNIX98 || defined XOPEN2K function {wchar_t*} wcswcs (const wchar_t*, const wchar_t*) -#endif -#if !defined ISO && !defined POSIX && !defined POSIX2008 +# endif +# if !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008 function int wcswidth (const wchar_t*, size_t) -#endif +# endif function size_t wcsxfrm (wchar_t*, const wchar_t*, size_t) -#if defined XOPEN2K8 || defined POSIX2008 +# if defined XOPEN2K8 || defined POSIX2008 function size_t wcsxfrm_l (wchar_t*, const wchar_t*, size_t, locale_t) -#endif +# endif function int wctob (wint_t) -#if !defined ISO && !defined POSIX && !defined POSIX2008 +# if !defined ISO99 && !defined ISO11 && !defined POSIX2008 function wctype_t wctype (const char*) function int wcwidth (wchar_t) -#endif +# endif function {wchar_t*} wmemchr (const wchar_t*, wchar_t, size_t) function int wmemcmp (const wchar_t*, const wchar_t*, size_t) function {wchar_t*} wmemcpy (wchar_t*, const wchar_t*, size_t) @@ -140,3 +145,4 @@ allow-header time.h allow wcs* allow *_t +#endif |