Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 44) sorted by relevance

12

/scripts/kconfig/tests/auto_submenu/
DKconfig11 help
17 help
25 help
31 help
44 help
50 help
/scripts/kconfig/tests/new_choice_with_dep/
DKconfig5 help
11 help
19 help
36 help
/scripts/
Dbloat-o-meter17 group.add_argument('-c', help='categorize output based on symbol type', action='store_true')
18 group.add_argument('-d', help='Show delta of Data Section', action='store_true')
19 group.add_argument('-t', help='Show delta of text Section', action='store_true')
20 parser.add_argument('-p', dest='prefix', help='Arch prefix for the tool being used. Useful in cross…
21 parser.add_argument('file1', help='First file to compare')
22 parser.add_argument('file2', help='Second file to compare')
Dleaking_addresses.pl46 my $help = 0;
81 sub help subroutine
111 'h|help' => \$help,
121 ) or help(1);
123 help(0) if ($help);
Dparse-maintainers.pl10 my $help = 0;
19 'h|help|usage' => \$help,
24 if ($help != 0) {
Ddocumentation-file-ref-check23 my $help = 0;
35 'h|help|usage' => \$help,
38 if ($help != 0) {
Dheaderdep.pl19 help => \&help,
42 sub help { subroutine
Ddev-needs.sh6 function help() { function
215 --help)
216 help
260 help
Dbootgraph.pl30 sub help { subroutine
49 'h|help' =>\&help,
132 help(1);
Dcheckkconfigsymbols.py55 help="check if the specified commit (hash) introduces "
60 help="diff undefined symbols between two commits "
65 help="find and show commits that may cause symbols to be "
70 help="ignore files matching this Python regex "
74 help="print a list of max. 10 string-similar symbols")
78 help="reset current Git tree even when it's dirty")
82 help="don't print colored output (default when not "
Dspdxcheck.py325 …ap.add_argument('path', nargs='*', help='Check path or file. If not given full git tree scan. For …
327 help='Show [sub]directory statistics.')
329 help='Directory depth for -d statistics. Default: unlimited')
331 help='File containing file patterns to exclude. Default: scripts/spdxexclude')
333 help='Show files without SPDX.')
335 help='Maximum number of lines to scan in a file. Default 15')
336 ap.add_argument('-v', '--verbose', action='store_true', help='Verbose statistics output')
Dgfp-translate32 --help)
Dget_feat.pl11 my $help;
31 'help|?' => \$help,
39 pod2usage(1) if $help;
/scripts/gcc-plugins/
DKconfig4 help
14 help
26 help
34 help
37 program state. This will help especially embedded systems where
/scripts/clang-tools/
Dgen_compile_commands.py44 help=directory_help)
49 help=output_help)
54 default=_DEFAULT_LOG_LEVEL, help=log_level_help)
57 parser.add_argument('-a', '--ar', type=str, default='llvm-ar', help=ar_help)
62 parser.add_argument('paths', type=str, nargs='*', help=paths_help)
Drun-clang-tools.py32 help=type_help)
34 parser.add_argument("path", type=str, help=path_help)
/scripts/dtc/
Ddtx_diff26 -h synonym for --help
27 -help synonym for --help
28 --help print this message and exit
183 help=0
203 -h | -help | --help )
204 help=1
258 if (( ${help} )) ; then
Ddt-extract-compatibles74 ap.add_argument("cfile", type=str, nargs='*', help="C source files or directories to parse")
75 …ap.add_argument('-H', '--with-filename', help="Print filename with compatibles", action="store_tru…
Dof_unittest_expect168 "h" => \$help,
169 "help" => \$help,
197 if ($help){
/scripts/kconfig/
Dparser.y174 | config_option_list help
259 | choice_option_list help
390 help: help_start T_HELPTEXT
392 if (current_entry->help) {
393 free(current_entry->help);
403 current_entry->help = $2;
663 if (menu->help) { in print_symbol()
664 int len = strlen(menu->help); in print_symbol()
665 while (menu->help[--len] == '\n') in print_symbol()
666 menu->help[len] = 0; in print_symbol()
[all …]
Dconf.c51 struct gstr help = str_new(); in print_help() local
53 menu_get_ext_help(menu, &help); in print_help()
55 printf("\n%s\n", str_get(&help)); in print_help()
56 str_free(&help); in print_help()
438 goto help; in conf_sym()
444 help: in conf_sym()
Dmenu.c676 return menu->help != NULL; in menu_has_help()
681 if (menu->help) in menu_get_help()
682 return menu->help; in menu_get_help()
852 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help() argument
859 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
862 str_printf(help, "%s\n", help_text); in menu_get_ext_help()
864 get_symbol_str(help, sym, NULL); in menu_get_ext_help()
Dmconf.c372 struct gstr help = str_new(); in show_help() local
374 help.max_width = getmaxx(stdscr) - 10; in show_help()
375 menu_get_ext_help(menu, &help); in show_help()
377 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help()
378 str_free(&help); in show_help()
/scripts/gdb/linux/
Dpage_owner.py21 def help(): function
59 help()
61 help()
Dmodules.py102 def help(): function
118 help()

12