OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_arg
(Results
101 - 112
of
112
) sorted by null
1
2
3
4
5
/external/iptables/include/
xtables.h
406
#define XT_GETOPT_TABLEEND {.name = NULL, .
has_arg
= false}
/toolchain/binutils/binutils-2.25/ld/
lexsup.c
565
if (ld_options[i].opt.
has_arg
== required_argument
566
|| ld_options[i].opt.
has_arg
== optional_argument)
570
if (ld_options[i].opt.
has_arg
== optional_argument)
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py
727
has_arg
= (not is_null(accepts))
728
opt_arg = (
has_arg
and is_optional(accepts))
731
if
has_arg
:
744
if
has_arg
:
770
if
has_arg
:
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py
727
has_arg
= (not is_null(accepts))
728
opt_arg = (
has_arg
and is_optional(accepts))
731
if
has_arg
:
744
if
has_arg
:
770
if
has_arg
:
[
all
...]
/external/iputils/
ping6.c
246
int
has_arg
;
member in struct:niquery_option
255
.
has_arg
= _has_arg, \
655
if (!p->
has_arg
) {
[
all
...]
/external/vboot_reference/futility/
cmd_gbb_utility.c
67
/* name
has_arg
*flag val */
83
/* Change the
has_arg
field of a long_opts entry */
89
p->
has_arg
= val;
/ndk/sources/host-tools/make-3.81/
main.c
[
all
...]
/external/dnsmasq/src/
option.c
58
int
has_arg
;
member in struct:myoption
[
all
...]
/system/connectivity/shill/wifi/
wifi_service_unittest.cc
489
MATCHER_P(FrequencyArg,
has_arg
, "") {
490
return
has_arg
==
[
all
...]
/external/iptables/libxtables/
xtoptions.c
111
mp->
has_arg
= entry->type != XTTYPE_NONE;
[
all
...]
/external/fio/
options.c
[
all
...]
/external/dhcpcd-6.8.2/
if-options.c
[
all
...]
Completed in 1556 milliseconds
1
2
3
4
5