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

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoimax.c 1 /* $OpenBSD: strtoimax.c,v 1.1 2006/01/13 17:58:09 millert Exp $ */
43 strtoimax(const char *nptr, char **endptr, int base) function
  /bionic/libc/tzcode/
private.h 176 # define strtoimax strtoll macro
187 # define strtoimax strtol macro
  /external/bison/darwin-lib/
inttypes.h 1412 # undef strtoimax macro
    [all...]
  /external/bison/lib/
inttypes.in.h 1084 # undef strtoimax macro
1085 # define strtoimax rpl_strtoimax macro
1087 _GL_FUNCDECL_RPL (strtoimax, intmax_t,
1089 _GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int));
1092 # undef strtoimax macro
1093 _GL_FUNCDECL_SYS (strtoimax, intmax_t,
1096 _GL_CXXALIAS_SYS (strtoimax, intmax_t, (const char *, char **, int));
1098 _GL_CXXALIASWARN (strtoimax); variable
1100 # undef strtoimax macro
1102 _GL_WARN_ON_USE (strtoimax, "strtoimax is unportable -
    [all...]
  /external/bison/linux-lib/
inttypes.h 1412 # undef strtoimax macro
    [all...]
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 296 // 7.8.2.3 The strtoimax and strtoumax functions
297 #define strtoimax _strtoi64 macro
  /external/jemalloc/include/msvc_compat/C99/
inttypes.h 304 // 7.8.2.3 The strtoimax and strtoumax functions
305 #define strtoimax _strtoi64 macro
  /external/mesa3d/include/c99/
inttypes.h 296 // 7.8.2.3 The strtoimax and strtoumax functions
297 #define strtoimax _strtoi64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 305 extern intmax_t strtoimax (__const char *__restrict __nptr,
332 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, function
386 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 305 extern intmax_t strtoimax (__const char *__restrict __nptr,
332 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, function
386 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, function

Completed in 1342 milliseconds