Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 49) 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/
Dmake_fit.py69 help='Specifies the architecture')
71 help='Specifies the compression')
73 help='Decompose composite DTBs into base DTB and overlays')
75 help='Convert the FIT to use external data')
77 help='Specifies the name')
79 help='Specifies the output file (.fit)')
81 help='Specifies the operating system')
83 help='Specifies the (uncompressed) kernel input file (.itk)')
85 help='Enable verbose output')
87 help='Specifies the devicetree files to process')
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')
Ddocumentation-file-ref-check23 my $help = 0;
35 'h|help|usage' => \$help,
38 if ($help != 0) {
Dparse-maintainers.pl10 my $help = 0;
19 'h|help|usage' => \$help,
24 if ($help != 0) {
Dheaderdep.pl19 help => \&help,
42 sub help { subroutine
Dleaking_addresses.pl47 my $help = 0;
85 sub help subroutine
117 'h|help' => \$help,
128 ) or help(1);
130 help(0) if ($help);
Dchecktransupdate.py207 help="Locale to check when files are not specified",
214 help="Print files that do not have translations",
221 help='Set the logging level')
226 help='Set the logging file (default: checktransupdate.log)')
229 "files", nargs="*", help="Files to check, if not specified, check all files"
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')
Dmacro_checker.py13 parser.add_argument("path", type=str, help="The file or dir path that needs check")
15 help="Check conditional macros, but may lead to more false positives")
/scripts/clang-tools/
Drun-clang-tools.py32 help=type_help)
34 parser.add_argument("path", type=str, help=path_help)
37 parser.add_argument("-checks", type=str, default=None, help=checks_help)
39 parser.add_argument("-header-filter", type=str, default=None, help=header_filter_help)
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)
/scripts/gcc-plugins/
DKconfig4 help
16 help
28 help
36 help
39 program state. This will help especially embedded systems where
/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-compatibles119 ap.add_argument("cfile", type=str, nargs='*', help="C source files or directories to parse")
120 …ap.add_argument('-H', '--with-filename', help="Print filename with compatibles", action="store_tru…
121 …ap.add_argument('-d', '--driver-match', help="Only print compatibles that should match to a driver…
Dof_unittest_expect168 "h" => \$help,
169 "help" => \$help,
197 if ($help){
/scripts/gdb/linux/
Dkasan.py12 def help(): function
40 help()
Dstackdepot.py16 def help(): function
84 help()
Dpage_owner.py21 def help(): function
59 help()
61 help()
Dmodules.py102 def help(): function
118 help()
/scripts/kconfig/
Dparser.y194 | config_option_list help
287 | choice_option_list help
407 help: help_start T_HELPTEXT
409 if (current_entry->help) {
410 free(current_entry->help);
420 current_entry->help = $2;
722 if (menu->help) { in print_symbol()
723 int len = strlen(menu->help); in print_symbol()
724 while (menu->help[--len] == '\n') in print_symbol()
725 menu->help[len] = 0; in print_symbol()
[all …]

12