Home
last modified time | relevance | path

Searched refs:strtold_l (Results 1 – 13 of 13) sorted by relevance

/freebsd/lib/libc/gdtoa/
H A Dmachdep_ldisd.c41 #undef strtold_l
44 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) in strtold_l() function
H A Dmachdep_ldisQ.c45 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) in strtold_l() function
H A Dmachdep_ldisx.c45 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) in strtold_l() function
/freebsd/lib/libc/stdlib/
H A Dstrtold.c38 return strtold_l(nptr, endptr, __get_locale()); in strtold()
H A DSymbol.map90 strtold_l;
/freebsd/include/xlocale/
H A D_stdlib.h48 long double strtold_l(const char *, char **, locale_t);
/freebsd/lib/libc/locale/
H A Dwcstold.c76 val = strtold_l(buf, &end, locale); in wcstold_l()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dibm.h71 inline _LIBCPP_HIDE_FROM_ABI long double strtold_l(const char* __nptr, char** __endptr, locale_t lo… in strtold_l() function
H A Dwin32.h194 # define strtold_l _strtold_l macro
197 _LIBCPP_EXPORTED_FROM_ABI long double strtold_l(const char*, char**, locale_t);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt192 strtold_l U
/freebsd/lib/libc/stdio/
H A Dvfscanf.c849 long double res = strtold_l(buf, NULL, in __svfscanf()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3018 fun:strtold_l=uninstrumented
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale797 return strtold_l(__a, __p2, _LIBCPP_GET_C_LOCALE);