Home
last modified time | relevance | path

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

/bionic/tests/
Dinttypes_test.cpp140 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()
Dstdlib_test.cpp949 CheckStrToInt(strtoumax); in TEST()
/bionic/benchmarks/
Dinttypes_benchmark.cpp23 BIONIC_TRIVIAL_BENCHMARK(BM_inttypes_strtoumax, strtoumax(" -123", nullptr, 0));
/bionic/tests/headers/posix/
Dinttypes_h.c47 FUNCTION(strtoumax, uintmax_t (*f)(const char*, char**, int)); in inttypes_h()
/bionic/libc/bionic/
Dstrtol.cpp174 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax() function
Dndk_cruft.cpp110 ts->tv_sec = strtoumax(str, &s, 10); in strtotimeval()
/bionic/libc/include/
Dinttypes.h333 uintmax_t strtoumax(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base);
/bionic/libc/stdio/
Dvfscanf.cpp645 res = strtoumax(buf, nullptr, base); in __svfscanf()
/bionic/libc/tools/
Dposix-2013.txt1031 strtoumax
/bionic/tools/versioner/platforms/
Dlibc.map.txt1043 strtoumax;
/bionic/libc/
Dlibc.map.txt1043 strtoumax;