Searched refs:strtold_l (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/locale/ |
H A D | strtod_l.c | 174 long double strtold_l(const char *restrict s, char **restrict p, locale_t l) in strtold_l() function 181 weak_alias(strtold_l, __strtold_l);
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
H A D | strtod.c | 34 weak_alias(strtold, strtold_l);
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | strtod.c | 34 weak_alias(strtold, strtold_l);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 162 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 159 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 162 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 167 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/include/ |
H A D | stdlib.h | 168 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 537 pub fn strtold_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64; in strtold_l() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 5846 extern long double strtold_l (const char *__restrict __nptr, [all...] |
Completed in 33 milliseconds