| /src/lib/libc/locale/ |
| wcstod.c | 49 #define _STRTOD_FUNC strtod_l
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/android/ |
| locale_bionic.h | 49 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char* __nptr, function
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/solaris/ |
| xlocale.h | 61 double strtod_l(const char *__nptr, char **__endptr, function
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/ |
| __strtonum_fallback.h | 27 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char *nptr, function
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| c++locale_internal.h | 49 extern "C" __typeof(strtod_l) __strtod_l;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| c++locale_internal.h | 49 extern "C" __typeof(strtod_l) __strtod_l;
|
| /src/bin/sleep/ |
| sleep.c | 137 val = strtod_l(arg, &temp, LC_C_LOCALE);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| c_locale.cc | 80 __v = strtod_l(__s, &__sanity, (locale_t)__cloc);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| c_locale.cc | 80 __v = strtod_l(__s, &__sanity, (locale_t)__cloc);
|
| /src/include/ |
| stdlib.h | 368 double strtod_l(const char * __restrict, char ** __restrict, locale_t);
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/ |
| xlocale.h | 271 double strtod_l(const char *__nptr, char **__endptr, function
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/win32/ |
| locale_win32.h | 218 #define strtod_l _strtod_l macro
|
| /src/lib/libc/gdtoa/ |
| strtod.c | 67 __strong_alias(_strtold_l, strtod_l) 1113 __weak_alias(strtod_l, _strtod_l) 1117 strtod_l(CONST char *s, char **sp, locale_t loc)
|
| /src/lib/libc/stdio/ |
| vfscanf.c | 829 double res = strtod_l(buf, &p, loc);
|
| /src/lib/libc/include/ |
| namespace.h | 66 #define strtod_l _strtod_l macro
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| msan_test.cc | 1821 TEST_STRTO_FLOAT_LOC(strtod_l, char, )
|