HomeSort by relevance Sort by last modified time
    Searched refs:strtoull_l (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/libc/bionic/
strtoull_l.cpp 31 unsigned long long strtoull_l(const char *nptr, char **endptr, int base, function
  /ndk/sources/android/support/include/
stdlib.h 50 unsigned long long strtoull_l(const char *nptr, char **endptr, int base, locale_t loc);
  /prebuilts/ndk/9/sources/android/support/include/
stdlib.h 48 unsigned long long strtoull_l(const char *nptr, char **endptr, size_t base, locale_t loc);
  /bionic/libc/include/
stdlib.h 80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /ndk/sources/android/support/src/
locale_support.c 119 unsigned long long strtoull_l(const char *nptr, char **endptr, int base, locale_t loc) { function
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
stdlib.h 80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
stdlib.h 80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
stdlib.h 80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
stdlib.h 80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
stdlib.h 80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
stdlib.h 80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
  /external/libcxx/include/support/android/
locale_bionic.h 167 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, function
  /external/libcxx/include/support/win32/
locale_win32.h 65 #define strtoull_l _strtoui64_l macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 65 #define strtoull_l _strtoui64_l macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 65 #define strtoull_l _strtoui64_l macro
  /external/libcxx/include/support/ibm/
xlocale.h 292 unsigned long long strtoull_l(const char *__nptr, char **__endptr, function
  /external/libcxx/include/support/solaris/
xlocale.h 141 unsigned long long strtoull_l(const char *__nptr, char **__endptr, function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 292 unsigned long long strtoull_l(const char *__nptr, char **__endptr, function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 141 unsigned long long strtoull_l(const char *__nptr, char **__endptr, function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 292 unsigned long long strtoull_l(const char *__nptr, char **__endptr, function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 141 unsigned long long strtoull_l(const char *__nptr, char **__endptr, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 256 extern unsigned long long int strtoull_l (__const char *__restrict __nptr,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 256 extern unsigned long long int strtoull_l (__const char *__restrict __nptr,
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 404 INTERCEPTOR_STRTO_BASE_LOC(unsigned long long, strtoull_l) // NOLINT
    [all...]
  /bionic/libc/
Android.mk 213 bionic/strtoull_l.cpp \
    [all...]

Completed in 203 milliseconds

1 2