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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/opengl/tests/hwc/
hwcColorEquiv.cpp 187 endDelay = strtod(optarg, &chptr);
190 "of: %s", optarg);
196 str = optarg;
218 str = optarg;
240 refFormat = hwcTestGraphicFormatLookup(optarg);
243 "format of: %s", optarg);
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 69 layout_conf = optarg;
75 img_file = optarg;
  /bootable/recovery/tools/ota/
add-property-tag.c 75 case 'f': filename = optarg; break;
76 case 'p': propname = optarg; break;
  /external/iptables/iptables/
ip6tables-save.c 168 tablename = optarg;
171 xtables_modprobe_program = optarg;
iptables-save.c 168 tablename = optarg;
171 xtables_modprobe_program = optarg;
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 107 extern char *optarg;
131 uProcId = atoi(optarg);
  /ndk/build/tools/
gen-platforms.sh 76 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
88 OPTION_SRCDIR="$optarg"
91 OPTION_DSTDIR="$optarg"
94 NDK_DIR=$optarg
97 OPTION_PLATFORM=$optarg
100 OPTION_ARCH=$optarg
103 OPTION_ABI=$optarg
115 PACKAGE_DIR=$optarg
build-ndk-sysroot.sh 46 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
58 OPTION_PLATFORM=$optarg
61 OPTION_BUILD_OUT=$optarg
67 OPTION_ABI=$optarg
  /system/core/toolbox/
ioctl.c 41 length = strtol(optarg, NULL, 0);
44 arg_size = strtol(optarg, NULL, 0);
setconsole.c 50 ttydev = optarg;
73 switch_vc = atoi(optarg);
rotatefb.c 28 fbdev = optarg;
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);
  /external/bison/lib/
getopt.c 76 char *optarg;
325 ARGV-element, is returned in `optarg'. Two colons mean an option that
327 it is returned in `optarg', otherwise `optarg' is set to zero.
367 d->optarg = NULL;
458 d->optarg = argv[d->optind++];
570 d->optarg = nameend + 1;
637 d->optarg = argv[d->optind++];
818 d->optarg = d->__nextchar;
862 d->optarg = argv[d->optind++]
75 char *optarg; variable
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 71 char *optarg;
320 ARGV-element, is returned in `optarg'. Two colons mean an option that
322 it is returned in `optarg', otherwise `optarg' is set to zero.
362 d->optarg = NULL;
453 d->optarg = argv[d->optind++];
565 d->optarg = nameend + 1;
632 d->optarg = argv[d->optind++];
813 d->optarg = d->__nextchar;
857 d->optarg = argv[d->optind++]
70 char *optarg; variable
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 33 extern char *optarg;
1225 blocksize = strtol(optarg, &tmp, 0);
1230 _("invalid block size - %s"), optarg);
1251 size = strtoul(optarg, &tmp, 0);
1256 optarg);
1265 fs_param.s_blocks_per_group = strtoul(optarg, &tmp, 0);
1278 flex_bg_size = strtoul(optarg, &tmp, 0);
1292 inode_ratio = strtoul(optarg, &tmp, 0);
1298 optarg, EXT2_MIN_BLOCK_SIZE,
1304 parse_journal_opts(optarg);
    [all...]
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);
  /external/mksh/src/
misc.c 315 array = go.optarg;
321 if (go.optarg == NULL) {
331 i = option(go.optarg);
348 bi_errorf("%s: bad option", go.optarg);
361 chvt(go.optarg);
767 go->optarg = NULL;
778 * or ':' and set go->optarg to the offending option character.
784 * (if it isn't present, optarg is set to 0).
787 * follows the option character (optarg is set to the null string if
793 * continues (optarg is set to 0 if the option is missing)
    [all...]
  /external/valgrind/main/drd/tests/
hold_lock.c 37 interval = atoi(optarg);
omp_prime.c 55 num_threads = atoi(optarg);
  /external/wpa_supplicant_8/src/utils/
common.c 256 char *optarg; variable
296 optarg = &argv[optind++][optchr + 1];
302 optarg = argv[optind++];
310 optarg = NULL;
  /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
  /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...]
  /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]);

Completed in 1020 milliseconds

1 2 3 4 56 7 8 91011>>