Searched refs:atol (Results 1 – 11 of 11) sorted by relevance
79 FUNCTION(atol, long (*f)(const char*)); in stdlib_h()
166 long atol(const char* s) { in atol() function
90 long atol(const char* __s) __attribute_pure__;
243 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_atol, atol(" -123"));
364 CALL(atol)
365 CALL(atol)
14156 CALL(atol)
52 atol
2396 ASSERT_EXIT(snprintf(buf, atol("-1"), "hello"), in TEST()2408 ASSERT_EXIT(snprintf(&buf[0], atol("-1"), "hello"), in TEST()
243 atol;