Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dndk_cruft.cpp141 extern "C" uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) { in strntoumax() function
190 return (intmax_t) strntoumax(nptr, endptr, base, n); in strntoimax()