Searched refs:strtof_l (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/gdtoa/
H A Dstrtof.c38 strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc; function
40 strtof_l(CONST char *s, char **sp, locale_t loc)
92 return strtof_l(s, sp, __get_locale());
/freebsd-11.0-release/include/xlocale/
H A D_stdlib.h47 float strtof_l(const char *, char **, locale_t);
/freebsd-11.0-release/contrib/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h46 extern "C" __typeof(strtof_l) __strtof_l;
/freebsd-11.0-release/lib/libc/locale/
H A Dwcstof.c70 val = strtof_l(buf, &end, locale);
/freebsd-11.0-release/lib/libc/stdio/
H A Dvfscanf.c792 float res = strtof_l(buf, NULL, locale);

Completed in 100 milliseconds