Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dinttypes_benchmark.cpp31 strtoumax(" -123", nullptr, 0); in BM_inttypes_strtoumax()
/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", NULL, -1); in TEST()
159 strtoumax("123", NULL, 1); in TEST()
162 strtoumax("123", NULL, 37); in TEST()
Dstdlib_test.cpp802 CheckStrToInt(strtoumax); in TEST()
/bionic/tests/headers/posix/
Dinttypes_h.c47 FUNCTION(strtoumax, uintmax_t (*f)(const char*, char**, int)); in inttypes_h()
/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.cpp674 res = strtoumax(buf, NULL, base); in __svfscanf()
/bionic/libc/tools/
Dposix-2013.txt1031 strtoumax
/bionic/libc/
Dlibc.arm64.map960 strtoumax;
Dlibc.x86_64.map960 strtoumax;
Dlibc.mips64.map960 strtoumax;
Dlibc.x86.map1015 strtoumax;
Dlibc.mips.map1017 strtoumax;
Dlibc.arm.map1019 strtoumax;
Dlibc.map.txt1044 strtoumax;