Home
last modified time | relevance | path

Searched refs:strtof_l (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/gdtoa/
H A Dstrtof.c38 strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc; in strtof_l() function
40 strtof_l(CONST char *s, char **sp, locale_t loc)
92 return strtof_l(s, sp, __get_locale());
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dandroid.h37 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t) { in strtof_l() function
H A Dibm.h66 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t locale) { in strtof_l() function
H A Dwin32.h193 # define strtof_l _strtof_l macro
196 _LIBCPP_EXPORTED_FROM_ABI float strtof_l(const char*, char**, locale_t);
/freebsd/include/xlocale/
H A D_stdlib.h46 float strtof_l(const char *, char **, locale_t);
/freebsd/lib/libc/locale/
H A Dwcstof.c76 val = strtof_l(buf, &end, locale); in wcstof_l()
/freebsd/lib/libc/stdlib/
H A DSymbol.map87 strtof_l;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt189 strtof_l U
/freebsd/lib/libc/stdio/
H A Dvfscanf.c857 float res = strtof_l(buf, NULL, locale); in __svfscanf()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3011 fun:strtof_l=uninstrumented
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale787 return strtof_l(__a, __p2, _LIBCPP_GET_C_LOCALE);