Home
last modified time | relevance | path

Searched defs:strtoll_l (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__support/musl/
H A Dxlocale.h27 inline _LIBCPP_HIDE_FROM_ABI_C long long strtoll_l(const char* __nptr, char** __endptr, int __base,… in strtoll_l() function
/openbsd/gnu/llvm/libcxx/include/__support/solaris/
H A Dxlocale.h36 strtoll_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) { in strtoll_l() function
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__strtonum_fallback.h41 inline _LIBCPP_HIDE_FROM_ABI_C long long strtoll_l(const char* __nptr, char** __endptr, int __base,… in strtoll_l() function
/openbsd/gnu/llvm/libcxx/include/__support/ibm/
H A Dxlocale.h59 strtoll_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { in strtoll_l() function
/openbsd/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h217 #define strtoll_l _strtoi64_l macro