Searched refs:strtod_l (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libc/gdtoa/
H A Dmachdep_ldisd.c48 return strtod_l(s, sp, locale);
/freebsd-9.3-release/lib/libc/stdlib/
H A Datof.c56 return strtod_l(ascii, (char **)NULL, locale);
H A DSymbol.map103 strtod_l;
/freebsd-9.3-release/include/xlocale/
H A D_stdlib.h46 double strtod_l(const char *, char **, locale_t);
/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h45 extern "C" __typeof(strtod_l) __strtod_l;
/freebsd-9.3-release/lib/libc/locale/
H A Dwcstod.c89 val = strtod_l(buf, &end, locale);
/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoaimp.h648 extern double strtod_l ANSI((const char *s00, char **se, locale_t));
H A Dstrtod.c85 strtod_l function
1085 return strtod_l(s00, se, __get_locale());
/freebsd-9.3-release/lib/libc/stdio/
H A Dvfscanf.c793 double res = strtod_l(buf, &p, locale);

Completed in 360 milliseconds