Home
last modified time | relevance | path

Searched refs:strtod_l (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__support/android/
H A Dlocale_bionic.h53 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 Dc++locale_internal.h45 extern "C" __typeof(strtod_l) __strtod_l;
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h40 extern "C" __typeof(strtod_l) __strtod_l;
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__strtonum_fallback.h33 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 Dxlocale.h61 strtod_l(const char *__nptr, char **__endptr, locale_t __loc) { in strtod_l() function
/openbsd/gnu/llvm/libcxx/include/__support/ibm/
H A Dxlocale.h71 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 Dglobal_symbols.txt157 strtod_l U
/openbsd/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h219 #define strtod_l _strtod_l macro
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1832 TEST_STRTO_FLOAT_LOC(strtod_l, char, )
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3004 fun:strtod_l=uninstrumented
/openbsd/gnu/usr.bin/perl/
H A DConfigure19766 : see if strtod_l exists
19767 set strtod_l d_strtod_l
/openbsd/gnu/llvm/libcxx/include/
H A Dlocale836 return strtod_l(__a, __p2, _LIBCPP_GET_C_LOCALE);
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc5195 * This symbol, if defined, indicates that the strtod_l routine is
H A Dconfig_H.vc5195 * This symbol, if defined, indicates that the strtod_l routine is
/openbsd/gnu/usr.bin/perl/Porting/
H A DGlossary2705 indicates to the C program that the strtod_l() routine is available.