Searched refs:wcstod (Results 1 – 5 of 5) sorted by relevance
9 #define FUNCNAME wcstod
133 extern double wcstod(const wchar_t*, wchar_t**);
385 TEST(wchar, wcstod) { in TEST() argument386 ASSERT_DOUBLE_EQ(1.23, wcstod(L"1.23", NULL)); in TEST()
769 double res = wcstod(buf, NULL); in __vfwscanf()
355 upstream-openbsd/lib/libc/locale/wcstod.c \