Home
last modified time | relevance | path

Searched refs:__gwchar_t (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/stdlib/
Dinttypes.h32 # define __gwchar_t wchar_t macro
34 typedef __WCHAR_TYPE__ __gwchar_t; typedef
38 typedef wchar_t __gwchar_t; typedef
305 extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
306 __gwchar_t **__restrict __endptr, int __base)
310 extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
311 __gwchar_t ** __restrict __endptr, int __base)
/glibc-2.36/conform/data/
Dinttypes.h-data12 function intmax_t wcstoimax (const __gwchar_t*, __gwchar_t**, int)
13 function uintmax_t wcstoumax (const __gwchar_t*, __gwchar_t**, int)
/glibc-2.36/ChangeLog.old/
DChangeLog.1312996 * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
13447 * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.