OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARSE_OPT_OPTARG
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
parse-options.c
97
else if (opt->flags &
PARSE_OPT_OPTARG
&& !p->opt)
108
if (opt->flags &
PARSE_OPT_OPTARG
&& !p->opt)
119
if (opt->flags &
PARSE_OPT_OPTARG
&& !p->opt) {
135
if (opt->flags &
PARSE_OPT_OPTARG
&& !p->opt) {
151
if (opt->flags &
PARSE_OPT_OPTARG
&& !p->opt) {
167
if (opt->flags &
PARSE_OPT_OPTARG
&& !p->opt) {
487
if (opts->flags &
PARSE_OPT_OPTARG
)
501
if (opts->flags &
PARSE_OPT_OPTARG
)
509
if (opts->flags &
PARSE_OPT_OPTARG
)
parse-options.h
46
PARSE_OPT_OPTARG
= 1,
81
*
PARSE_OPT_OPTARG
: says that the argument is optionnal (not for BOOLEANs)
91
* default value to fill (*->value) with for
PARSE_OPT_OPTARG
.
198
PARSE_OPT_OPTARG
, &parse_opt_abbrev_cb, 0 }
Completed in 42 milliseconds