HomeSort by relevance Sort by last modified time
    Searched defs:strtoumax (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoumax.c 1 /* $OpenBSD: strtoumax.c,v 1.2 2014/09/13 20:10:12 schwarze Exp $ */
42 strtoumax(const char *nptr, char **endptr, int base) function
  /external/bison/darwin-lib/
inttypes.h 1428 # undef strtoumax macro
    [all...]
  /external/bison/lib/
inttypes.in.h 1109 # undef strtoumax macro
1110 _GL_FUNCDECL_SYS (strtoumax, uintmax_t,
1113 _GL_CXXALIAS_SYS (strtoumax, uintmax_t, (const char *, char **, int));
1114 _GL_CXXALIASWARN (strtoumax); variable
1116 # undef strtoumax macro
1118 _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - "
1119 "use gnulib module strtoumax for portability");
  /external/bison/linux-lib/
inttypes.h 1428 # undef strtoumax macro
    [all...]
  /external/mesa3d/include/c99/
inttypes.h 296 // 7.8.2.3 The strtoimax and strtoumax functions
298 #define strtoumax _strtoui64 macro
  /external/opencv3/3rdparty/include/
msc_inttypes.h 292 // 7.8.2.3 The strtoimax and strtoumax functions
294 #define strtoumax _strtoui64 macro
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
inttypes.h 306 // 7.8.2.3 The strtoimax and strtoumax functions
308 #define strtoumax _strtoui64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
345 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr, function
402 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
345 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr, function
402 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr, function

Completed in 576 milliseconds