Searched refs:atol (Results 1 – 8 of 8) sorted by relevance
79 FUNCTION(atol, long (*f)(const char*)); in stdlib_h()
169 long atol(const char* s) { in atol() function
90 long atol(const char* __s) __attribute_pure__;
228 benchmark::DoNotOptimize(atol(" -123")); in BM_stdlib_atol()
52 atol
2346 ASSERT_EXIT(snprintf(buf, atol("-1"), "hello"), in TEST()2358 ASSERT_EXIT(snprintf(&buf[0], atol("-1"), "hello"), in TEST()
243 atol;