Searched refs:wcstof (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | Makefile.inc | 16 wcstof.c wcstod.c \ 97 MLINKS+=wcstod.3 wcstof.3 wcstod.3 wcstold.3
|
H A D | wcstof.c | 89 wcstof(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) in wcstof() function
|
H A D | Symbol.map | 82 wcstof;
|
/freebsd/contrib/expat/xmlwf/ |
H A D | xmltchar.h | 58 # define tcstof wcstof
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 55 using ::wcstof _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 55 using std::wcstof _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 56 float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 151 using ::wcstof _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 205 float wcstof(const wchar_t * __restrict, wchar_t ** __restrict);
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | string.cpp | 190 return as_float_helper<float>(func, s, idx, wcstof);
|
/freebsd/lib/libc/stdio/ |
H A D | vfwscanf.c | 834 float res = wcstof(buf, NULL); in __vfwscanf()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 508 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 D | CSymbolMap.inc | 912 SYMBOL(wcstof, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3179 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 D | libc_ubuntu1404_abilist.txt | 3271 fun:wcstof=uninstrumented
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 5458 600 to work around inconsistent ifdef'ing of wcstof between C and
|