HomeSort by relevance Sort by last modified time
    Searched full:has_arg (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /external/fio/lib/
getopt.h 12 int has_arg; member in struct:option
getopt_long.c 97 if (lo->has_arg)
101 } else if (lo->has_arg == 1) {
  /external/blktrace/btt/
args.c 36 .has_arg = no_argument,
42 .has_arg = no_argument,
48 .has_arg = required_argument,
54 .has_arg = required_argument,
60 .has_arg = required_argument,
66 .has_arg = required_argument,
72 .has_arg = no_argument,
78 .has_arg = required_argument,
84 .has_arg = required_argument,
90 .has_arg = required_argument
    [all...]
  /external/iptables/extensions/
libxt_rateest.c 45 {.name = "rateest1", .has_arg = true, .val = OPT_RATEEST1},
46 {.name = "rateest", .has_arg = true, .val = OPT_RATEEST1}, /* alias for absolute mode */
47 {.name = "rateest2", .has_arg = true, .val = OPT_RATEEST2},
48 {.name = "rateest-bps1", .has_arg = false, .val = OPT_RATEEST_BPS1},
49 {.name = "rateest-pps1", .has_arg = false, .val = OPT_RATEEST_PPS1},
50 {.name = "rateest-bps2", .has_arg = false, .val = OPT_RATEEST_BPS2},
51 {.name = "rateest-pps2", .has_arg = false, .val = OPT_RATEEST_PPS2},
52 {.name = "rateest-bps", .has_arg = false, .val = OPT_RATEEST_BPS2}, /* alias for absolute mode */
53 {.name = "rateest-pps", .has_arg = false, .val = OPT_RATEEST_PPS2}, /* alias for absolute mode */
54 {.name = "rateest-delta", .has_arg = false, .val = OPT_RATEEST_DELTA}
    [all...]
libxt_set.c 38 {.name = "match-set", .has_arg = true, .val = '1'},
39 {.name = "set", .has_arg = true, .val = '2'},
220 {.name = "match-set", .has_arg = true, .val = '1'},
221 {.name = "set", .has_arg = true, .val = '2'},
222 {.name = "return-nomatch", .has_arg = false, .val = '3'},
307 {.name = "match-set", .has_arg = true, .val = '1'},
308 {.name = "set", .has_arg = true, .val = '2'},
309 {.name = "return-nomatch", .has_arg = false, .val = '3'},
310 {.name = "update-counters", .has_arg = false, .val = '4'},
311 {.name = "packets-eq", .has_arg = true, .val = '5'}
    [all...]
libxt_tcp.c 30 {.name = "source-port", .has_arg = true, .val = '1'},
31 {.name = "sport", .has_arg = true, .val = '1'}, /* synonym */
32 {.name = "destination-port", .has_arg = true, .val = '2'},
33 {.name = "dport", .has_arg = true, .val = '2'}, /* synonym */
34 {.name = "syn", .has_arg = false, .val = '3'},
35 {.name = "tcp-flags", .has_arg = true, .val = '4'},
36 {.name = "tcp-option", .has_arg = true, .val = '5'},
libxt_SET.c 38 {.name = "add-set", .has_arg = true, .val = '1'},
39 {.name = "del-set", .has_arg = true, .val = '2'},
254 {.name = "add-set", .has_arg = true, .val = '1'},
255 {.name = "del-set", .has_arg = true, .val = '2'},
256 {.name = "exist", .has_arg = false, .val = '3'},
257 {.name = "timeout", .has_arg = true, .val = '4'},
  /external/iptables/iptables/
ip6tables-save.c 28 {.name = "counters", .has_arg = false, .val = 'c'},
29 {.name = "dump", .has_arg = false, .val = 'd'},
30 {.name = "table", .has_arg = true, .val = 't'},
31 {.name = "modprobe", .has_arg = true, .val = 'M'},
iptables-save.c 27 {.name = "counters", .has_arg = false, .val = 'c'},
28 {.name = "dump", .has_arg = false, .val = 'd'},
29 {.name = "table", .has_arg = true, .val = 't'},
30 {.name = "modprobe", .has_arg = true, .val = 'M'},
ip6tables-restore.c 32 {.name = "binary", .has_arg = false, .val = 'b'},
33 {.name = "counters", .has_arg = false, .val = 'c'},
34 {.name = "verbose", .has_arg = false, .val = 'v'},
35 {.name = "test", .has_arg = false, .val = 't'},
36 {.name = "help", .has_arg = false, .val = 'h'},
37 {.name = "noflush", .has_arg = false, .val = 'n'},
38 {.name = "modprobe", .has_arg = true, .val = 'M'},
39 {.name = "table", .has_arg = true, .val = 'T'},
iptables-restore.c 29 {.name = "binary", .has_arg = false, .val = 'b'},
30 {.name = "counters", .has_arg = false, .val = 'c'},
31 {.name = "verbose", .has_arg = false, .val = 'v'},
32 {.name = "test", .has_arg = false, .val = 't'},
33 {.name = "help", .has_arg = false, .val = 'h'},
34 {.name = "noflush", .has_arg = false, .val = 'n'},
35 {.name = "modprobe", .has_arg = true, .val = 'M'},
36 {.name = "table", .has_arg = true, .val = 'T'},
iptables.c 77 {.name = "append", .has_arg = 1, .val = 'A'},
78 {.name = "delete", .has_arg = 1, .val = 'D'},
79 {.name = "check", .has_arg = 1, .val = 'C'},
80 {.name = "insert", .has_arg = 1, .val = 'I'},
81 {.name = "replace", .has_arg = 1, .val = 'R'},
82 {.name = "list", .has_arg = 2, .val = 'L'},
83 {.name = "list-rules", .has_arg = 2, .val = 'S'},
84 {.name = "flush", .has_arg = 2, .val = 'F'},
85 {.name = "zero", .has_arg = 2, .val = 'Z'},
86 {.name = "new-chain", .has_arg = 1, .val = 'N'}
    [all...]
ip6tables.c 80 {.name = "append", .has_arg = 1, .val = 'A'},
81 {.name = "delete", .has_arg = 1, .val = 'D'},
82 {.name = "check" , .has_arg = 1, .val = 'C'},
83 {.name = "insert", .has_arg = 1, .val = 'I'},
84 {.name = "replace", .has_arg = 1, .val = 'R'},
85 {.name = "list", .has_arg = 2, .val = 'L'},
86 {.name = "list-rules", .has_arg = 2, .val = 'S'},
87 {.name = "flush", .has_arg = 2, .val = 'F'},
88 {.name = "zero", .has_arg = 2, .val = 'Z'},
89 {.name = "new-chain", .has_arg = 1, .val = 'N'}
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 152 has_arg, opt = long_has_args(opt, longopts)
153 if has_arg:
164 # has_arg?
182 has_arg = unique_match.endswith('=')
183 if has_arg:
185 return has_arg, unique_match
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getopt.py 30 has_arg, option = getopt.long_has_args('abc', ['abc='])
31 self.assertTrue(has_arg)
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
35 self.assertFalse(has_arg)
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
39 self.assertFalse(has_arg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 152 has_arg, opt = long_has_args(opt, longopts)
153 if has_arg:
164 # has_arg?
182 has_arg = unique_match.endswith('=')
183 if has_arg:
185 return has_arg, unique_match
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getopt.py 30 has_arg, option = getopt.long_has_args('abc', ['abc='])
31 self.assertTrue(has_arg)
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
35 self.assertFalse(has_arg)
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
39 self.assertFalse(has_arg)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
getopt.h 65 int has_arg; /* does it take an argument? */ member in struct:option
70 enum /* permitted values for its `has_arg' field... */
  /external/e2fsprogs/include/nonunix/
getopt.h 67 The field `has_arg' is:
90 /* has_arg can't be an enum because some compilers complain about
92 int has_arg; member in struct:option
97 /* Names for the values of the `has_arg' field of `struct option'. */
  /external/marisa-trie/tools/
cmdopt.h 17 int has_arg; member in struct:cmdopt_option_
  /external/marisa-trie/v0_1_5/tools/
cmdopt.h 17 int has_arg; member in struct:cmdopt_option_
  /external/tcpdump/win32/Include/
getopt.h 70 The field `has_arg' is:
93 /* has_arg can't be an enum because some compilers complain about
95 int has_arg; member in struct:option
100 /* Names for the values of the `has_arg' field of `struct option'. */
  /ndk/sources/host-tools/make-3.81/
getopt.h 65 The field `has_arg' is:
88 /* has_arg can't be an enum because some compilers complain about
90 int has_arg; member in struct:option
95 /* Names for the values of the `has_arg' field of `struct option'. */
  /external/fio/
init.c 90 .has_arg = required_argument,
95 .has_arg = required_argument,
100 .has_arg = required_argument,
105 .has_arg = required_argument,
110 .has_arg = no_argument,
115 .has_arg = optional_argument,
120 .has_arg = optional_argument,
125 .has_arg = no_argument,
130 .has_arg = no_argument,
135 .has_arg = optional_argument
    [all...]
  /external/gptfdisk/
android_popt.cc 46 long_options[i].has_arg = no_argument;
54 long_options[i].has_arg = required_argument;

Completed in 1127 milliseconds

1 2 3 4 5 6 7 8 9