Searched refs:strtoumax (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/stdlib/ |
D | strtoull.c | 48 return (unsigned long long)strtoumax(nptr, endptr, base); in strtoull()
|
D | strtoumax.c | 43 strtoumax(const char *nptr, char **endptr, int base) in strtoumax() function
|
/bionic/libc/string/ |
D | strtotimeval.c | 39 ts->tv_sec = strtoumax(str, &s, 10); in strtotimeval()
|
/bionic/libc/include/ |
D | inttypes.h | 255 uintmax_t strtoumax(const char *, char **, int);
|
/bionic/libc/stdio/ |
D | vfscanf.c | 569 res = strtoumax(buf, NULL, base); in VFSCANF()
|
/bionic/libc/ |
D | Android.mk | 169 stdlib/strtoumax.c \
|