Home
last modified time | relevance | path

Searched refs:wcstof (Results 1 – 16 of 16) sorted by relevance

/freebsd/lib/libc/locale/
H A DMakefile.inc16 wcstof.c wcstod.c \
97 MLINKS+=wcstod.3 wcstof.3 wcstod.3 wcstold.3
H A Dwcstof.c89 wcstof(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstof() function
H A DSymbol.map82 wcstof;
/freebsd/contrib/expat/xmlwf/
H A Dxmltchar.h58 # define tcstof wcstof
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc55 using ::wcstof _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.cppm
H A Dcwchar.inc55 using std::wcstof _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar56 float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99
151 using ::wcstof _LIBCPP_USING_IF_EXISTS;
/freebsd/include/
H A Dwchar.h205 float wcstof(const wchar_t * __restrict, wchar_t ** __restrict);
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp190 return as_float_helper<float>(func, s, idx, wcstof);
/freebsd/lib/libc/stdio/
H A Dvfwscanf.c834 float res = wcstof(buf, NULL); in __vfwscanf()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp508 INTERCEPTORS_STRTO(float, wcstof, wchar_t) in INTERCEPTORS_STRTO()
1819 INTERCEPT_STRTO(wcstof); in InitializeInterceptors()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc912 SYMBOL(wcstof, None, <wchar.h>)
H A DStdSymbolMap.inc3179 SYMBOL(wcstof, std::, <cwchar>)
3180 SYMBOL(wcstof, None, <cwchar>)
3181 SYMBOL(wcstof, None, <wchar.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3271 fun:wcstof=uninstrumented
/freebsd/contrib/ncurses/
H A DNEWS5458 600 to work around inconsistent ifdef'ing of wcstof between C and