Lines Matching defs:options
52 /// The options of this program.
53 struct options
79 options()
93 }; // end struct options.
104 << "usage: " << prog_name << " [options] kernel-modules-dir1 kernel-modules-dir2\n"
105 << " where options can be:\n"
141 /// @param opts the options resulting from the command line parsing.
145 parse_command_line(int argc, char* argv[], options& opts)
294 /// @param opts the options instance to use.
299 maybe_check_suppression_files(const options& opts)
317 /// Setup the diff context from the program's options.
321 /// @param opts the options to set the context.
323 set_diff_context(diff_context_sptr ctxt, const options& opts)
352 /// @param opts the options to use during the search.
354 print_kernel_dist_binary_paths_under(const string& root, const options &opts)
382 options opts;