/bionic/libc/stdlib/ |
strtoumax.c | 1 /* $OpenBSD: strtoumax.c,v 1.1 2006/01/13 17:58:09 millert Exp $ */ 43 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/chromium_org/third_party/mesa/src/include/c99/ |
inttypes.h | 296 // 7.8.2.3 The strtoimax and strtoumax functions 298 #define strtoumax _strtoui64 macro
|
/external/mesa3d/include/c99/ |
inttypes.h | 296 // 7.8.2.3 The strtoimax and strtoumax functions 298 #define strtoumax _strtoui64 macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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
|