Searched refs:wcstod (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_wcstod.c223 /* XXX: SunOS 5.8's wcstod(3) doesn't accept hex */
356 /* XXX: SunOS 5.8's wcstod(3) doesn't accept hex */
391 ATF_TC(wcstod); variable
392 ATF_TC_HEAD(wcstod, tc)
394 atf_tc_set_md_var(tc, "descr", "Checks wcstod(3)");
396 ATF_TC_BODY(wcstod, tc)
414 (void)printf("Checking wcstod(\"%s\", &tail):\n", buf);
418 d = wcstod(t->wcs, &tail);
457 ATF_TP_ADD_TC(tp, wcstod);
/freebsd-11-stable/lib/libc/locale/
H A DMakefile.inc19 wcstof.c wcstod.c \
48 wcsrtombs.3 wcstod.3 wcstol.3 wcstombs.3 wctomb.3 \
86 MLINKS+=wcstod.3 wcstof.3 wcstod.3 wcstold.3
H A Dwcstod.c33 __FBSDID("$FreeBSD: stable/11/lib/libc/locale/wcstod.c 309333 2016-11-30 20:47:54Z vangyzen $");
113 wcstod(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) function
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h77 using std::wcstod;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h125 #undef wcstod macro
192 using ::wcstod;
/freebsd-11-stable/include/
H A Dwchar.h163 double wcstod(const wchar_t * __restrict, wchar_t ** __restrict);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp237 return as_float_helper<double>( func, s, idx, wcstod );
/freebsd-11-stable/lib/libc/stdio/
H A Dvfwscanf.c768 double res = wcstod(buf, NULL);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp449 INTERCEPTORS_STRTO(double, wcstod, wchar_t)
1648 INTERCEPT_STRTO(wcstod);
/freebsd-11-stable/usr.bin/sort/
H A Dbwstring.c892 ret = wcstod(s, &ep);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7092 using ::wcstod;
[all...]

Completed in 307 milliseconds