Home
last modified time | relevance | path

Searched defs:strtof_l (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/locale/
Dstrtod_l.c5 float strtof_l(const char *restrict s, char **restrict p, locale_t l) in strtof_l() function
/third_party/FreeBSD/contrib/gdtoa/
Dstrtof.c38 strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc; in strtof_l() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs536 pub fn strtof_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f32; in strtof_l() function