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

1 2 34

  /development/ndk/platforms/android-L/include/
inttypes.h 259 intmax_t strtoimax(const char *, char **, int);
  /external/jemalloc/include/msvc_compat/C99/
inttypes.h 304 // 7.8.2.3 The strtoimax and strtoumax functions
305 #define strtoimax _strtoi64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inttypes.h 288 intmax_t __cdecl strtoimax (const char* __restrict__ nptr,
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
inttypes.h 259 intmax_t strtoimax(const char *, char **, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
inttypes.h 259 intmax_t strtoimax(const char *, char **, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
inttypes.h 259 intmax_t strtoimax(const char *, char **, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
inttypes.h 259 intmax_t strtoimax(const char *, char **, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 259 intmax_t strtoimax(const char *, char **, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 259 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
  /system/core/libcutils/
properties.c 77 result = strtoimax(buf, &end, /*base*/0);
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 639 static_assert((std::is_same<decltype(strtoimax("", (char**)0, 0)), intmax_t>::value), "");
  /ndk/sources/android/support/src/stdio/
vfscanf.c 88 #define CT_INT 3 /* integer, i.e., strtoimax or strtoumax */
115 int base; /* base argument to strtoimax/strtouimax */
457 /* scan an integer as if by strtoimax/strtoumax */
586 res = strtoimax(buf, NULL, base);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 639 static_assert((std::is_same<decltype(strtoimax("", (char**)0, 0)), intmax_t>::value), "");
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c 87 #define CT_INT 3 /* integer, i.e., strtoimax or strtoumax */
110 int base; /* base argument to strtoimax/strtouimax */
606 /* scan an integer as if by strtoimax/strtoumax */
735 res = strtoimax(buf, NULL, base);
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 925 static_assert((std::is_same<decltype(std::strtoimax("", (char**)0, 0)), std::intmax_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 925 static_assert((std::is_same<decltype(std::strtoimax("", (char**)0, 0)), std::intmax_t>::value), "");
  /external/bison/lib/
wchar.in.h 33 #if defined __need_mbstate_t || defined __need_wint_t || (defined __hpux && ((defined _INTTYPES_INCLUDED && !defined strtoimax) || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) || defined _GL_ALREADY_INCLUDING_WCHAR_H
    [all...]
  /external/bison/darwin-lib/
wchar.h 34 #if defined __need_mbstate_t || defined __need_wint_t || (defined __hpux && ((defined _INTTYPES_INCLUDED && !defined strtoimax) || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) || defined _GL_ALREADY_INCLUDING_WCHAR_H
    [all...]
  /external/bison/linux-lib/
wchar.h 34 #if defined __need_mbstate_t || defined __need_wint_t || (defined __hpux && ((defined _INTTYPES_INCLUDED && !defined strtoimax) || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) || defined _GL_ALREADY_INCLUDING_WCHAR_H
    [all...]
  /external/pcre/dist/
pcrecpp.cc 829 long long r = strtoimax(str, &end, radix);
  /bionic/libc/
Android.mk 471 upstream-openbsd/lib/libc/stdlib/strtoimax.c \
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/bison/
configure     [all...]

Completed in 1040 milliseconds

1 2 34