Searched refs:strtoumax (Results 1 – 11 of 11) sorted by relevance
/bionic/benchmarks/ |
D | inttypes_benchmark.cpp | 31 strtoumax(" -123", nullptr, 0); in BM_inttypes_strtoumax()
|
/bionic/tests/headers/posix/ |
D | inttypes_h.c | 47 FUNCTION(strtoumax, uintmax_t (*f)(const char*, char**, int)); in inttypes_h()
|
/bionic/tests/ |
D | inttypes_test.cpp | 138 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()
|
D | stdlib_test.cpp | 823 CheckStrToInt(strtoumax); in TEST()
|
/bionic/libc/include/ |
D | inttypes.h | 261 uintmax_t strtoumax(const char* __s, char** __end_ptr, int __base);
|
/bionic/libc/bionic/ |
D | strtol.cpp | 202 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax() function
|
D | ndk_cruft.cpp | 109 ts->tv_sec = strtoumax(str, &s, 10); in strtotimeval()
|
/bionic/libc/stdio/ |
D | vfscanf.cpp | 675 res = strtoumax(buf, nullptr, base); in __svfscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1031 strtoumax
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1044 strtoumax;
|
/bionic/libc/ |
D | libc.map.txt | 1044 strtoumax;
|