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

1 2 34 5 6 7 8 91011

  /external/iptables/include/
iptables_common.h 17 int check_inverse(const char option[], int *invert, int *optind, int argc);
  /external/iptables/extensions/
libip6t_sctp.c 279 check_inverse(optarg, &invert, &optind, 0);
280 parse_sctp_ports(argv[optind-1], einfo->spts);
291 check_inverse(optarg, &invert, &optind, 0);
292 parse_sctp_ports(argv[optind-1], einfo->dpts);
302 check_inverse(optarg, &invert, &optind, 0);
304 if (!argv[optind]
305 || argv[optind][0] == '-' || argv[optind][0] == '!')
310 parse_sctp_chunks(einfo, argv[optind-1], argv[optind]);
    [all...]
libipt_sctp.c 280 check_inverse(optarg, &invert, &optind, 0);
281 parse_sctp_ports(argv[optind-1], einfo->spts);
292 check_inverse(optarg, &invert, &optind, 0);
293 parse_sctp_ports(argv[optind-1], einfo->dpts);
303 check_inverse(optarg, &invert, &optind, 0);
305 if (!argv[optind]
306 || argv[optind][0] == '-' || argv[optind][0] == '!')
311 parse_sctp_chunks(einfo, argv[optind-1], argv[optind]);
    [all...]
libip6t_rt.c 170 check_inverse(optarg, &invert, &optind, 0);
171 rtinfo->rt_type = parse_rt_num(argv[optind-1], "type");
181 check_inverse(optarg, &invert, &optind, 0);
182 parse_rt_segsleft(argv[optind-1], rtinfo->segsleft);
192 check_inverse(optarg, &invert, &optind, 0);
193 rtinfo->hdrlen = parse_rt_num(argv[optind-1], "length");
216 check_inverse(optarg, &invert, &optind, 0);
220 rtinfo->addrnr = parse_addresses(argv[optind-1], rtinfo->addrs);
libipt_dccp.c 150 check_inverse(optarg, &invert, &optind, 0);
151 parse_dccp_ports(argv[optind-1], einfo->spts);
162 check_inverse(optarg, &invert, &optind, 0);
163 parse_dccp_ports(argv[optind-1], einfo->dpts);
174 check_inverse(optarg, &invert, &optind, 0);
175 einfo->typemask = parse_dccp_types(argv[optind-1]);
186 check_inverse(optarg, &invert, &optind, 0);
187 einfo->option = parse_dccp_option(argv[optind-1]);
libip6t_policy.c 179 check_inverse(optarg, &invert, &optind, 0);
190 info->flags |= parse_direction(argv[optind-1]);
197 info->flags |= parse_policy(argv[optind-1]);
217 e->reqid = strtol(argv[optind-1], NULL, 10);
226 e->spi = strtol(argv[optind-1], NULL, 0x10);
233 parse_hostnetworkmask(argv[optind-1], &addr, &mask, &naddr);
248 parse_hostnetworkmask(argv[optind-1], &addr, &mask, &naddr);
263 e->proto = parse_protocol(argv[optind-1]);
276 mode = parse_mode(argv[optind-1]);
libip6t_owner.c 65 check_inverse(optarg, &invert, &optind, 0);
81 check_inverse(optarg, &invert, &optind, 0);
96 check_inverse(optarg, &invert, &optind, 0);
107 check_inverse(optarg, &invert, &optind, 0);
119 check_inverse(optarg, &invert, &optind, 0);
libipt_owner.c 67 check_inverse(optarg, &invert, &optind, 0);
82 check_inverse(optarg, &invert, &optind, 0);
97 check_inverse(optarg, &invert, &optind, 0);
108 check_inverse(optarg, &invert, &optind, 0);
120 check_inverse(optarg, &invert, &optind, 0);
  /bionic/libdl/
dltest.c 37 extern int optind, opterr, optopt;
107 return optind;
  /build/tools/soslim/
cmdline.c 10 extern int optind, opterr, optopt;
140 return optind;
  /development/tools/yuv420sp2rgb/
cmdline.c 10 extern int optind, opterr, optopt;
146 return optind;
  /external/e2fsprogs/debugfs/
htree.c 21 extern int optind;
211 if (argc > optind+1) {
217 if (argc == optind)
220 ino = string_to_inode(argv[optind]);
295 if (optind != argc-1) {
300 err = ext2fs_dirhash(hash_version, argv[optind], strlen(argv[optind]),
306 printf("Hash of %s is 0x%0x (minor 0x%0x)\n", argv[optind],
  /external/e2fsprogs/lib/blkid/
tag.c 390 extern int optind;
432 if (argc > optind)
433 devname = argv[optind++];
434 if (argc > optind)
435 search_type = argv[optind++];
436 if (argc > optind)
437 search_value = argv[optind++];
438 if (!devname || (argc != optind))
dev.c 193 extern int optind;
230 if (argc >= optind+2) {
231 search_type = argv[optind];
232 search_value = argv[optind+1];
233 optind += 2;
235 if (argc != optind)
  /external/webkit/WebKit/android/wds/client/
main.cpp 96 if (optind == argc) {
146 const char* command = argv[optind];
  /sdk/emulator/qtools/
profile_pid.cpp 45 if (argc - optind != 1) {
50 char *trace_filename = argv[optind];
  /external/iptables/
ip6tables.c 472 check_inverse(const char option[], int *invert, int *optind, int argc)
479 if (optind) {
480 *optind = *optind+1;
481 if (argc && *optind > argc)
    [all...]
iptables.c 563 check_inverse(const char option[], int *invert, int *optind, int argc)
570 if (optind) {
571 *optind = *optind+1;
572 if (argc && *optind > argc)
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 783 argc -= optind;
784 argv += optind;
842 argc -= optind;
843 argv += optind;
1085 argc -= optind;
1086 argv += optind;
1216 argc -= optind;
1217 argv += optind;
1272 argc -= optind;
1273 argv += optind;
    [all...]
avctrl.c 210 argc -= optind;
211 argv += optind;
212 optind = 0;
  /external/e2fsprogs/util/
subst.c 23 extern int optind;
340 if (optind < argc) {
341 in = fopen(argv[optind], "r");
343 perror(argv[optind]);
346 optind++;
350 if (optind < argc) {
351 outfn = argv[optind];
  /external/iproute2/tc/
m_xt.c 186 if (iargc > optind) {
187 if (matches(argv[optind], "index") == 0) {
188 if (get_u32(&index, argv[optind + 1], 10)) {
195 optind += 2;
242 argc -= optind;
243 argv += optind;
247 optind = 0;
m_xt_old.c 275 if (iargc > optind) {
276 if (matches(argv[optind], "index") == 0) {
277 if (get_u32(&index, argv[optind + 1], 10)) {
284 optind += 2;
331 argc -= optind;
332 argv += optind;
336 optind = 0;
  /external/e2fsprogs/misc/
e2initrd_helper.c 28 extern int optind;
321 if (optind < argc - 1 || optind == argc)
323 device_name = blkid_get_devname(NULL, argv[optind], NULL);
326 argv[optind]);
  /external/webkit/WebKitTools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 309 int optind = 1; local
311 wxString option_str = wxString(argv[optind]);
312 if (argc == optind+1 && option_str.Find(_T("-")) == 0) {
327 printSeparators = (optind < argc-1 || (dumpPixels && dumpTree));
328 for (int i = optind; i != argc; ++i) {

Completed in 1382 milliseconds

1 2 34 5 6 7 8 91011