Searched
full:optarg (Results
551 -
575 of
941) sorted by null
<<21222324252627282930>>
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
futex_wait_private_mapped_file.c | 92 log_verbosity(atoi(optarg));
|
/external/ltp/lib/ |
parse_opts.c | 207 STD_LOOP_COUNT = atoi(optarg); 213 STD_LOOP_DURATION = atof(optarg); 223 child_args = optarg; 243 *user_optarr[i].arg = optarg;
|
/external/ltp/testcases/kernel/controllers/memcg/control/ |
mem_process.c | 59 memsize = strtoul(optarg, &end, 10);
|
/external/ltp/testcases/kernel/fs/fs_di/ |
fs_di | 127 export TMPBASE=$OPTARG 134 LOOPS=$OPTARG;; 137 SIZE=$OPTARG 146 DISK_SIZE=$OPTARG;;
|
/external/ltp/testcases/kernel/fs/racer/ |
fs_racer.sh | 96 sleep $OPTARG
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
mmapstress09.c | 116 extern char *optarg; 145 alarmtime = atof(optarg) * 60; 148 nprocs = atoi(optarg); 154 mapsize = atoi(optarg);
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
sched_tc4.c | 249 extern char *optarg; /* Command line option */ 263 logfile = optarg; 267 priority_type = optarg; 271 priority = atoi(optarg);
|
sched_tc5.c | 252 extern char *optarg; /* Command line option */ 266 logfile = optarg; 270 priority_type = optarg; 274 priority = atoi(optarg);
|
/external/ltp/testscripts/ |
network.sh | 73 f) TEST_CASES=${OPTARG};;
|
sysfs.sh | 67 k) KERN_MODULE=$OPTARG ;;
|
/external/ltp/tools/pounder21/src/xbonkers/ |
xbonkers.c | 515 disp_string = optarg; 518 iterations = atoi(optarg); 521 rounds = atoi(optarg); 524 sleep = atoi(optarg);
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
ebizzy.c | 147 chunks = atoi(optarg); 161 chunk_size = atoi(optarg); 166 seconds = atoi(optarg); 171 threads = atoi(optarg);
|
/external/mesa3d/src/compiler/glsl/ |
main.cpp | 80 options.glsl_version = strtol(optarg, NULL, 10);
|
/external/syslinux/bios/com32/modules/ |
pxechn.c32 | |
/external/syslinux/efi32/com32/modules/ |
pxechn.c32 | |
/external/toybox/toys/example/ |
skeleton.c | 85 printf("optarg=%s\n", *optargs);
|
/prebuilts/misc/common/robolectric/3.4.2/PREBUILT/ |
download-libs.sh | 18 oldVersion="$OPTARG"
|
/prebuilts/misc/common/robolectric/3.5.1/PREBUILT/ |
download-libs.sh | 18 oldVersion="$OPTARG"
|
/prebuilts/misc/common/robolectric/3.6.1/PREBUILT/ |
download-libs.sh | 18 oldVersion="$OPTARG"
|
/prebuilts/misc/common/robolectric/update-script/ |
download-libs.sh | 18 oldVersion="$OPTARG"
|
/prebuilts/qemu-kernel/ |
update_emu_kernels.sh | 11 v) version=$OPTARG
|
/system/core/libziparchive/ |
unzip.cpp | 285 flag_d = optarg; 315 archive_name = optarg; 317 excludes.insert(optarg); 319 includes.insert(optarg);
|
/system/extras/kexec_tools/ |
kexecload.c | 94 start_address = (void *) strtoul(optarg, 0, 16);
|
/toolchain/binutils/binutils-2.27/binutils/ |
makefile.vms | 29 /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))\
|
/toolchain/binutils/binutils-2.27/gas/ |
makefile.vms | 36 /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))
|
Completed in 213 milliseconds
<<21222324252627282930>>