/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/gcc-plugins/ |
D | Kconfig | 7 help 13 help 22 help 33 help 48 help 56 help 59 program state. This will help especially embedded systems where 74 help 104 help
|
D | cyc_complexity_plugin.c | 27 .help = "Cyclomatic Complexity\n",
|
D | sancov_plugin.c | 30 .help = "sancov plugin\n",
|
/scripts/dtc/ |
D | dtx_diff | 24 -h synonym for --help 25 -help synonym for --help 26 --help print this message and exit 183 help=0 196 -h | -help | --help ) 197 help=1 251 if (( ${help} )) ; then
|
D | dt_to_config | 993 "h" => \$help, 994 "help" => \$help, 1019 if ($help) {
|
/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; 18 'h|help|usage' => \$help, 23 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 | gen_compile_commands.py | 42 parser.add_argument('-d', '--directory', type=str, help=directory_help) 46 parser.add_argument('-o', '--output', type=str, help=output_help) 53 help=log_level_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 | get_abi.pl | 10 my $help; 18 'help|?' => \$help, 22 pod2usage(1) if $help;
|
D | Makefile.package | 143 PHONY += help 144 help:
|
D | spdxcheck.py | 224 …ap.add_argument('path', nargs='*', help='Check path or file. If not given full git tree scan. For … 226 help='Maximum number of lines to scan in a file. Default 15') 227 ap.add_argument('-v', '--verbose', action='store_true', help='Verbose statistics output')
|
D | bpf_helpers_doc.py | 409 argParser.add_argument('--filename', help='path to include/uapi/linux/bpf.h', 412 argParser.add_argument('--filename', help='path to include/uapi/linux/bpf.h')
|
/scripts/kconfig/ |
D | parser.y | 173 | config_option_list help 265 | choice_option_list help 398 help: help_start T_HELPTEXT 400 if (current_entry->help) { 401 free(current_entry->help); 411 current_entry->help = $2; 675 if (menu->help) { in print_symbol() 676 int len = strlen(menu->help); in print_symbol() 677 while (menu->help[--len] == '\n') in print_symbol() 678 menu->help[len] = 0; in print_symbol() [all …]
|
D | conf.c | 48 struct gstr help = str_new(); in print_help() local 50 menu_get_ext_help(menu, &help); in print_help() 52 printf("\n%s\n", str_get(&help)); in print_help() 53 str_free(&help); in print_help() 218 goto help; in conf_sym() 224 help: in conf_sym()
|
D | menu.c | 690 return menu->help != NULL; in menu_has_help() 695 if (menu->help) in menu_get_help() 696 return menu->help; in menu_get_help() 854 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help() argument 861 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help() 864 str_printf(help, "%s\n", help_text); in menu_get_ext_help() 866 get_symbol_str(help, sym, NULL); in menu_get_ext_help()
|
D | mconf.c | 786 struct gstr help = str_new(); in show_help() local 788 help.max_width = getmaxx(stdscr) - 10; in show_help() 789 menu_get_ext_help(menu, &help); in show_help() 791 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help() 792 str_free(&help); in show_help()
|
D | lkc_proto.h | 27 void menu_get_ext_help(struct menu *menu, struct gstr *help);
|
/scripts/package/ |
D | buildtar | 132 if tar --owner=root --group=root --help >/dev/null 2>&1; then
|