Home
last modified time | relevance | path

Searched refs:OPTION_END (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dparse-options.c78 case OPTION_END: in get_value()
217 case OPTION_END: in get_value()
227 for (; options->type != OPTION_END; options++) { in parse_short_opt()
246 for (; options->type != OPTION_END; options++) { in parse_long_opt()
350 for (; options->type != OPTION_END; options++) { in check_typos()
524 while (options->type != OPTION_END) { in parse_options_subcommand()
626 case OPTION_END: in print_option_help()
664 for ( ; opts->type != OPTION_END; opts++) in usage_with_options_internal()
699 for ( ; opts->type != OPTION_END; opts++) { in parse_options_usage()
716 if (opts->type != OPTION_END) in parse_options_usage()
[all …]
Dparse-options.h9 OPTION_END, enumerator
109 #define OPT_END() { .type = OPTION_END }