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

/freebsd-11.0-release/lib/libc/locale/
H A Dwcstold.c33 __FBSDID("$FreeBSD: releng/11.0/lib/libc/locale/wcstold.c 227753 2011-11-20 14:45:42Z theraven $");
87 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
/freebsd-11.0-release/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-11.0-release/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h107 using std::wcstold;
/freebsd-11.0-release/include/
H A Dwchar.h197 wcstold(const wchar_t * __restrict, wchar_t ** __restrict);
/freebsd-11.0-release/contrib/libc++/src/
H A Dstring.cpp247 return as_float_helper<long double>( func, s, idx, wcstold );
/freebsd-11.0-release/lib/libc/stdio/
H A Dvfwscanf.c765 long double res = wcstold(buf, NULL);
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc471 INTERCEPTORS_STRTO(long double, wcstold, wchar_t) // NOLINT
1578 INTERCEPT_STRTO(wcstold);
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure7666 # Check for the existence in <wchar.h> of wcstold, etc.
7681 using ::wcstold;
[all...]

Completed in 120 milliseconds