Searched refs:strtod_l (Results 1 – 22 of 22) sorted by relevance
/third_party/musl/src/locale/ |
D | strtod_l.c | 10 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/ |
D | strtod.c | 64 return strtod_l(s, end, loc); in _mesa_strtod()
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | strtod.c | 33 weak_alias(strtod, strtod_l);
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | strtod.c | 33 weak_alias(strtod, strtod_l);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdlib.h | 158 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/ndk_musl_include/ |
D | stdlib.h | 151 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdlib.h | 161 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/include/ |
D | stdlib.h | 162 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdlib.h | 161 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/porting/linux/user/include/ |
D | stdlib.h | 166 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/libinput/src/ |
D | util-strings.h | 237 v = strtod_l(str, &endptr, c_locale); in safe_atod()
|
/third_party/FreeBSD/contrib/gdtoa/ |
D | strtod.c | 85 strtod_l in strtod_l() function 1085 return strtod_l(s00, se, 0);
|
/third_party/musl/ |
D | libc.map.txt | 1743 strtod_l;
|
D | musl_src.gni | 564 "src/locale/strtod_l.c",
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 535 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/ |
D | dependencies.txt | 69 atoi atol strtod strtod_l strtol strtoul
|
/third_party/pulseaudio/ |
D | meson.build | 342 'strtod_l',
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-util.c | 2540 f = strtod_l(s, &x, c_locale); in pa_atod()
|
/third_party/icu/icu4c/source/ |
D | configure.ac | 885 AC_CHECK_FUNC(strtod_l)
|
/third_party/skia/third_party/externals/icu/source/ |
D | configure.ac | 888 AC_CHECK_FUNC(strtod_l)
|
/third_party/mesa3d/ |
D | meson.build | 1513 double d = strtod_l(s, end, loc);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 5838 extern double strtod_l (const char *__restrict __nptr,
|