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

  /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/mesa3d/include/c99/
inttypes.h 296 // 7.8.2.3 The strtoimax and strtoumax functions
298 #define strtoumax _strtoui64 macro
  /prebuilt/linux-x86/toolchain/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

Completed in 45 milliseconds