Searched refs:atoi (Results 1 – 25 of 25) sorted by relevance
34 atoi(const char *str) in atoi() function
66 int copy_amt = atoi("11"); in TEST_F()87 int copy_amt = atoi("11"); in TEST_F()153 size_t size = atoi("11"); in vsnprintf_helper2()300 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()312 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()321 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()354 size_t n = atoi("11"); in TEST_F()510 size_t size = atoi("11"); in vsnprintf_helper()528 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()536 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()[all …]
284 void *buf = calloc(atoi("5"), 1); in test_pwrite64_too_big()
1035 count = atoi(p); in PickOptions()1038 count = atoi(args[i + 1]); in PickOptions()1047 int time_ms = atoi(args[i] + strlen("--deadline=")); in PickOptions()1054 int time_ms = atoi(args[i] + strlen("--warnline=")); in PickOptions()1067 options.gtest_repeat = atoi(args[i] + strlen("--gtest_repeat=")); in PickOptions()1181 char* p = reinterpret_cast<char*>(static_cast<intptr_t>(atoi("0"))); in TEST()
843 online_cpus += atoi(numbers[1].c_str()) - atoi(numbers[0].c_str()) + 1; in TEST()
89 extern int atoi(const char*) __purefunc;
273 n = argc > 1 ? atoi(argv[1]) : 60001;
62 using ::atoi;
509 i = atoi(cp + sizeof("ndots:") - 1); in res_setoptions()519 i = atoi(cp + sizeof("timeout:") - 1); in res_setoptions()529 i = atoi(cp + sizeof("attempts:") - 1); in res_setoptions()
1819 if (env && atoi(env) == 0) { in _res_cache_init()
182 atoi;
246 atoi;
245 atoi;
248 atoi;
250 atoi;
522 upstream-openbsd/lib/libc/stdlib/atoi.c \
542 "upstream-openbsd/lib/libc/stdlib/atoi.c",
51 atoi
221 return atoi(env); in get_fd_from_env()
4210 g_ld_debug_verbosity = atoi(LD_DEBUG);