Searched
full:optarg (Results
326 -
350 of
941) sorted by null
<<11121314151617181920>>
/external/iptables/iptables/ |
xtables-save.c | 118 tablename = optarg; 121 xtables_modprobe_program = optarg;
|
/external/libmtp/examples/ |
thumb.c | 45 extern char *optarg; 63 id = strtoul(optarg, &rest, 0);
|
/external/linux-kselftest/tools/testing/selftests/android/ion/ |
ionapp_export.c | 62 heapid = atoi(optarg); 76 heap_size = atoi(optarg);
|
/external/linux-kselftest/tools/testing/selftests/watchdog/ |
watchdog-test.c | 125 ping_rate = strtoul(optarg, NULL, 0); 131 flags = strtoul(optarg, NULL, 0);
|
/external/ltp/testcases/kernel/device-drivers/rcu/ |
rcu_torture.sh | 45 t) test_time=$OPTARG ;; 46 w) num_writers=$OPTARG ;;
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
cpuhotplug03.sh | 56 CPU_TO_TEST=$OPTARG;; 58 HOTPLUG03_LOOPS=$OPTARG;;
|
/external/ltp/testcases/kernel/ipc/semaphore/ |
sem01.c | 109 extern char *optarg; 116 loops = atoi(optarg);
|
/external/ltp/testcases/network/nfs/nfs_stress/ |
nfs_lib.sh | 33 v) VERSION=$OPTARG ;; 34 t) SOCKET_TYPE=$OPTARG ;;
|
/external/ltp/testscripts/ |
ltp-aiodio.sh | 65 f) file1=$OPTARG;; 66 b) part1=$OPTARG;; 67 o) part2=$OPTARG;; 68 e) ext2=$OPTARG;; 69 t) ext3=$OPTARG;; 70 x) xfs=$OPTARG;; 71 j) jfs=$OPTARG;; 72 a) allfs=$OPTARG;;
|
/external/rmi4utils/f54test/ |
main.cpp | 126 deviceName = optarg; 129 reportType = (f54_report_types)strtol(optarg, NULL, 0);
|
/external/selinux/semodule-utils/semodule_link/ |
semodule_link.c | 25 extern char *optarg; 96 outname = optarg;
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
Main.cpp | 74 numThreads = atoi(optarg); 77 stopHere = atol(optarg);
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/ |
inv_devnode_parser-shared | |
/system/core/logcat/ |
getopt_long.cpp | 197 context->optarg = has_equal; 200 context->optarg = nargv[context->optind++]; 204 !context->optarg) { 258 context->optarg = nullptr; 280 context->optarg = nargv[context->optind++]; 382 context->optarg = nullptr; 384 context->optarg = context->place; 394 context->optarg = nargv[context->optind];
|
/system/extras/slideshow/ |
slideshow.cpp | 96 timeout = strtol(optarg, NULL, 0); 100 LOGE("invalid timeout %s, defaulting to %ld\n", optarg,
|
/system/extras/tests/icachetest/ |
icache_main.cpp | 56 std::string arg(optarg ? optarg : "");
|
/test/vts/drivers/hal/replayer/ |
VtsHidlHalReplayerMain.cpp | 96 spec_dir_path = string(optarg); 100 AddHalServiceInstance(string(optarg), &hal_service_instances);
|
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
win_posix.c | 41 char *optarg; /* = 0; */ variable 57 optarg = (char *)0; 86 optarg = argv[optind++]; 182 optarg = argv[++optind];
|
/external/autotest/client/tests/monotonic_time/src/ |
time_test.c | 316 extern char *optarg; 336 if (parse_cpu_set(optarg, &cpus) != 0) 340 duration = strtol(optarg, NULL, 0); 346 threshold = strtol(optarg, NULL, 0);
|
/external/autotest/site_utils/ |
bind_mysql_to_cpuset.sh | 175 MYSQL_CPUS=$OPTARG 185 MYSQL_PID=$OPTARG 191 echo "Invalid option: -$OPTARG" >&2 196 echo "Option -$OPTARG requires an argument." >&2
|
/external/fec/ |
dtest.c | 53 trials = atoi(optarg);
|
/external/libdrm/tests/exynos/ |
exynos_fimg2d_event.c | 223 if (sscanf(optarg, "%u", &iters) != 1) 227 if (sscanf(optarg, "%u", &njobs) != 1) 231 if (sscanf(optarg, "%u", &bufw) != 1) 235 if (sscanf(optarg, "%u", &bufh) != 1)
|
exynos_fimg2d_perf.c | 236 if (sscanf(optarg, "%u", &iters) != 1) 240 if (sscanf(optarg, "%u", &batch) != 1) 244 if (sscanf(optarg, "%u", &bufw) != 1) 248 if (sscanf(optarg, "%u", &bufh) != 1)
|
/external/libgsm/tst/ |
cod2lin.c | 77 extern char * optarg;
|
cod2txt.c | 74 extern char * optarg;
|
Completed in 539 milliseconds
<<11121314151617181920>>