HomeSort by relevance Sort by last modified time
    Searched refs:strtoimax (Results 26 - 35 of 35) sorted by null

12

  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
inttypes.h 254 intmax_t strtoimax(const char *, char **, int);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
inttypes.h 254 intmax_t strtoimax(const char *, char **, int);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
inttypes.h 254 intmax_t strtoimax(const char *, char **, int);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
inttypes.h 254 intmax_t strtoimax(const char *, char **, int);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
inttypes.h 254 intmax_t strtoimax(const char *, char **, int);
  /ndk/sources/host-tools/sed-4.2.1/lib/
wchar.in.h 35 #if defined __need_mbstate_t || (defined __hpux && ((defined _INTTYPES_INCLUDED && !defined strtoimax) || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) || defined _GL_ALREADY_INCLUDING_WCHAR_H
  /bionic/libc/stdio/
vfscanf.c 85 #define CT_INT 3 /* integer, i.e., strtoimax or strtoumax */
112 int base; /* base argument to strtoimax/strtouimax */
452 /* scan an integer as if by strtoimax/strtoumax */
581 res = strtoimax(buf, NULL, base);
  /external/pcre/
pcrecpp.cc 825 long long r = strtoimax(str, &end, radix);
configure     [all...]
  /bionic/libc/
Android.mk 170 stdlib/strtoimax.c \

Completed in 812 milliseconds

12