HomeSort by relevance Sort by last modified time
    Searched refs:strtoll_l (Results 1 - 7 of 7) sorted by null

  /ndk/sources/android/support/include/
stdlib.h 43 long long strtoll_l(const char *nptr, char **endptr, int base, locale_t loc);
  /ndk/sources/android/support/src/
locale_support.c 108 long long strtoll_l(const char *nptr, char **endptr, int base, locale_t loc) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 64 #define strtoll_l _strtoi64_l macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 117 long long strtoll_l(const char *__nptr, char **__endptr, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 250 extern long long int strtoll_l (__const char *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 250 extern long long int strtoll_l (__const char *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 250 extern long long int strtoll_l (__const char *__restrict __nptr,

Completed in 26 milliseconds