HomeSort by relevance Sort by last modified time
    Searched refs:optarg (Results 201 - 225 of 587) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libnl/src/
nl-neightbl-list.c 57 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
  /external/llvm/utils/
makellvm 39 set optarg = `echo -n $argv[1] | sed 's/^[^=]*$//'`
40 if ($#optarg) then
41 set GMAKE_OPTS = ( $GMAKE_OPTS $optarg )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
getopt.h 59 extern char *optarg;
100 a compiled-in constant, such as set a value from `optarg', set the
135 takes an argument, to be placed in `optarg'.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 59 extern char *optarg;
100 a compiled-in constant, such as set a value from `optarg', set the
135 takes an argument, to be placed in `optarg'.
  /prebuilts/qemu-kernel/
build-kernel.sh 71 optarg=$(expr "x$opt" : 'x[^=]*=\(.*\)')
76 OPTION_ARCH=$optarg
85 CCACHE=$optarg
88 OPTION_CONFIG=$optarg
91 OPTION_CROSS=$optarg
94 OPTION_GCC_VERSION=$optarg
97 OPTION_JOBS=$optarg
100 OPTION_OUT=$optarg
  /system/extras/ext4_utils/
ext4fixup_main.c 48 sscanf(optarg, "%d,%d,%d", &stop_phase, &stop_loc, &stop_count);
  /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...]
  /build/tools/fs_config/
fs_config.c 86 context_file = optarg;
89 product_out_path = optarg;
  /external/e2fsprogs/contrib/
fallocate.c 110 length = cvtnum(optarg);
113 offset = cvtnum(optarg);
  /external/e2fsprogs/lib/ss/
test_ss.c 94 request = optarg;
97 cmd_file = optarg;
  /external/libmtp/examples/
thumb.c 45 extern char *optarg;
63 id = strtoul(optarg, &rest, 0);
  /external/valgrind/drd/tests/
rwlock_test.c 68 s_num_iterations = atoi(optarg);
71 s_num_threads = atoi(optarg);
  /system/extras/slideshow/
slideshow.cpp 94 timeout = strtol(optarg, NULL, 0);
98 LOGE("invalid timeout %s, defaulting to %ld\n", optarg,
  /external/iptables/iptables/
ip6tables.c     [all...]
iptables.c     [all...]
  /frameworks/base/tools/obbtool/
Main.cpp 203 package_info.packageName = optarg;
207 package_info.packageVersion = strtol(optarg, &end, 10);
208 if (*optarg == '\0' || *end != '\0') {
219 if (strlen(optarg) != SALT_LEN * 2) {
229 if (!hexToByte(optarg[j], optarg[j+1], &b)) {
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 436 target = optarg;
440 if (optarg != NULL)
444 style = cplus_demangle_name_to_style (optarg);
447 optarg);
453 file_name = optarg;
476 section_name = optarg;
  /toolchain/binutils/binutils-2.25/binutils/
addr2line.c 450 target = optarg;
454 if (optarg != NULL)
458 style = cplus_demangle_name_to_style (optarg);
461 optarg);
467 file_name = optarg;
490 section_name = optarg;
strings.c 205 string_min = (int) strtoul (optarg, &s, 0);
207 fatal (_("invalid integer argument %s"), optarg);
221 if (optarg[1] != '\0')
223 switch (optarg[0])
243 target = optarg;
247 if (optarg[1] != '\0')
249 encoding = optarg[0];
  /system/core/toolbox/
newfs_msdos.c 271 opt_ofs = argtooff(optarg, "offset");
280 opt_B = optarg;
283 opt_create = argtooff(optarg, "create size");
286 if (strcmp(optarg, "12") && strcmp(optarg, "16") && strcmp(optarg, "32"))
287 errx(1, "%s: bad FAT type", optarg);
288 opt_F = atoi(optarg);
291 opt_I = argto4(optarg, 0, "volume ID");
295 if (!oklabel(optarg))
    [all...]
  /external/fio/
init.c     [all...]
  /external/autotest/client/tests/disktest/src/
disktest.c 258 filename = optarg;
261 seconds = atoi(optarg);
264 megabytes = atoi(optarg);
267 skip_mb = atoi(optarg);
270 blocksize = atoi(optarg);
273 linear_tasks = atoi(optarg);
276 random_tasks = atoi(optarg);
  /external/iptables/extensions/
libxt_SET.c 75 if (strlen(optarg) > IPSET_MAXNAMELEN - 1)
78 optarg, IPSET_MAXNAMELEN - 1);
80 get_set_byname(optarg, (struct xt_set_info *)info);
174 if (strlen(optarg) > IPSET_MAXNAMELEN - 1)
177 optarg, IPSET_MAXNAMELEN - 1);
179 get_set_byname(optarg, info);
311 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1))
  /external/selinux/policycoreutils/semodule/
semodule.c 60 extern char *optarg;
217 set_mode(INSTALL_M, optarg);
223 set_mode(INSTALL_M, optarg);
226 set_mode(EXTRACT_M, optarg);
238 set_mode(LIST_M, optarg);
244 set_mode(REMOVE_M, optarg);
248 set_mode(INSTALL_M, optarg);
251 set_store(optarg);
254 semanage_set_root(optarg);
257 set_store_root(optarg);
    [all...]
  /external/tlsdate/src/
tlsdated.c 169 opts->max_tries = atoi (optarg);
172 opts->wait_between_tries = atoi (optarg);
175 opts->subprocess_tries = atoi (optarg);
178 opts->subprocess_wait_between_tries = atoi (optarg);
181 opts->base_path = optarg;
184 opts->steady_state_interval = atoi (optarg);
199 opts->min_steady_state_interval = atoi (optarg);
202 opts->jitter = atoi (optarg);
205 opts->conf_file = optarg;
208 opts->proxy = optarg;
    [all...]

Completed in 908 milliseconds

1 2 3 4 5 6 7 891011>>