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

/freebsd-12-stable/lib/libc/locale/
H A Dwcstof.c92 wcstof(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) function
H A DMakefile.inc19 wcstof.c wcstod.c \
86 MLINKS+=wcstod.3 wcstof.3 wcstod.3 wcstold.3
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h79 using std::wcstof;
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h127 # undef wcstof macro
194 using ::wcstof;
/freebsd-12-stable/include/
H A Dwchar.h197 float wcstof(const wchar_t * __restrict, wchar_t ** __restrict);
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp229 return as_float_helper<float>( func, s, idx, wcstof );
/freebsd-12-stable/lib/libc/stdio/
H A Dvfwscanf.c773 float res = wcstof(buf, NULL);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp450 INTERCEPTORS_STRTO(float, wcstof, wchar_t)
1649 INTERCEPT_STRTO(wcstof);
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure7886 namespace test { using ::wcstof; }
[all...]

Completed in 221 milliseconds