Home
last modified time | relevance | path

Searched refs:strtoumax (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/stdlib/
Dstrtoull.c48 return (unsigned long long)strtoumax(nptr, endptr, base); in strtoull()
Dstrtoumax.c43 strtoumax(const char *nptr, char **endptr, int base) in strtoumax() function
/bionic/libc/string/
Dstrtotimeval.c39 ts->tv_sec = strtoumax(str, &s, 10); in strtotimeval()
/bionic/libc/include/
Dinttypes.h255 uintmax_t strtoumax(const char *, char **, int);
/bionic/libc/stdio/
Dvfscanf.c569 res = strtoumax(buf, NULL, base); in VFSCANF()
/bionic/libc/
DAndroid.mk169 stdlib/strtoumax.c \