Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 39) 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/clang-tools/
Dgen_compile_commands.py42 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)
Drun-clang-tools.py33 help=type_help)
35 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
/scripts/gcc-plugins/
DKconfig4 help
14 help
25 help
40 help
48 help
51 program state. This will help especially embedded systems where
66 help
96 help
Dcyc_complexity_plugin.c27 .help = "Cyclomatic Complexity\n",
Dsancov_plugin.c30 .help = "sancov plugin\n",
/scripts/
Dleaking_addresses.pl46 my $help = 0;
80 sub help subroutine
110 'h|help' => \$help,
120 ) or help(1);
122 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.py56 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 "
Dgfp-translate32 --help)
Dbpf_helpers_doc.py590 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')
DMakefile.package143 PHONY += help
144 help:
Dget_abi.pl12 my $help = 0;
28 'help|?' => \$help,
32 pod2usage(1) if $help;
Dspdxcheck.py227 …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/
Dparser.y176 | 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 …]
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()
221 goto help; in conf_sym()
227 help: in conf_sym()
Dmconf.c787 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()
Dmenu.c704 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/
Dbuildtar148 if tar --owner=root --group=root --help >/dev/null 2>&1; then

12