Searched defs:strtof_l (Results 1 – 4 of 4) sorted by relevance
37 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t) { in strtof_l() function
66 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t locale) { in strtof_l() function
193 # define strtof_l _strtof_l macro
38 strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc; in strtof_l() function