/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
ltpfsio.sh | 42 a) part1=$OPTARG;; 43 n) nfsmount=$OPTARG;; 44 v) verb=$OPTARG;;
|
/external/ltp/testcases/kernel/io/writetest/ |
writetest.c | 193 NumBlocks = strtoul(optarg, NULL, 0); 196 strncpy(Filename, optarg, MAX_FILENAME_LEN); 199 DefaultSeed = strtoul(optarg, NULL, 0);
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
mmap-corruption01.c | 88 alarmtime += atoi(optarg) * 60 * 60; 91 alarmtime += atoi(optarg) * 60; 94 alarmtime += atoi(optarg);
|
/external/ltp/testcases/network/multicast/mc_member/ |
mc_member_test.c | 49 group_list = optarg; 52 sflg = atoi(optarg); 55 interface = optarg;
|
/external/ltp/testcases/network/stress/ns-tools/ |
ns-echoclient | 93 server_name=$OPTARG 96 family=$OPTARG 99 size_array="$OPTARG"
|
/external/mdnsresponder/mDNSPosix/ |
Client.c | 140 gMDNSPlatformPosixVerboseLevel = atoi(optarg); 149 gServiceType = optarg; 155 gServiceDomain = optarg;
|
/external/python/cpython2/Demo/scripts/ |
pp.py | 41 for option, optarg in optlist: 49 for line in optarg.split('\n'): 52 FS = optarg
|
/external/swiftshader/third_party/LLVM/utils/ |
makellvm | 39 set optarg = `echo -n $argv[1] | sed 's/^[^=]*$//'`
40 if ($#optarg) then
41 set GMAKE_OPTS = ( $GMAKE_OPTS $optarg )
|
/frameworks/av/cmds/stagefright/ |
audioloop.cpp | 68 duration = atoi(optarg); 77 name.setTo(optarg); 80 mediaType.setTo(optarg);
|
/hardware/google/av/codec2/1.0/mts/common/ |
media_c2_hidl_test_common.h | 145 setInstance(optarg); 148 setComponent(optarg); 151 setRes(optarg);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/ |
build-mingw64-toolchain.sh | 159 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 164 --binprefix=*) HOST_BINPREFIX=$optarg;; 165 -j*|--jobs=*) JOBS=$optarg;; 166 --target-arch=*) TARGET_ARCH=$optarg;; 170 --work-dir=*) TEMP_DIR=$optarg;; 171 --package-dir=*) PACKAGE_DIR=$optarg;; 173 --gcc-version=*) GCC_VERSION=$optarg;; 174 --binutils-version=*) BINUTILS_VERSION=$optarg;; 175 --gmp-version=*) GMP_VERSION=$optarg;; 176 --mpfr-version=*) MPFR_VERSION=$optarg;; [all...] |
/system/core/trusty/storage/proxy/ |
proxy.c | 199 trusty_devname = strdup(optarg); 203 ss_data_root = strdup(optarg); 207 rpmb_devname = strdup(optarg);
|
/system/tools/hidl/c2hal/ |
main.cpp | 120 outputDir = optarg; 124 package = optarg; 137 addPackageRootToMap(optarg, packageRootPaths);
|
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
fiptool.c | 674 set_image_desc_action(desc, DO_PACK, optarg); 678 parse_plat_toc_flags(optarg, &toc_flags); 681 align = get_image_align(optarg); 689 parse_blob_opt(optarg, &uuid, 773 set_image_desc_action(desc, DO_PACK, optarg); 777 parse_plat_toc_flags(optarg, &toc_flags); 786 parse_blob_opt(optarg, &uuid, 803 align = get_image_align(optarg); 806 snprintf(outfile, sizeof(outfile), "%s", optarg); 884 set_image_desc_action(desc, DO_UNPACK, optarg); [all...] |
/toolchain/binutils/binutils-2.27/binutils/ |
dllwrap.c | 700 entry_point = optarg; 703 image_base_str = optarg; 706 def_file_name = optarg; 715 dll_file_name = optarg; 723 dll_name = optarg; 729 driver_name = optarg; 732 driver_flags = optarg; 735 dlltool_name = optarg; 738 target = optarg; 750 base_file_name = optarg; [all...] |
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
main.c | 303 key_alg = get_key_alg(optarg); 305 ERROR("Invalid key algorithm '%s'\n", optarg); 324 ext->arg = strdup(optarg); 329 key->fn = strdup(optarg); 334 cert->fn = strdup(optarg);
|
/external/e2fsprogs/debugfs/ |
htree.c | 23 extern char *optarg; 318 hash_version = e2p_string2hash(optarg); 320 hash_version = atoi(optarg); 323 if (uuid_parse(optarg, (unsigned char *) hash_seed)) { 325 optarg);
|
/external/iptables/iptables/ |
xshared.c | 182 xtables_error(PARAMETER_PROBLEM, "Unknown arg \"%s\"", optarg); 323 if (optarg) { 324 if (sscanf(optarg, "%i", &wait) != 1) 341 if (optarg) 342 arg = optarg;
|
/external/libusb/examples/ |
fxload.c | 104 device_id = optarg; 112 device_path = optarg; 121 path[FIRMWARE] = optarg; 126 path[LOADER] = optarg; 134 type = optarg;
|
/external/ltp/testcases/kernel/io/direct_io/ |
diotest3.c | 241 if ((bufsize = atoi(optarg)) <= 0) { 252 if ((offset = atoi(optarg)) <= 0) { 258 if ((iter = atoi(optarg)) <= 0) { 264 if ((numchild = atoi(optarg)) <= 0) { 270 strcpy(filename, optarg);
|
diotest5.c | 178 if ((bufsize = atoi(optarg)) <= 0) { 188 if ((offset = atoll(optarg)) <= 0) { 194 if ((iter = atoi(optarg)) <= 0) { 200 if ((nvector = atoi(optarg)) <= 0) { 206 strcpy(filename, optarg);
|
/frameworks/av/media/libaudioprocessing/tests/ |
test-mixer.cpp | 116 outputChannels = atoi(optarg); 119 outputSampleRate = atoi(optarg); 122 outputFilename = optarg; 125 auxFilename = optarg; 128 if (parseCSV(optarg, Pvalues) < 0) {
|
/external/iputils/ |
ping_common.c | 263 npackets = atoi(optarg); 281 dbl = strtod(optarg, &ep); 297 mark = strtoul(optarg, &endp, 0); 299 fprintf(stderr, "ping: invalid mark %s\n", optarg); 306 deadline = atoi(optarg); 313 preload = atoi(optarg); 329 sndbuf = atoi(optarg); 344 fill(optarg); 353 datalen = atoi(optarg); 372 ttl = atoi(optarg); [all...] |
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 84 extern char *optarg; 223 testCase->setDataSize(atoi(optarg) * 1024); 226 testCase->setChunkSize(atoi(optarg) * 1024); 229 testCase->setTreeDepth(atoi(optarg)); 232 testCase->setIter(atoi(optarg)); 236 testCase->setNproc(atoi(optarg)); 240 testCase->setTypeFromName(optarg); 251 if (strcmp("sync", optarg) == 0) { 253 } else if (strcmp("fsync", optarg) == 0) { 268 testCase->setFadvise(optarg); [all...] |
/external/autotest/client/tests/cyclictest/src/ |
cyclictest.c | 437 case 'b': tracelimit = atoi(optarg); break; 438 case 'c': clocksel = atoi(optarg); break; 439 case 'd': distance = atoi(optarg); break; 441 case 'i': interval = atoi(optarg); break; 442 case 'l': max_cycles = atoi(optarg); break; 444 case 'p': priority = atoi(optarg); break; 448 case 't': num_threads = atoi(optarg); break;
|