Searched defs:strtof_l (Results 1 – 3 of 3) sorted by relevance
5 float strtof_l(const char *restrict s, char **restrict p, locale_t l) in strtof_l() function
38 strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc; in strtof_l() function
536 pub fn strtof_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f32; in strtof_l() function