| /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 | make_fit.py | 69 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')
|
| 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 | documentation-file-ref-check | 23 my $help = 0; 35 'h|help|usage' => \$help, 38 if ($help != 0) {
|
| D | parse-maintainers.pl | 10 my $help = 0; 19 'h|help|usage' => \$help, 24 if ($help != 0) {
|
| D | headerdep.pl | 19 help => \&help, 42 sub help { subroutine
|
| D | leaking_addresses.pl | 47 my $help = 0; 85 sub help subroutine 117 'h|help' => \$help, 128 ) or help(1); 130 help(0) if ($help);
|
| D | checktransupdate.py | 207 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"
|
| 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 | macro_checker.py | 13 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/ |
| D | run-clang-tools.py | 32 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)
|
| 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)
|
| /scripts/gcc-plugins/ |
| D | Kconfig | 4 help 16 help 28 help 36 help 39 program state. This will help especially embedded systems where
|
| /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 | 119 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…
|
| D | of_unittest_expect | 168 "h" => \$help, 169 "help" => \$help, 197 if ($help){
|
| /scripts/gdb/linux/ |
| D | kasan.py | 12 def help(): function 40 help()
|
| D | stackdepot.py | 16 def help(): function 84 help()
|
| D | page_owner.py | 21 def help(): function 59 help() 61 help()
|
| D | modules.py | 102 def help(): function 118 help()
|
| /scripts/kconfig/ |
| D | parser.y | 194 | 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 …]
|