Searched refs:wcstold (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h242 #undef wcstold macro
250 (wcstold)(const wchar_t * restrict, wchar_t ** restrict);
253 using ::wcstold;
270 using ::__gnu_cxx::wcstold;
/freebsd-10-stable/lib/libc/locale/
H A Dwcstold.c33 __FBSDID("$FreeBSD: stable/10/lib/libc/locale/wcstold.c 309334 2016-11-30 20:48:44Z vangyzen $");
90 wcstold(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) function
H A DMakefile.inc20 wcstoimax.c wcstol.c wcstold.c wcstoll.c \
86 MLINKS+=wcstod.3 wcstof.3 wcstod.3 wcstold.3
H A DSymbol.map89 wcstold;
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h107 using std::wcstold;
/freebsd-10-stable/include/
H A Dwchar.h197 wcstold(const wchar_t * __restrict, wchar_t ** __restrict);
/freebsd-10-stable/contrib/libc++/src/
H A Dstring.cpp247 return as_float_helper<long double>( func, s, idx, wcstold );
/freebsd-10-stable/lib/libc/stdio/
H A Dvfwscanf.c765 long double res = wcstold(buf, NULL);
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure7666 # Check for the existence in <wchar.h> of wcstold, etc.
7681 using ::wcstold;
[all...]

Completed in 204 milliseconds