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

/freebsd-10-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-10-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/10/lib/libc/locale/wcstod.c 309334 2016-11-30 20:48:44Z vangyzen $");
113 wcstod(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr) function
H A DSymbol.map85 wcstod;
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h77 using std::wcstod;
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h125 #undef wcstod macro
192 using ::wcstod;
/freebsd-10-stable/include/
H A Dwchar.h163 double wcstod(const wchar_t * __restrict, wchar_t ** __restrict);
/freebsd-10-stable/contrib/libc++/src/
H A Dstring.cpp239 return as_float_helper<double>( func, s, idx, wcstod );
/freebsd-10-stable/lib/libc/stdio/
H A Dvfwscanf.c768 double res = wcstod(buf, NULL);
/freebsd-10-stable/usr.bin/sort/
H A Dbwstring.c890 ret = wcstod(s, &ep);
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure7092 using ::wcstod;
[all...]

Completed in 175 milliseconds