Home
last modified time | relevance | path

Searched refs:__strtoull (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/
H A Dstrtonum.h42 __strtoull(const char* __nptr, char** __endptr, int __base, __locale_t) { in __strtoull() function
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/
H A Dbsd_like.h85 __strtoull(const char* __nptr, char** __endptr, int __base, __locale_t __loc) { in __strtoull() function
H A Dlinux.h107 __strtoull(const char* __nptr, char** __endptr, int __base, __locale_t __loc) { in __strtoull() function
H A Dwindows.h193 __strtoull(const char* __nptr, char** __endptr, int __base, __locale_t __loc) { in __strtoull() function
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dlocale_base_api.h202 __strtoull(const char* __nptr, char** __endptr, int __base, __locale_t __loc) { in __strtoull() function
H A Dnum.h314 unsigned long long __ll = __locale::__strtoull(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE);