Searched refs:strtof_l (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/gdtoa/ |
H A D | strtof.c | 38 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 D | android.h | 37 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t) { in strtof_l() function
|
H A D | ibm.h | 66 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t locale) { in strtof_l() function
|
H A D | win32.h | 193 # 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.h | 46 float strtof_l(const char *, char **, locale_t);
|
/freebsd/lib/libc/locale/ |
H A D | wcstof.c | 76 val = strtof_l(buf, &end, locale); in wcstof_l()
|
/freebsd/lib/libc/stdlib/ |
H A D | Symbol.map | 87 strtof_l;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 189 strtof_l U
|
/freebsd/lib/libc/stdio/ |
H A D | vfscanf.c | 857 float res = strtof_l(buf, NULL, locale); in __svfscanf()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3011 fun:strtof_l=uninstrumented
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | locale | 787 return strtof_l(__a, __p2, _LIBCPP_GET_C_LOCALE);
|