/scripts/kconfig/tests/auto_submenu/ |
D | Kconfig | 11 help 17 help 25 help 31 help 44 help 50 help
|
/scripts/kconfig/tests/new_choice_with_dep/ |
D | Kconfig | 5 help 11 help 19 help 36 help
|
/scripts/ |
D | bloat-o-meter | 17 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')
|
D | leaking_addresses.pl | 46 my $help = 0; 81 sub help subroutine 111 'h|help' => \$help, 121 ) or help(1); 123 help(0) if ($help);
|
D | parse-maintainers.pl | 10 my $help = 0; 19 'h|help|usage' => \$help, 24 if ($help != 0) {
|
D | documentation-file-ref-check | 23 my $help = 0; 35 'h|help|usage' => \$help, 38 if ($help != 0) {
|
D | headerdep.pl | 19 help => \&help, 42 sub help { subroutine
|
D | dev-needs.sh | 6 function help() { function 215 --help) 216 help 260 help
|
D | bootgraph.pl | 30 sub help { subroutine 49 'h|help' =>\&help, 132 help(1);
|
D | checkkconfigsymbols.py | 55 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 "
|
D | spdxcheck.py | 325 …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')
|
D | gfp-translate | 32 --help)
|
D | get_feat.pl | 11 my $help; 31 'help|?' => \$help, 39 pod2usage(1) if $help;
|
/scripts/gcc-plugins/ |
D | Kconfig | 4 help 14 help 26 help 34 help 37 program state. This will help especially embedded systems where
|
/scripts/clang-tools/ |
D | gen_compile_commands.py | 44 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)
|
D | run-clang-tools.py | 32 help=type_help) 34 parser.add_argument("path", type=str, help=path_help)
|
/scripts/dtc/ |
D | dtx_diff | 26 -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
|
D | dt-extract-compatibles | 74 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…
|
D | of_unittest_expect | 168 "h" => \$help, 169 "help" => \$help, 197 if ($help){
|
/scripts/kconfig/ |
D | parser.y | 174 | 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 …]
|
D | conf.c | 51 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()
|
D | menu.c | 676 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()
|
D | mconf.c | 372 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/ |
D | page_owner.py | 21 def help(): function 59 help() 61 help()
|
D | modules.py | 102 def help(): function 118 help()
|