/external/linux-kselftest/tools/testing/selftests/media_tests/ |
media_device_open.c | 54 strncpy(media_device, optarg, sizeof(media_device) - 1);
|
media_device_test.c | 59 strncpy(media_device, optarg, sizeof(media_device) - 1);
|
video_device_test.c | 58 strncpy(video_dev, optarg, sizeof(video_dev) - 1);
|
/external/linux-kselftest/tools/testing/selftests/net/ |
msg_zerocopy.c | 624 cfg_cork = strtol(optarg, NULL, 0); 627 cfg_cpu = strtol(optarg, NULL, 0); 630 setup_sockaddr(cfg_family, optarg, &cfg_dst_addr); 633 cfg_ifindex = if_nametoindex(optarg); 635 error(1, errno, "invalid iface: %s", optarg); 641 cfg_port = htons(strtoul(optarg, NULL, 0)); 647 cfg_payload_len = strtoul(optarg, NULL, 0); 650 setup_sockaddr(cfg_family, optarg, &cfg_src_addr); 653 cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000;
|
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/ |
context_switch.c | 434 if (!strcmp(optarg, "pipe")) { 436 } else if (!strcmp(optarg, "yield")) { 438 } else if (!strcmp(optarg, "futex")) { 447 timeout = atoi(optarg);
|
/external/ltp/testcases/kernel/device-drivers/locking/ |
lock_torture.sh | 42 t) test_time=$OPTARG ;;
|
/external/ltp/testcases/kernel/fs/doio/ |
growfiles.c | 346 extern char *optarg; /* used by getopt */ 421 switch (sscanf(optarg, "%i%c", &bytes_to_consume, &chr)) { 457 if (sscanf(optarg, "%i", &write_check_inter) != 1) { 467 if (sscanf(optarg, "%i", &file_check_inter) != 1) { 477 auto_dir = optarg; 502 if (sscanf(optarg, "%i", &Debug) != 1) { 512 if (sscanf(optarg, "%i", &Maxerrs) != 1) { 522 auto_file = optarg; 526 if ((ret = sscanf(optarg, "%i%c", &grow_incr, &chr)) < 1 549 if (sscanf(optarg, "%f", &delaysecs) != [all...] |
iogen.c | [all...] |
/external/ltp/testcases/kernel/fs/fsx-linux/ |
fsx-linux.c | 1136 simulatedopcount = getnum(optarg, &endp); 1145 closeprob = getnum(optarg, &endp); 1157 maxfilelen = getnum(optarg, &endp); 1162 monitorstart = getnum(optarg, &endp); 1177 maxoplen = getnum(optarg, &endp); 1182 progressinterval = getnum(optarg, &endp); 1190 readbdy = getnum(optarg, &endp); 1195 style = getnum(optarg, &endp); 1200 truncbdy = getnum(optarg, &endp); 1205 writebdy = getnum(optarg, &endp) [all...] |
/external/ltp/testcases/kernel/mem/mem/ |
mem02.c | 76 extern char *optarg; /* getopt() function global variables */ 80 optarg = NULL; 86 if (optarg) 87 memsize = atoi(optarg) * 1024 * 1024;
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
mmapstress10.c | 167 extern char *optarg; 203 alarmtime = atof(optarg) * 60; 206 nprocs = atoi(optarg); 212 sleeptime = atoi(optarg); 220 growsize = atoi(optarg); 229 filesize = atoll(optarg); 231 filesize = atoi(optarg); 250 sparseoffset = atoll(optarg); 252 sparseoffset = atoi(optarg);
|
/external/ltp/testcases/kernel/mem/mtest06/ |
mmap1.c | 294 extern char *optarg; 309 if ((num_iter = atoi(optarg)) == 0) 317 if ((file_size = atoi(optarg)) == 0) 328 exec_time = atof(optarg);
|
/external/ltp/testcases/network/tcp_fastopen/ |
tcp_fastopen_run.sh | 37 R) TST_NETLOAD_MAX_SRV_REPLIES=$OPTARG ;;
|
/external/mesa3d/src/getopt/ |
getopt.h | 70 extern char *optarg; /* getopt(3) external variables */
|
/external/selinux/semodule-utils/semodule_package/ |
semodule_unpackage.c | 15 extern char *optarg;
|
/external/syslinux/gpxe/src/include/ |
getopt.h | 52 extern char *optarg;
|
/external/tcpdump/ |
getopt_long.h | 63 extern char *optarg; /* getopt(3) external variables */
|
/external/tinycompress/ |
cplay.c | 170 buffer_size = strtol(optarg, NULL, 0); 173 frag = strtol(optarg, NULL, 10); 176 card = strtol(optarg, NULL, 10); 179 device = strtol(optarg, NULL, 10);
|
/external/valgrind/drd/tests/ |
omp_prime.c | 55 num_threads = atoi(optarg);
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
aplay.c | 602 device = optarg; 605 rate = (int)strtol(optarg, NULL, 0); 608 ch = (int)strtol(optarg, NULL, 0); 611 printf("optarg = %s\n", optarg); 612 format = get_format(optarg); 615 period = (int)strtol(optarg, NULL, 0); 619 printf("compressed codec type requested = %s\n", optarg); 620 compr_codec = optarg;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
getopt.h | 27 extern char *optarg; /* pointer to argument of current option */
|
/hardware/intel/common/libva/test/encode/ |
h264encode.c | 757 frame_width = atoi(optarg); 760 frame_height = atoi(optarg); 764 frame_count = atoi(optarg); 767 frame_rate = atoi(optarg); 770 coded_fn = strdup(optarg); 776 frame_bitrate = atoi(optarg); 779 minimal_qp = atoi(optarg); 782 initial_qp = atoi(optarg); 785 intra_period = atoi(optarg); 788 intra_idr_period = atoi(optarg); [all...] |
/external/blktrace/ |
blkiomon.c | 693 human.fn = optarg; 696 binary.fn = optarg; 699 drvdata.fn = optarg; 702 debug.fn = optarg; 705 interval = atoi(optarg); 708 msg_q_name = optarg; 711 msg_q_id = atoi(optarg); 714 msg_id = atoi(optarg);
|
/external/e2fsprogs/include/nonunix/ |
getopt.h | 37 extern GETOPT_VARIABLE char *optarg; 77 a compiled-in constant, such as set a value from `optarg', set the
|
/external/f2fs-tools/tools/ |
f2fs_io_parse.c | 130 major = atoh(optarg); 133 minor = atoh(optarg);
|