Home
last modified time | relevance | path

Searched refs:wcstof_l (Results 1 – 5 of 5) sorted by relevance

/netbsd/lib/libc/locale/
H A Dwcstof.c45 __weak_alias(wcstof_l,_wcstof_l)
/netbsd/include/
H A Dwchar.h242 float wcstof_l(const wchar_t * __restrict, wchar_t ** __restrict, locale_t);
/netbsd/lib/libc/stdio/
H A Dvfwscanf.c740 float res = wcstof_l(buf, &p, loc); in __vfwscanf_unlocked_l()
/netbsd/lib/libc/include/
H A Dnamespace.h804 #define wcstof_l _wcstof_l macro
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc1838 TEST_STRTO_FLOAT_LOC(wcstof_l, wchar_t, L) in TEST_STRTO_INT()