HomeSort by relevance Sort by last modified time
    Searched refs:has_arg (Results 51 - 75 of 112) sorted by null

1 23 4 5

  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /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...]
  /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 33 {.name = "binary", .has_arg = false, .val = 'b'},
34 {.name = "counters", .has_arg = false, .val = 'c'},
35 {.name = "verbose", .has_arg = false, .val = 'v'},
36 {.name = "test", .has_arg = false, .val = 't'},
37 {.name = "help", .has_arg = false, .val = 'h'},
38 {.name = "noflush", .has_arg = false, .val = 'n'},
39 {.name = "wait", .has_arg = false, .val = 'w'},
40 {.name = "modprobe", .has_arg = true, .val = 'M'},
41 {.name = "table", .has_arg = true, .val = 'T'},
iptables-restore.c 30 {.name = "binary", .has_arg = false, .val = 'b'},
31 {.name = "counters", .has_arg = false, .val = 'c'},
32 {.name = "verbose", .has_arg = false, .val = 'v'},
33 {.name = "test", .has_arg = false, .val = 't'},
34 {.name = "help", .has_arg = false, .val = 'h'},
35 {.name = "noflush", .has_arg = false, .val = 'n'},
36 {.name = "wait", .has_arg = false, .val = 'w'},
37 {.name = "modprobe", .has_arg = true, .val = 'M'},
38 {.name = "table", .has_arg = true, .val = 'T'},
  /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'. */
  /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... */
  /toolchain/binutils/binutils-2.25/include/
getopt.h 66 The field `has_arg' is:
89 /* has_arg can't be an enum because some compilers complain about
91 int has_arg; member in struct:option
96 /* Names for the values of the `has_arg' field of `struct option'. */
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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/
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
  /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'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
getopt.h 90 The field `has_arg' is:
109 /* has_arg can't be an enum because some compilers complain about
111 int has_arg; member in struct:option
116 /* Names for the values of the `has_arg' field of `struct option'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 90 The field `has_arg' is:
109 /* has_arg can't be an enum because some compilers complain about
111 int has_arg; member in struct:option
116 /* Names for the values of the `has_arg' field of `struct option'. */
  /external/fio/lib/
getopt_long.c 97 if (lo->has_arg)
101 } else if (lo->has_arg == 1) {
  /prebuilts/gdb/darwin-x86/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)