Lines Matching refs:wchar_t
16 const wchar_t *wcs = f->cookie;
32 static unsigned long long wcstox(const wchar_t *s, wchar_t **p, int base, unsigned long long lim)
34 wchar_t *t = (wchar_t *)s;
48 *p = cnt ? t + cnt : (wchar_t *)s;
53 unsigned long long wcstoull(const wchar_t *restrict s, wchar_t **restrict p, int base)
58 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base)
63 unsigned long wcstoul(const wchar_t *restrict s, wchar_t **restrict p, int base)
68 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base)
73 intmax_t wcstoimax(const wchar_t *restrict s, wchar_t **restrict p, int base)
78 uintmax_t wcstoumax(const wchar_t *restrict s, wchar_t **restrict p, int base)