Searched refs:wcstoumax_l (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/xlocale/
H A D_inttypes.h34 uintmax_t wcstoumax_l(const wchar_t * __restrict nptr,
39 #pragma GCC poison wcstoimax_l wcstoumax_l
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dwcstoumax.c51 wcstoumax_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, function
131 return wcstoumax_l(nptr, endptr, base, __current_locale());
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfwscanf.c704 res = wcstoumax_l(buf, NULL, base, loc);

Completed in 179 milliseconds