Searched refs:strtold_l (Results 1 – 13 of 13) sorted by relevance
/freebsd/lib/libc/gdtoa/ |
H A D | machdep_ldisd.c | 41 #undef strtold_l 44 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) in strtold_l() function
|
H A D | machdep_ldisQ.c | 45 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) in strtold_l() function
|
H A D | machdep_ldisx.c | 45 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) in strtold_l() function
|
/freebsd/lib/libc/stdlib/ |
H A D | strtold.c | 38 return strtold_l(nptr, endptr, __get_locale()); in strtold()
|
H A D | Symbol.map | 90 strtold_l;
|
/freebsd/include/xlocale/ |
H A D | _stdlib.h | 48 long double strtold_l(const char *, char **, locale_t);
|
/freebsd/lib/libc/locale/ |
H A D | wcstold.c | 76 val = strtold_l(buf, &end, locale); in wcstold_l()
|
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | ibm.h | 71 inline _LIBCPP_HIDE_FROM_ABI long double strtold_l(const char* __nptr, char** __endptr, locale_t lo… in strtold_l() function
|
H A D | win32.h | 194 # 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 D | global_symbols.txt | 192 strtold_l U
|
/freebsd/lib/libc/stdio/ |
H A D | vfscanf.c | 849 long double res = strtold_l(buf, NULL, in __svfscanf()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3018 fun:strtold_l=uninstrumented
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | locale | 797 return strtold_l(__a, __p2, _LIBCPP_GET_C_LOCALE);
|