HomeSort by relevance Sort by last modified time
    Searched refs:optind (Results 26 - 50 of 257) sorted by null

12 3 4 5 6 7 8 91011

  /external/qemu/
qemu-io.c 257 if (optind != argc - 2)
260 offset = cvtnum(argv[optind]);
262 printf("non-numeric length argument -- %s\n", argv[optind]);
266 optind++;
267 count = cvtnum(argv[optind]);
269 printf("non-numeric length argument -- %s\n", argv[optind]);
406 if (optind > argc - 2)
410 offset = cvtnum(argv[optind]);
412 printf("non-numeric length argument -- %s\n", argv[optind]);
415 optind++
    [all...]
  /external/iptables/extensions/
libip6t_multiport.c 166 check_inverse(argv[optind-1], &invert, &optind, 0);
168 multiinfo->count = parse_multi_ports(argv[optind-1],
174 check_inverse(argv[optind-1], &invert, &optind, 0);
176 multiinfo->count = parse_multi_ports(argv[optind-1],
182 check_inverse(argv[optind-1], &invert, &optind, 0);
184 multiinfo->count = parse_multi_ports(argv[optind-1],
216 check_inverse(argv[optind-1], &invert, &optind, 0)
    [all...]
libipt_multiport.c 174 check_inverse(argv[optind-1], &invert, &optind, 0);
176 multiinfo->count = parse_multi_ports(argv[optind-1],
182 check_inverse(argv[optind-1], &invert, &optind, 0);
184 multiinfo->count = parse_multi_ports(argv[optind-1],
190 check_inverse(argv[optind-1], &invert, &optind, 0);
192 multiinfo->count = parse_multi_ports(argv[optind-1],
224 check_inverse(argv[optind-1], &invert, &optind, 0)
    [all...]
libip6t_hashlimit.c 164 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
172 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
180 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
188 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
196 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break
    [all...]
libipt_hashlimit.c 164 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
172 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
180 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
188 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break;
196 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break
    [all...]
libip6t_condition.c 40 check_inverse(optarg, &invert, &optind, 0);
42 if (strlen(argv[optind - 1]) < CONDITION6_NAME_LEN)
43 strcpy(info->name, argv[optind - 1]);
libipt_condition.c 40 check_inverse(optarg, &invert, &optind, 0);
42 if (strlen(argv[optind - 1]) < CONDITION_NAME_LEN)
43 strcpy(info->name, argv[optind - 1]);
libip6t_physdev.c 55 check_inverse(optarg, &invert, &optind, 0);
56 parse_interface(argv[optind-1], info->physindev,
67 check_inverse(optarg, &invert, &optind, 0);
68 parse_interface(argv[optind-1], info->physoutdev,
79 check_inverse(optarg, &invert, &optind, 0);
89 check_inverse(optarg, &invert, &optind, 0);
99 check_inverse(optarg, &invert, &optind, 0);
libipt_physdev.c 55 check_inverse(optarg, &invert, &optind, 0);
56 parse_interface(argv[optind-1], info->physindev,
67 check_inverse(optarg, &invert, &optind, 0);
68 parse_interface(argv[optind-1], info->physoutdev,
79 check_inverse(optarg, &invert, &optind, 0);
89 check_inverse(optarg, &invert, &optind, 0);
99 check_inverse(optarg, &invert, &optind, 0);
libip6t_tcp.c 161 check_inverse(optarg, &invert, &optind, 0);
162 parse_tcp_ports(argv[optind-1], tcpinfo->spts);
172 check_inverse(optarg, &invert, &optind, 0);
173 parse_tcp_ports(argv[optind-1], tcpinfo->dpts);
193 check_inverse(optarg, &invert, &optind, 0);
195 if (!argv[optind]
196 || argv[optind][0] == '-' || argv[optind][0] == '!')
200 parse_tcp_flags(tcpinfo, argv[optind-1], argv[optind],
    [all...]
libipt_tcp.c 162 check_inverse(optarg, &invert, &optind, 0);
163 parse_tcp_ports(argv[optind-1], tcpinfo->spts);
173 check_inverse(optarg, &invert, &optind, 0);
174 parse_tcp_ports(argv[optind-1], tcpinfo->dpts);
194 check_inverse(optarg, &invert, &optind, 0);
196 if (!argv[optind]
197 || argv[optind][0] == '-' || argv[optind][0] == '!')
201 parse_tcp_flags(tcpinfo, argv[optind-1], argv[optind],
    [all...]
libipt_conntrack.c 201 check_inverse(optarg, &invert, &optind, 0);
203 parse_states(argv[optind-1], sinfo);
211 check_inverse(optarg, &invert, &optind, 0);
217 for (protocol = argv[optind-1]; *protocol; protocol++)
220 protocol = argv[optind-1];
232 check_inverse(optarg, &invert, &optind, 9);
237 parse_hostnetworkmask(argv[optind-1], &addrs,
252 check_inverse(optarg, &invert, &optind, 0);
257 parse_hostnetworkmask(argv[optind-1], &addrs,
272 check_inverse(optarg, &invert, &optind, 0)
    [all...]
libipt_comment.c 56 check_inverse(argv[optind-1], &invert, &optind, 0);
61 parse_comment(argv[optind-1], commentinfo);
libipt_2dscp.c 90 check_inverse(optarg, &invert, &optind, 0);
91 parse_dscp(argv[optind-1], dinfo);
101 check_inverse(optarg, &invert, &optind, 0);
102 parse_class(argv[optind - 1], dinfo);
  /external/grub/util/
mbchk.c 217 if (optind < argc)
219 while (optind < argc)
223 fp = fopen (argv[optind], "r");
226 fprintf (stderr, "%s: No such file.\n", argv[optind]);
230 if (! check_multiboot (argv[optind], fp))
234 optind++;
  /sdk/emulator/qtools/
q2g.cpp 36 if (argc - optind != 3) {
41 char *qemu_trace_file = argv[optind++];
42 char *elf_file = argv[optind++];
43 char *gtrace_file = argv[optind++];
check_trace.cpp 25 if (argc - optind != 2) {
30 char *trace_filename = argv[optind++];
31 char *elf_file = argv[optind++];
dump_regions.cpp 22 if (argc - optind != 1) {
27 char *trace_filename = argv[optind];
  /system/core/toolbox/
hd.c 47 if (optind + 1 != argc) {
52 fd = open(argv[optind], O_RDONLY);
54 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno));
83 printf("Read error on %s, offset %d len %d, %s\n", argv[optind], filepos, read_len, strerror(errno));
log.c 126 if (optind == argc) {
132 for (i = optind ; i < argc ; i++) {
  /external/bluetooth/bluez/test/
sdptest.c 132 argc -= optind;
133 argv += optind;
134 optind = 0;
  /external/grub/lib/
getopt.h 46 Otherwise, `optind' communicates from one call to the next
49 extern int optind;
  /external/wpa_supplicant/
common.c 496 int optind = 1; variable
506 if (optind >= argc) {
511 if (argv[optind][0] != '-' || argv[optind][1] == '\0') {
517 if (os_strcmp(argv[optind], "--") == 0) {
519 optind++;
523 optopt = argv[optind][optchr];
526 if (argv[optind][++optchr] == '\0') {
528 optind++;
536 if (argv[optind][optchr + 1])
    [all...]
  /build/tools/lsd/
cmdline.c 10 extern int optind, opterr, optopt;
129 return optind;
  /external/fsck_msdos/
main.c 113 argc -= optind;
114 argv += optind;

Completed in 577 milliseconds

12 3 4 5 6 7 8 91011