| /src/lib/libc/locale/ |
| wcstold.c | 49 #define _STRTOD_FUNC strtold_l
|
| /src/lib/libc/gdtoa/ |
| strtold_subr.c | 31 __weak_alias(strtold_l, _strtold_l) 60 strtold_l(CONST char *s, char **sp, locale_t loc) function
|
| strtod.c | 68 __weak_alias(strtold_l, _strtold_l)
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/solaris/ |
| xlocale.h | 66 long double strtold_l(const char *__nptr, char **__endptr, function
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/ |
| __strtonum_fallback.h | 32 inline _LIBCPP_INLINE_VISIBILITY long double strtold_l(const char *nptr, function
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| c++locale_internal.h | 51 extern "C" __typeof(strtold_l) __strtold_l;
|
| c_locale.cc | 105 // Prefer strtold_l, as __strtold_l isn't prototyped in more recent 107 __v = strtold_l(__s, &__sanity, __cloc);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| c++locale_internal.h | 51 extern "C" __typeof(strtold_l) __strtold_l;
|
| c_locale.cc | 105 // Prefer strtold_l, as __strtold_l isn't prototyped in more recent 107 __v = strtold_l(__s, &__sanity, __cloc);
|
| /src/external/apache2/llvm/dist/libcxx/src/support/win32/ |
| locale_win32.cpp | 127 long double strtold_l(const char* nptr, char** endptr, locale_t loc) { function
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| c_locale.cc | 107 __v = strtold_l(__s, &__sanity, (locale_t)__cloc);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| c_locale.cc | 107 __v = strtold_l(__s, &__sanity, (locale_t)__cloc);
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/win32/ |
| locale_win32.h | 221 #define strtold_l _strtold_l macro 224 _LIBCPP_FUNC_VIS long double strtold_l(const char*, char**, locale_t);
|
| /src/include/ |
| stdlib.h | 370 long double strtold_l(const char * __restrict, char ** __restrict,
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/ |
| xlocale.h | 285 long double strtold_l(const char *__nptr, char **__endptr, function
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| compatibility-ldbl-alt128.cc | 89 // Prefer strtold_l, as __strtold_l isn't prototyped in more recent 91 __v = strtold_l(__s, &__sanity, __cloc);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| compatibility-ldbl-alt128.cc | 89 // Prefer strtold_l, as __strtold_l isn't prototyped in more recent 91 __v = strtold_l(__s, &__sanity, __cloc);
|
| /src/lib/libc/stdio/ |
| vfscanf.c | 825 long double res = strtold_l(buf, &p,
|
| /src/lib/libc/include/ |
| namespace.h | 74 #define strtold_l _strtold_l macro
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| msan_test.cc | 1822 TEST_STRTO_FLOAT_LOC(strtold_l, char, )
|