Home
last modified time | relevance | path

Searched defs:strtoull_l (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dmusl.h27 inline _LIBCPP_HIDE_FROM_ABI unsigned long long strtoull_l(const char* __nptr, char** __endptr, int… in strtoull_l() function
H A Dibm.h77 strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t locale) { in strtoull_l() function
H A Dwin32.h190 #define strtoull_l _strtoui64_l macro
/freebsd/lib/libc/stdlib/
H A Dstrtoull.c50 strtoull_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoull_l() function