Searched refs:strtoumax (Results 1 – 11 of 11) sorted by relevance
/bionic/tests/ |
D | inttypes_test.cpp | 140 EXPECT_EQ(18737357U, strtoumax("18737357foobar12", &p, 10)); in TEST() 146 EXPECT_EQ(0x18737357fU, strtoumax("18737357foobar12", &p, 16)); in TEST() 152 EXPECT_EQ(UINTMAX_MAX - 18737357 + 1, strtoumax("-18737357foobar12", &p, 10)); in TEST() 158 strtoumax("123", nullptr, -1); in TEST() 161 strtoumax("123", nullptr, 1); in TEST() 164 strtoumax("123", nullptr, 37); in TEST()
|
D | stdlib_test.cpp | 949 CheckStrToInt(strtoumax); in TEST()
|
/bionic/benchmarks/ |
D | inttypes_benchmark.cpp | 23 BIONIC_TRIVIAL_BENCHMARK(BM_inttypes_strtoumax, strtoumax(" -123", nullptr, 0));
|
/bionic/tests/headers/posix/ |
D | inttypes_h.c | 47 FUNCTION(strtoumax, uintmax_t (*f)(const char*, char**, int)); in inttypes_h()
|
/bionic/libc/bionic/ |
D | strtol.cpp | 174 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax() function
|
D | ndk_cruft.cpp | 110 ts->tv_sec = strtoumax(str, &s, 10); in strtotimeval()
|
/bionic/libc/include/ |
D | inttypes.h | 333 uintmax_t strtoumax(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base);
|
/bionic/libc/stdio/ |
D | vfscanf.cpp | 645 res = strtoumax(buf, nullptr, base); in __svfscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1031 strtoumax
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1043 strtoumax;
|
/bionic/libc/ |
D | libc.map.txt | 1043 strtoumax;
|