Home
last modified time | relevance | path

Searched refs:strtoull_l (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/include/support/android/
Dlocale_bionic.h167 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, in strtoull_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h65 #define strtoull_l _strtoui64_l macro
/external/libcxx/include/support/solaris/
Dxlocale.h141 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
/external/libcxx/include/support/ibm/
Dxlocale.h292 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc404 INTERCEPTOR_STRTO_BASE_LOC(unsigned long long, strtoull_l) // NOLINT in INTERCEPTOR_STRTO()
1542 INTERCEPT_FUNCTION(strtoull_l); in InitializeInterceptors()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1596 TEST_STRTO_INT_LOC(strtoull_l) in TEST_STRTO_INT()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt3268 fun:strtoull_l=uninstrumented
/external/libcxx/include/
Dlocale907 unsigned long long __ll = strtoull_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE);