HomeSort by relevance Sort by last modified time
    Searched refs:optarg (Results 126 - 150 of 304) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/e2fsprogs/misc/
uuidd.c 32 extern char *optarg;
470 num = strtol(optarg, &tmp, 0);
472 fprintf(stderr, _("Bad number: %s\n"), optarg);
476 pidfile_path = optarg;
483 socket_path = optarg;
491 timeout = strtol(optarg, &tmp, 0);
493 fprintf(stderr, _("Bad number: %s\n"), optarg);
badblocks.c 43 extern char *optarg;
1024 block_size = parse_uint(optarg, "block size");
1030 input_file = optarg;
1033 output_file = optarg;
1054 blocks_at_once = parse_uint(optarg, "blocks at once");
1057 max_bb = parse_uint(optarg, "max bad block count");
1060 d_flag = parse_uint(optarg, "read delay factor");
1063 num_passes = parse_uint(optarg,
1067 host_device_name = optarg;
1079 optarg);
    [all...]
e2label.c 23 extern char *optarg;
e2freefrag.c 24 extern char *optarg;
269 chunk_info.chunkbytes = strtoull(optarg, &end, 0);
272 progname, optarg);
  /external/ping6/
ping6.c 365 for (cp = optarg; *cp != '\0'; cp++) {
406 lsockbufsize = strtoul(optarg, &e, 10);
408 if (errno || !*optarg || *e ||
417 npackets = strtol(optarg, &e, 10);
418 if (npackets <= 0 || *optarg == '\0' || *e != '\0')
420 "illegal number of packets -- %s", optarg);
434 gateway = optarg;
440 hoplimit = strtol(optarg, &e, 10);
441 if (*optarg == '\0' || *e != '\0')
442 errx(1, "illegal hoplimit %s", optarg);
    [all...]
  /external/qemu/
android-configure.sh 40 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
53 --install=*) OPTION_TARGETS="$OPTION_TARGETS $optarg";
55 --sdl-config=*) SDL_CONFIG=$optarg
59 --cc=*) OPTION_CC="$optarg"
73 --arch=*) TARGET_ARCH=$optarg
75 --gles-include=*) GLES_INCLUDE=$optarg
78 --gles-libs=*) GLES_LIBS=$optarg
  /ndk/build/tools/
gen-platforms.sh 74 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
86 OPTION_SRCDIR="$optarg"
89 OPTION_DSTDIR="$optarg"
92 OPTION_PLATFORM=$optarg
95 OPTION_ARCH=$optarg
98 OPTION_ABI=$optarg
110 PACKAGE_DIR=$optarg
  /external/bluetooth/bluez/compat/
hidd.c 707 if (!strncasecmp(optarg, "hci", 3))
708 hci_devba(atoi(optarg + 3), &bdaddr);
710 str2ba(optarg, &bdaddr);
716 timeout = atoi(optarg);
719 if (!strncasecmp(optarg, "0x", 2))
720 subclass = (uint8_t) strtol(optarg, NULL, 16);
722 subclass = atoi(optarg);
752 str2ba(optarg, &dev);
756 str2ba(optarg, &dev);
764 str2ba(optarg, &dev)
    [all...]
  /system/core/toolbox/
nandread.c 55 devname = optarg;
58 filename = optarg;
61 spare_size = atoi(optarg);
64 start = strtoll(optarg, NULL, 0);
67 len = strtoll(optarg, NULL, 0);
cmp.c 36 limit = atoi(optarg);
powerd.c 210 eventdev = optarg;
216 idle_time = atoi(optarg);
217 idle_time_string = optarg;
226 lcd_light_time = atoi(optarg);
229 key_light_time = atoi(optarg);
  /external/bluetooth/hcidump/src/
hcidump.c 912 if (strcasecmp(optarg, "none") && strcasecmp(optarg, "system"))
913 device = atoi(optarg + 3);
919 snap_len = atoi(optarg);
923 defpsm = atoi(optarg);
927 defcompid = atoi(optarg);
932 dump_file = strdup(optarg);
937 dump_file = strdup(optarg);
942 dump_addr = optarg;
966 set_proto(0, atoi(optarg), 0, SDP_UUID_CMTP)
    [all...]
  /external/iptables/extensions/
libxt_sctp.c 260 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
261 parse_sctp_ports(optarg, einfo->spts);
272 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
273 parse_sctp_ports(optarg, einfo->dpts);
283 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
291 parse_sctp_chunks(einfo, optarg, argv[optind]);
  /external/netcat/
netcat.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/bluetooth/bluez/tools/
hcieventmask.c 53 dev = hci_devid(optarg);
hcitool.c 468 length = atoi(optarg);
472 num_rsp = atoi(optarg);
476 l = strtoul(optarg, 0, 16);
477 if (!strcasecmp(optarg, "giac")) {
479 } else if (!strcasecmp(optarg, "liac")) {
562 length = atoi(optarg);
566 num_rsp = atoi(optarg);
570 l = strtoul(optarg, 0, 16);
571 if (!strcasecmp(optarg, "giac")) {
573 } else if (!strcasecmp(optarg, "liac"))
    [all...]
  /external/e2fsprogs/lib/blkid/
tag.c 388 extern char *optarg;
418 file = optarg;
421 blkid_debug_mask = strtoul (optarg, &tmp, 0);
424 optarg);
  /external/bluetooth/bluez/sbc/
sbcenc.c 256 subbands = atoi(optarg);
264 bitpool = atoi(optarg);
280 blocks = atoi(optarg);
  /frameworks/base/cmds/dumpstate/
dumpstate.c 284 case 'b': begin_sound = optarg; break;
286 case 'e': end_sound = optarg; break;
287 case 'o': use_outfile = optarg; break;
  /external/bluetooth/bluez/test/
agent.c 596 adapter_id = optarg;
599 if (optarg[0] != '/') {
603 agent_path = strdup(optarg);
606 capabilities = optarg;
609 passkey_delay = atoi(optarg);
  /external/e2fsprogs/debugfs/
htree.c 22 extern char *optarg;
309 hash_version = e2p_string2hash(optarg);
311 hash_version = atoi(optarg);
314 if (uuid_parse(optarg, (unsigned char *) hash_seed)) {
316 optarg);
  /external/netperf/
netserver.c 154 extern char *optarg;
843 break_args_explicit(optarg,arg1,arg2);
861 shell_num_cpus = atoi(optarg);
875 strncpy(listen_port,optarg,sizeof(listen_port));
891 verbosity = atoi(optarg);
902 /*+*+SAF server_sock = (HANDLE)atoi(optarg); */
906 /*+*+SAF CloseHandle((HANDLE)atoi(optarg)); */
  /external/oprofile/opcontrol/
opcontrol.cpp 608 strncpy(callgraph, optarg, sizeof(callgraph));
617 if (process_event(optarg)) {
623 sprintf(vmlinux, "-k %s", optarg);
627 sprintf(kernel_range, "-r %s", optarg);
658 verbose_log = strdup(optarg);
  /external/ping/
ping.c 176 npackets = atoi(optarg);
191 if (strchr(optarg, '.')) {
193 if (sscanf(optarg, "%f", &t) != 1) {
198 } else if (sscanf(optarg, "%d", &interval) == 1) {
213 deadline = atoi(optarg);
220 preload = atoi(optarg);
233 sndbuf = atoi(optarg);
244 fill(optarg);
253 datalen = atoi(optarg);
267 ttl = atoi(optarg);
    [all...]

Completed in 947 milliseconds

1 2 3 4 56 7 8 91011>>