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

<<11121314151617181920>>

  /system/vold/
main.cpp 154 case 'b': android::vold::sBlkidContext = optarg; break;
155 case 'B': android::vold::sBlkidUntrustedContext = optarg; break;
156 case 'f': android::vold::sFsckContext = optarg; break;
157 case 'F': android::vold::sFsckUntrustedContext = optarg; break;
  /external/e2fsprogs/misc/
uuidd.c 32 extern char *optarg;
473 num = strtol(optarg, &tmp, 0);
475 fprintf(stderr, _("Bad number: %s\n"), optarg);
480 pidfile_path = optarg;
487 socket_path = optarg;
495 timeout = strtol(optarg, &tmp, 0);
497 fprintf(stderr, _("Bad number: %s\n"), optarg);
badblocks.c 41 extern char *optarg;
1084 block_size = parse_uint(optarg, "block size");
1090 input_file = optarg;
1093 output_file = optarg;
1114 blocks_at_once = parse_uint(optarg, "blocks at once");
1117 max_bb = parse_uint(optarg, "max bad block count");
1120 d_flag = parse_uint(optarg, "read delay factor");
1123 num_passes = parse_uint(optarg,
1127 host_device_name = optarg;
1139 optarg);
    [all...]
  /external/fio/t/
dedupe.c 545 blocksize = atoi(optarg);
548 num_threads = atoi(optarg);
551 dump_output = atoi(optarg);
554 odirect = atoi(optarg);
557 collision_check = atoi(optarg);
560 print_progress = atoi(optarg);
563 use_bloom = atoi(optarg);
  /external/mdnsresponder/mDNSPosix/
Responder.c 267 gMDNSPlatformPosixVerboseLevel = atoi(optarg);
279 gServiceName = optarg;
285 gServiceType = optarg;
291 gServiceDomain = optarg;
294 gPortNumber = atol(optarg);
300 gServiceFile = optarg;
306 gPIDFile = optarg;
  /external/vboot_reference/futility/
cmd_gbb_utility.c 386 opt_create = optarg;
389 outfile = optarg;
392 opt_rootkey = optarg;
395 opt_bmpfv = optarg;
398 opt_recoverykey = optarg;
402 opt_hwid = optarg;
407 opt_flags = optarg;
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 549 ret = sscanf(optarg, "%dx%d+%d+%d", &win_width, &win_height, &win_x, &win_y);
558 frame_rate = atoi(optarg);
561 surface_width = atoi(optarg);
564 surface_height = atoi(optarg);
567 frame_num_total = atoi(optarg);
570 box_width = atoi(optarg);
586 if (atoi(optarg) == 1) {
589 } else if (atoi(optarg) == 2) {
596 sscanf(optarg, "%s", str_src_fmt);
605 sscanf(optarg, "%s", str_dst_fmt)
    [all...]
  /external/e2fsprogs/debugfs/
htree.c 22 extern char *optarg;
283 hash_version = e2p_string2hash(optarg);
285 hash_version = atoi(optarg);
288 if (uuid_parse(optarg, (unsigned char *) hash_seed)) {
290 optarg);
  /external/iproute2/tc/
m_xt.c 160 m = xtables_find_target(optarg, XTF_TRY_LOAD);
178 fprintf(stderr, " failed to find additional options for target %s\n\n", optarg);
183 fprintf(stderr," failed to find target %s\n\n", optarg);
200 fprintf(stderr,"failed to find target %s\n\n", optarg);
349 fprintf(stderr, " failed to find additional options for target %s\n\n", optarg);
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 116 outputChannels = atoi(optarg);
119 outputSampleRate = atoi(optarg);
122 outputFilename = optarg;
125 auxFilename = optarg;
128 if (parseCSV(optarg, Pvalues) < 0) {
  /system/core/toolbox/
nandread.c 56 devname = optarg;
59 filename = optarg;
62 spare_size = atoi(optarg);
65 start = strtoll(optarg, NULL, 0);
68 len = strtoll(optarg, NULL, 0);
  /system/extras/verity/
build_verity_tree.cpp 153 salt_size = strlen(optarg);
158 memcpy(salt, optarg, salt_size);
162 if(!BN_hex2bn(&bn, optarg)) {
184 unsigned long long int inSize = strtoull(optarg, &endptr, 0);
185 if (optarg[0] == '\0' || *endptr != '\0' ||
  /system/extras/verity/fec/
main.cpp 315 ctx.roots = (int)parse_arg(optarg, "roots", FEC_RSM);
324 ctx.threads = (int)parse_arg(optarg, "threads", IMAGE_MAX_THREADS);
331 ctx.inp_size = parse_arg(optarg, "print-fec-size", UINT64_MAX);
338 inp_filenames.push_back(optarg);
345 inp_filenames.push_back(optarg);
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 699 entry_point = optarg;
702 image_base_str = optarg;
705 def_file_name = optarg;
714 dll_file_name = optarg;
722 dll_name = optarg;
728 driver_name = optarg;
731 driver_flags = optarg;
734 dlltool_name = optarg;
737 target = optarg;
749 base_file_name = optarg;
    [all...]
elfedit.c 677 input_elf_machine = elf_machine (optarg);
686 output_elf_machine = elf_machine (optarg);
692 input_elf_type = elf_type (optarg);
698 output_elf_type = elf_type (optarg);
704 input_elf_osabi = elf_osabi (optarg);
710 output_elf_osabi = elf_osabi (optarg);
  /external/mksh/src/
misc.c 406 array = go.optarg;
412 if (go.optarg == NULL) {
423 i = option(go.optarg);
446 bi_errorf("%s: %s", go.optarg, "bad option");
973 go->optarg = NULL;
985 * or ':' and set go->optarg to the offending option character.
991 * (if it isn't present, optarg is set to 0).
994 * follows the option character (optarg is set to the null string if
1000 * continues (optarg is set to 0 if the option is missing).
1039 go->optarg = go->buf
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 911 if (!parseWidthHeight(optarg, &gVideoWidth, &gVideoHeight)) {
913 optarg)
    [all...]
  /external/strace/
strace.c 53 extern char *optarg;
    [all...]
  /hardware/libhardware/tests/vehicle/
vehicle-hal-tool.c 465 strcpy(mode, optarg);
468 property = atoi(optarg);
471 type = atoi(optarg);
474 strcpy(value, optarg);
477 wait_time_in_sec = atoi(optarg);
480 sample_rate = atoi(optarg);
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c     [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/c-ares/
ahost.c 97 if (!strcasecmp(optarg,"a"))
99 else if (!strcasecmp(optarg,"aaaa"))
  /external/harfbuzz_ng/util/
hb-fc-list.c 65 extern char *optarg;
125 format = (FcChar8 *) strdup (optarg);
  /external/libdrm/tests/amdgpu/
amdgpu_test.c 151 suite_id = atoi(optarg);
154 test_id = atoi(optarg);
  /external/libmicrohttpd/src/examples/
mhd2spdy.c 278 glob_opt.listen_port = atoi(optarg);
282 glob_opt.spdy2http_str = strdup(optarg);

Completed in 1456 milliseconds

<<11121314151617181920>>