Searched defs:strtoull_l (Results 1 – 4 of 4) sorted by relevance
27 inline _LIBCPP_HIDE_FROM_ABI unsigned long long strtoull_l(const char* __nptr, char** __endptr, int… in strtoull_l() function
77 strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t locale) { in strtoull_l() function
190 #define strtoull_l _strtoui64_l macro
50 strtoull_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoull_l() function