Home
last modified time | relevance | path

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

/third_party/musl/src/locale/
Dstrtod_l.c10 double strtod_l(const char *restrict s, char **restrict p, locale_t l) in strtod_l() function
21 weak_alias(strtod_l, __strtod_l);
/third_party/mesa3d/src/util/
Dstrtod.c64 return strtod_l(s, end, loc); in _mesa_strtod()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtod.c33 weak_alias(strtod, strtod_l);
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtod.c33 weak_alias(strtod, strtod_l);
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h158 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/ndk_musl_include/
Dstdlib.h151 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h161 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/include/
Dstdlib.h162 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h161 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/linux/user/include/
Dstdlib.h166 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/libinput/src/
Dutil-strings.h237 v = strtod_l(str, &endptr, c_locale); in safe_atod()
/third_party/FreeBSD/contrib/gdtoa/
Dstrtod.c85 strtod_l in strtod_l() function
1085 return strtod_l(s00, se, 0);
/third_party/musl/
Dlibc.map.txt1743 strtod_l;
Dmusl_src.gni564 "src/locale/strtod_l.c",
/third_party/rust/crates/libc/src/solid/
Dmod.rs535 pub fn strtod_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64; in strtod_l() function
/third_party/icu/icu4c/source/test/depstest/
Ddependencies.txt69 atoi atol strtod strtod_l strtol strtoul
/third_party/pulseaudio/
Dmeson.build342 'strtod_l',
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c2540 f = strtod_l(s, &x, c_locale); in pa_atod()
/third_party/icu/icu4c/source/
Dconfigure.ac885 AC_CHECK_FUNC(strtod_l)
/third_party/skia/third_party/externals/icu/source/
Dconfigure.ac888 AC_CHECK_FUNC(strtod_l)
/third_party/mesa3d/
Dmeson.build1513 double d = strtod_l(s, end, loc);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp5838 extern double strtod_l (const char *__restrict __nptr,