Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dinttypes_benchmark.cpp31 strtoumax(" -123", nullptr, 0); in BM_inttypes_strtoumax()
/bionic/tests/headers/posix/
Dinttypes_h.c47 FUNCTION(strtoumax, uintmax_t (*f)(const char*, char**, int)); in inttypes_h()
/bionic/tests/
Dinttypes_test.cpp138 EXPECT_EQ(18737357U, strtoumax("18737357foobar12", &p, 10)); in TEST()
144 EXPECT_EQ(0x18737357fU, strtoumax("18737357foobar12", &p, 16)); in TEST()
150 EXPECT_EQ(UINTMAX_MAX - 18737357 + 1, strtoumax("-18737357foobar12", &p, 10)); in TEST()
156 strtoumax("123", nullptr, -1); in TEST()
159 strtoumax("123", nullptr, 1); in TEST()
162 strtoumax("123", nullptr, 37); in TEST()
Dstdlib_test.cpp823 CheckStrToInt(strtoumax); in TEST()
/bionic/libc/include/
Dinttypes.h261 uintmax_t strtoumax(const char* __s, char** __end_ptr, int __base);
/bionic/libc/bionic/
Dstrtol.cpp202 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax() function
Dndk_cruft.cpp109 ts->tv_sec = strtoumax(str, &s, 10); in strtotimeval()
/bionic/libc/stdio/
Dvfscanf.cpp675 res = strtoumax(buf, nullptr, base); in __svfscanf()
/bionic/libc/tools/
Dposix-2013.txt1031 strtoumax
/bionic/tools/versioner/platforms/
Dlibc.map.txt1044 strtoumax;
/bionic/libc/
Dlibc.map.txt1044 strtoumax;