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

  /bionic/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
  /external/mesa3d/include/c99/
inttypes.h 296 // 7.8.2.3 The strtoimax and strtoumax functions
297 #define strtoimax _strtoi64 macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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 72 milliseconds