HomeSort by relevance Sort by last modified time
    Searched full:atoi (Results 401 - 425 of 3061) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/test/asan/TestCases/Posix/
global-registration.c 28 int n = atoi(argv[1]);
  /external/compiler-rt/test/asan/TestCases/
contiguous_container.cc 79 int n = argc == 1 ? 128 : atoi(argv[1]);
  /external/e2fsprogs/e2fsck/
iscan.c 70 inode_buffer_blocks = atoi(optarg);
  /external/google-breakpad/src/common/mac/
string_utilities.cc 72 result = atoi(temp.c_str());
  /external/iputils/
tracepath.c 328 if ((mtu = atoi(optarg)) <= overhead) {
335 max_hops = atoi(optarg);
343 base_port = atoi(optarg);
368 base_port = atoi(p+1);
  /external/libcap/progs/old/
setpcaps.c 110 pid = atoi(*++argv);
  /external/libcups/filter/
gziptoany.c 55 copies = atoi(argv[4]);
  /external/libmicrohttpd/src/examples/
fileserver_example.c 112 atoi (argv[1]),
querystring_example.c 83 atoi (argv[1]),
refuse_post_example.c 90 atoi (argv[1]),
spdy_event_loop.c 317 addr4.sin_port = htons(atoi(argv[1]));
320 struct SPDY_Daemon *daemon = SPDY_start_daemon(atoi(argv[1]),
337 addr6.sin6_port = htons(atoi(argv[1]) + 1);
340 struct SPDY_Daemon *daemon2 = SPDY_start_daemon(atoi(argv[1]) + 1,
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
futex_wait_uninitialized_heap.c 84 log_verbosity(atoi(optarg));
futex_wait_wouldblock.c 58 log_verbosity(atoi(optarg));
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_inherit_exec_test.c 100 parent_dscr = atoi(argv[2]);
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-tar.c 83 num_loops = atoi(argv[1]);
  /external/llvm/test/Feature/
indirectcall.ll 5 declare i32 @atoi(i8*)
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_latency_test.c 81 test_num = atoi(argv[1]);
  /external/ltp/testcases/kernel/controllers/memcg/stress/
memcg_process_stress.c 90 interval = atoi(argv[2]);
  /external/ltp/testcases/kernel/fs/fs_di/
create_datafile.c 46 if (argc != 3 || atoi(argv[1]) < 1) {
  /external/ltp/testcases/kernel/io/direct_io/
diotest3.c 245 if ((bufsize = atoi(optarg)) <= 0) {
256 if ((offset = atoi(optarg)) <= 0) {
262 if ((iter = atoi(optarg)) <= 0) {
268 if ((numchild = atoi(optarg)) <= 0) {
  /external/ltp/testcases/kernel/security/cap_bound/
check_pe.c 54 n = atoi(argv[1]);
  /external/ltp/testcases/misc/crash/
crash01.c 157 verbose_level = atoi(v_copt);
160 ntries = atoi(n_copt);
163 nseed = atoi(s_copt);
170 inc = atoi(b_copt);
crash02.c 146 verbose_level = atoi(v_copt);
149 ntries = atoi(n_copt);
152 sysno_max = atoi(l_copt);
155 nseed = atoi(s_copt);
  /external/ltp/testcases/network/multicast/mc_commo/
mc_recv.c 65 mcast_in.sin_port = htons(atoi(argv[3]));
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs04_create_file.c 46 if (argc != 3 || atoi(argv[1]) < 1) {

Completed in 1383 milliseconds

<<11121314151617181920>>