Searched refs:strtoimax (Results 1 – 11 of 11) sorted by relevance
/bionic/benchmarks/ |
D | inttypes_benchmark.cpp | 24 strtoimax(" -123", nullptr, 0); in BM_inttypes_strtoimax()
|
/bionic/tests/headers/posix/ |
D | inttypes_h.c | 46 FUNCTION(strtoimax, intmax_t (*f)(const char*, char**, int)); in inttypes_h()
|
/bionic/tests/ |
D | inttypes_test.cpp | 114 EXPECT_EQ(-18737357, strtoimax("-18737357foobar12", &p, 10)); in TEST() 120 EXPECT_EQ(-0x18737357f, strtoimax("-18737357foobar12", &p, 16)); in TEST() 126 strtoimax("123", nullptr, -1); in TEST() 129 strtoimax("123", nullptr, 1); in TEST() 132 strtoimax("123", nullptr, 37); in TEST()
|
D | stdlib_test.cpp | 819 CheckStrToInt(strtoimax); in TEST()
|
/bionic/libc/tzcode/ |
D | private.h | 234 # define strtoimax strtoll macro 239 # define strtoimax strtol macro
|
/bionic/libc/include/ |
D | inttypes.h | 260 intmax_t strtoimax(const char* __s, char** __end_ptr, int __base);
|
/bionic/libc/bionic/ |
D | strtol.cpp | 177 intmax_t strtoimax(const char* s, char** end, int base) { in strtoimax() function
|
/bionic/libc/stdio/ |
D | vfscanf.cpp | 677 res = strtoimax(buf, nullptr, base); in __svfscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1023 strtoimax
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1032 strtoimax;
|
/bionic/libc/ |
D | libc.map.txt | 1032 strtoimax;
|