Searched refs:__gwchar_t (Results 1 – 3 of 3) sorted by relevance
32 # define __gwchar_t wchar_t macro34 typedef __WCHAR_TYPE__ __gwchar_t; typedef38 typedef wchar_t __gwchar_t; typedef305 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)
12 function intmax_t wcstoimax (const __gwchar_t*, __gwchar_t**, int)13 function uintmax_t wcstoumax (const __gwchar_t*, __gwchar_t**, int)
12996 * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.13447 * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.