HomeSort by relevance Sort by last modified time
    Searched full:optarg (Results 301 - 325 of 941) sorted by null

<<11121314151617181920>>

  /external/tcpdump/missing/
getopt_long.c 82 char *optarg; variable
295 optarg = (char *)has_equal;
301 optarg = nargv[optind++];
305 && (optarg == NULL)) {
390 optarg = NULL;
423 optarg = nargv[optind++];
545 optarg = NULL;
547 optarg = (char *)place;
556 optarg = nargv[optind];
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 254 perSetDelay = strtod(optarg, &chptr);
257 "%s", optarg);
265 endDelay = strtod(optarg, &chptr);
268 "of: %s", optarg);
274 duration = strtod(optarg, &chptr);
277 optarg);
283 numSet = strtoul(optarg, &chptr, 10);
286 "of: %s", optarg);
299 startPass = strtoul(optarg, &chptr, 10);
302 "of: %s", optarg);
    [all...]
  /external/iproute2/misc/
lnstat.c 274 count = strtoul(optarg, NULL, 0);
283 req_files[num_req_files++] = strdup(optarg);
290 sscanf(optarg, "%u", &interval);
293 tmp = strdup(optarg);
309 sscanf(optarg, "%u", &hdr);
312 tmp = strdup(optarg);
  /external/ipsec-tools/src/racoon/
main.c 295 extern char *optarg;
328 lcconf->port_isakmp = atoi(optarg);
331 lcconf->port_isakmp_natt = atoi(optarg);
335 lcconf->port_admin = atoi(optarg);
343 lcconf->racoon_conf = optarg;
346 plogset(optarg);
  /external/libpcap/tests/
filtertest.c 277 infile = optarg;
287 addr = inet_addr(optarg);
289 error("invalid netmask %s", optarg);
297 snaplen = strtol(optarg, &end, 0);
298 if (optarg == end || *end != '\0'
300 error("invalid snaplen %s", optarg);
  /external/linux-kselftest/tools/testing/selftests/ntb/
ntb_test.sh 59 b) DB_BITMASK=${OPTARG} ;;
64 m) MW_SIZE=${OPTARG} ;;
65 r) REMOTE_HOST=${OPTARG} ;;
66 p) PERF_RUN_ORDER=${OPTARG} ;;
67 w) MAX_MW_SIZE=${OPTARG} ;;
69 echo "Invalid option: -$OPTARG" >&2
  /external/ltp/testcases/kernel/io/direct_io/
diotest6.c 263 if ((bufsize = atoi(optarg)) <= 0) {
274 if ((offset = atoi(optarg)) <= 0) {
280 if ((iter = atoi(optarg)) <= 0) {
286 if ((numchild = atoi(optarg)) <= 0) {
292 if ((nvector = atoi(optarg)) <= 0) {
298 strcpy(filename, optarg);
  /external/ltp/testcases/network/stress/ns-tools/
ns-igmp_querier.c 260 info_p->ifindex = if_nametoindex(optarg);
269 maddr = strdup(optarg);
275 saddrs = strdup(optarg);
281 opt_ul = strtoul(optarg, NULL, 0);
291 opt_d = strtod(optarg, NULL);
301 if (strtotimespec(optarg, &info_p->interval)) {
ns-udpserver.c 213 if (strncmp(optarg, "4", 1) == 0)
215 else if (strncmp(optarg, "6", 1) == 0)
227 num = strtoul(optarg, NULL, 0);
234 portnum = strdup(optarg);
243 if ((info_fp = fopen(optarg, "w")) == NULL) {
244 fprintf(stderr, "Cannot open %s\n", optarg);
  /system/extras/verity/fec/
main.cpp 319 ctx.roots = (int)parse_arg(optarg, "roots", FEC_RSM);
325 ctx.threads = (int)parse_arg(optarg, "threads", IMAGE_MAX_THREADS);
332 ctx.inp_size = parse_arg(optarg, "print-fec-size", UINT64_MAX);
339 inp_filenames.push_back(optarg);
346 inp_filenames.push_back(optarg);
349 ctx.padding = (uint32_t)parse_arg(optarg, "padding", UINT32_MAX);
  /toolchain/binutils/binutils-2.27/binutils/
addr2line.c 459 target = optarg;
463 if (optarg != NULL)
467 style = cplus_demangle_name_to_style (optarg);
470 optarg);
476 file_name = optarg;
499 section_name = optarg;
  /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...]
  /toolchain/binutils/binutils-2.27/ld/emultempl/
armelf.em 652 thumb_entry_symbol = optarg;
668 target2_type = optarg;
684 if (strcmp (optarg, "none") == 0)
686 else if (strcmp (optarg, "scalar") == 0)
688 else if (strcmp (optarg, "vector") == 0)
691 einfo (_("Unrecognized VFP11 fix type '\''%s'\''.\n"), optarg);
695 if (!optarg)
697 else if (strcmp (optarg, "none") == 0)
699 else if (strcmp (optarg, "default") == 0)
701 else if (strcmp (optarg, "all") == 0
    [all...]
elf32.em     [all...]
  /system/core/logcat/
logcat.cpp     [all...]
  /cts/suite/audio_quality/executable/src/
main.cpp 70 logLevel = atoi(optarg);
73 serial = optarg;
  /external/dtc/
fdtoverlay.c 134 input_filename = optarg;
137 output_filename = optarg;
  /external/e2fsprogs/contrib/
fallocate.c 126 length = cvtnum(optarg);
129 offset = cvtnum(optarg);
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 208 blocks = parse_ulong(optarg, argv[0],
214 inodes = parse_ulong(optarg, argv[0],
223 type = parse_ulong(optarg, argv[0],
649 blocks = parse_ulong(optarg, argv[0],
655 inodes = parse_ulong(optarg, argv[0],
664 type = parse_ulong(optarg, argv[0],
670 request = optarg;
673 cmd_file = optarg;
  /external/e2fsprogs/lib/ss/
test_ss.c 95 request = optarg;
98 cmd_file = optarg;
  /external/gptfdisk/
android_popt.cc 108 *((char**) con->options[i].arg) = strdup(optarg);
111 *((int*) con->options[i].arg) = atoi(optarg);
  /external/iptables/extensions/
libebt_802_3.c 59 i = strtoul(optarg, &end, 16);
70 i = strtoul(optarg, &end, 16);
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);
178 if (strlen(optarg) > IPSET_MAXNAMELEN - 1)
181 optarg, IPSET_MAXNAMELEN - 1);
183 get_set_byname(optarg, info);
315 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1))
449 if (!xtables_strtoui(optarg, NULL, &timeout, 0, UINT32_MAX - 1))
  /external/iptables/iptables/
ip6tables-save.c 151 tablename = optarg;
154 xtables_modprobe_program = optarg;
iptables-save.c 150 tablename = optarg;
153 xtables_modprobe_program = optarg;

Completed in 590 milliseconds

<<11121314151617181920>>