Searched refs:strtod_l (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/libcxx/include/__support/android/ |
H A D | locale_bionic.h | 53 inline _LIBCPP_HIDE_FROM_ABI_C double strtod_l(const char* __nptr, char** __endptr, locale_t) { in strtod_l() function
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
H A D | c++locale_internal.h | 45 extern "C" __typeof(strtod_l) __strtod_l;
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
H A D | c++locale_internal.h | 40 extern "C" __typeof(strtod_l) __strtod_l;
|
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/ |
H A D | __strtonum_fallback.h | 33 inline _LIBCPP_HIDE_FROM_ABI_C double strtod_l(const char* __nptr, char** __endptr, locale_t) { in strtod_l() function
|
/openbsd/gnu/llvm/libcxx/include/__support/solaris/ |
H A D | xlocale.h | 61 strtod_l(const char *__nptr, char **__endptr, locale_t __loc) { in strtod_l() function
|
/openbsd/gnu/llvm/libcxx/include/__support/ibm/ |
H A D | xlocale.h | 71 strtod_l(const char *__nptr, char **__endptr, locale_t locale) { in strtod_l() function
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 157 strtod_l U
|
/openbsd/gnu/llvm/libcxx/include/__support/win32/ |
H A D | locale_win32.h | 219 #define strtod_l _strtod_l macro
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1832 TEST_STRTO_FLOAT_LOC(strtod_l, char, )
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3004 fun:strtod_l=uninstrumented
|
/openbsd/gnu/usr.bin/perl/ |
H A D | Configure | 19766 : see if strtod_l exists 19767 set strtod_l d_strtod_l
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | locale | 836 return strtod_l(__a, __p2, _LIBCPP_GET_C_LOCALE);
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | config_H.gc | 5195 * This symbol, if defined, indicates that the strtod_l routine is
|
H A D | config_H.vc | 5195 * This symbol, if defined, indicates that the strtod_l routine is
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | Glossary | 2705 indicates to the C program that the strtod_l() routine is available.
|