Home
last modified time | relevance | path

Searched refs:strtold_l (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/locale/
H A Dstrtod_l.c174 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 Dstrtod.c34 weak_alias(strtold, strtold_l);
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dstrtod.c34 weak_alias(strtold, strtold_l);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h162 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h159 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h162 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h167 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/include/
H A Dstdlib.h168 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs537 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 Dstylo.hpp5846 extern long double strtold_l (const char *__restrict __nptr,
[all...]

Completed in 33 milliseconds