Home
last modified time | relevance | path

Searched refs:atoi (Results 1 – 15 of 15) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Datoi.c34 atoi(const char *str) in atoi() function
/bionic/tests/
Dfortify_test.cpp58 int copy_amt = atoi("11"); in TEST_F()
79 int copy_amt = atoi("11"); in TEST_F()
145 size_t size = atoi("11"); in vsnprintf_helper2()
292 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()
304 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()
313 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()
346 size_t n = atoi("11"); in TEST_F()
502 size_t size = atoi("11"); in vsnprintf_helper()
520 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()
528 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()
[all …]
Dgtest_main.cpp968 count = atoi(p); in PickOptions()
971 count = atoi(args[i + 1]); in PickOptions()
980 int time_ms = atoi(args[i] + strlen("--deadline=")); in PickOptions()
987 int time_ms = atoi(args[i] + strlen("--warnline=")); in PickOptions()
1000 options.gtest_repeat = atoi(args[i] + strlen("--gtest_repeat=")); in PickOptions()
1102 char* p = reinterpret_cast<char*>(static_cast<intptr_t>(atoi("0"))); in TEST()
/bionic/libc/include/
Dstdlib.h89 extern int atoi(const char*) __purefunc;
/bionic/libc/upstream-openbsd/lib/libc/net/
Dres_random.c267 n = argc > 1 ? atoi(argv[1]) : 60001;
/bionic/libc/bionic/
Dmalloc_debug_common.cpp341 if (__system_property_get("ro.kernel.qemu", env) && atoi(env)) { in malloc_init_impl()
355 g_malloc_debug_level = atoi(env); in malloc_init_impl()
Dmalloc_debug_check.cpp648 g_malloc_debug_backlog = atoi(debug_backlog); in malloc_debug_initialize()
654 if (__system_property_get("libc.debug.malloc.nobacktrace", env) && atoi(env) != 0) { in malloc_debug_initialize()
Dsystem_properties.cpp182 return atoi(env); in get_fd_from_env()
/bionic/libstdc++/include/
Dcstdlib62 using ::atoi;
/bionic/libc/dns/resolv/
Dres_init.c509 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()
Dres_cache.c1810 if (env && atoi(env) == 0) { in _res_cache_init()
/bionic/libc/tools/
Dposix-2013.txt51 atoi
/bionic/libc/
Dlibc.map325 atoi;
DAndroid.mk491 upstream-openbsd/lib/libc/stdlib/atoi.c \
/bionic/linker/
Dlinker.cpp3150 g_ld_debug_verbosity = atoi(LD_DEBUG);