Searched refs:strtoll (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | stdlib_l.cpp | 49 return strtoll(s, end_ptr, base); in strtoll_l()
|
D | strtol.cpp | 174 return strtoll(s, nullptr, 10); in atoll() 185 long long strtoll(const char* s, char** end, int base) { in strtoll() function 191 return strtoll(s, end, base); in strtoq()
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 133 FUNCTION(strtoll, long long (*f)(const char*, char**, int)); in stdlib_h()
|
/bionic/libc/include/ |
D | stdlib.h | 76 long long strtoll(const char* __s, char** __end_ptr, int __base);
|
/bionic/benchmarks/ |
D | stdlib_benchmark.cpp | 242 benchmark::DoNotOptimize(strtoll(" -123", nullptr, 0)); in BM_stdlib_strtoll()
|
/bionic/libc/tzcode/ |
D | private.h | 234 # define strtoimax strtoll
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1028 strtoll
|
/bionic/tests/ |
D | stdlib_test.cpp | 807 CheckStrToInt(strtoll); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1038 strtoll;
|
/bionic/libc/ |
D | libc.map.txt | 1038 strtoll;
|