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

/freebsd-10-stable/lib/libc/gdtoa/
H A Dmachdep_ldisd.c42 #undef strtold_l macro
45 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) function
H A Dmachdep_ldisQ.c46 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) function
H A Dmachdep_ldisx.c46 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) function
/freebsd-10-stable/include/xlocale/
H A D_stdlib.h49 long double strtold_l(const char *, char **, locale_t);
/freebsd-10-stable/contrib/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h47 extern "C" __typeof(strtold_l) __strtold_l;
H A Dc_locale.cc81 // Prefer strtold_l, as __strtold_l isn't prototyped in more recent
83 long double __ld = strtold_l(__s, &__sanity, __cloc);
/freebsd-10-stable/lib/libc/locale/
H A Dwcstold.c77 val = strtold_l(buf, &end, locale);
/freebsd-10-stable/lib/libc/stdlib/
H A Dstrtol.c157 return strtold_l(nptr, endptr, __get_locale());
/freebsd-10-stable/lib/libc/stdio/
H A Dvfscanf.c784 long double res = strtold_l(buf, NULL,

Completed in 75 milliseconds