HomeSort by: relevance | last modified time | path
    Searched defs:strtold_l (Results 1 - 7 of 7) sorted by relevancy

  /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
  /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/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/apache2/llvm/dist/libcxx/include/__support/ibm/
xlocale.h 285 long double strtold_l(const char *__nptr, char **__endptr, function
  /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/lib/libc/include/
namespace.h 74 #define strtold_l _strtold_l macro

Completed in 18 milliseconds