/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/clang-tools/ |
D | gen_compile_commands.py | 42 help=directory_help) 47 help=output_help) 52 default=_DEFAULT_LOG_LEVEL, help=log_level_help) 55 parser.add_argument('-a', '--ar', type=str, default='llvm-ar', help=ar_help) 60 parser.add_argument('paths', type=str, nargs='*', help=paths_help)
|
D | run-clang-tools.py | 33 help=type_help) 35 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
|
/scripts/gcc-plugins/ |
D | Kconfig | 4 help 14 help 25 help 40 help 48 help 51 program state. This will help especially embedded systems where 66 help 96 help
|
D | cyc_complexity_plugin.c | 27 .help = "Cyclomatic Complexity\n",
|
D | sancov_plugin.c | 30 .help = "sancov plugin\n",
|
/scripts/ |
D | leaking_addresses.pl | 46 my $help = 0; 80 sub help subroutine 110 'h|help' => \$help, 120 ) or help(1); 122 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 | 56 help="check if the specified commit (hash) introduces " 61 help="diff undefined symbols between two commits " 66 help="find and show commits that may cause symbols to be " 71 help="ignore files matching this Python regex " 75 help="print a list of max. 10 string-similar symbols") 79 help="reset current Git tree even when it's dirty") 83 help="don't print colored output (default when not "
|
D | gfp-translate | 32 --help)
|
D | bpf_helpers_doc.py | 590 help='generate C header file') 592 argParser.add_argument('--filename', help='path to include/uapi/linux/bpf.h', 595 argParser.add_argument('--filename', help='path to include/uapi/linux/bpf.h')
|
D | Makefile.package | 143 PHONY += help 144 help:
|
D | get_abi.pl | 12 my $help = 0; 28 'help|?' => \$help, 32 pod2usage(1) if $help;
|
D | spdxcheck.py | 227 …ap.add_argument('path', nargs='*', help='Check path or file. If not given full git tree scan. For … 229 help='Maximum number of lines to scan in a file. Default 15') 230 ap.add_argument('-v', '--verbose', action='store_true', help='Verbose statistics output')
|
/scripts/kconfig/ |
D | parser.y | 176 | config_option_list help 268 | choice_option_list help 399 help: help_start T_HELPTEXT 401 if (current_entry->help) { 402 free(current_entry->help); 412 current_entry->help = $2; 672 if (menu->help) { in print_symbol() 673 int len = strlen(menu->help); in print_symbol() 674 while (menu->help[--len] == '\n') in print_symbol() 675 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() 221 goto help; in conf_sym() 227 help: in conf_sym()
|
D | mconf.c | 787 struct gstr help = str_new(); in show_help() local 789 help.max_width = getmaxx(stdscr) - 10; in show_help() 790 menu_get_ext_help(menu, &help); in show_help() 792 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help() 793 str_free(&help); in show_help()
|
D | menu.c | 704 return menu->help != NULL; in menu_has_help() 709 if (menu->help) in menu_get_help() 710 return menu->help; in menu_get_help() 886 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help() argument 893 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help() 896 str_printf(help, "%s\n", help_text); in menu_get_ext_help() 898 get_symbol_str(help, sym, NULL); in menu_get_ext_help()
|
/scripts/package/ |
D | buildtar | 148 if tar --owner=root --group=root --help >/dev/null 2>&1; then
|