Searched refs:atol (Results 1 – 12 of 12) sorted by relevance
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 79 FUNCTION(atol, long (*f)(const char*)); in stdlib_h()
|
/bionic/libc/bionic/ |
D | strtol.cpp | 179 long atol(const char* s) { in atol() function
|
/bionic/benchmarks/ |
D | stdlib_benchmark.cpp | 225 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_atol, atol(" -123"));
|
/bionic/tests/ |
D | stdlib_test.cpp | 952 TEST(stdlib, atol) { in TEST() argument 954 ASSERT_EQ(123L, atol("123four")); in TEST() 955 ASSERT_EQ(0L, atol("hello")); in TEST()
|
D | stdio_test.cpp | 2461 ASSERT_EXIT(snprintf(buf, atol("-1"), "hello"), in TEST_F() 2473 ASSERT_EXIT(snprintf(&buf[0], atol("-1"), "hello"), in TEST_F()
|
/bionic/libc/include/ |
D | stdlib.h | 86 long atol(const char* _Nonnull __s) __attribute_pure__;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_008.S | 364 CALL(atol)
|
D | liblinker_reloc_bench_004.S | 365 CALL(atol)
|
D | liblinker_reloc_bench_151.S | 14156 CALL(atol)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 52 atol
|
/bionic/libc/ |
D | libc.map.txt | 243 atol;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 243 atol;
|