Home | History | Annotate | Download | only in wcstox

Lines Matching refs:restrict

8 static unsigned long long wcstox(const wchar_t * restrict s,
9 wchar_t ** restrict p,
25 unsigned long long wcstoull(const wchar_t *restrict s,
26 wchar_t **restrict p,
32 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base)
37 unsigned long wcstoul(const wchar_t *restrict s,
38 wchar_t **restrict p,
44 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base)
49 intmax_t wcstoimax(const wchar_t *restrict s,
50 wchar_t **restrict p,
56 uintmax_t wcstoumax(const wchar_t *restrict s,
57 wchar_t **restrict p,