| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | help.py | 24 def display_help(subcommand, subcommands): argument 28 if subcommand not in subcommands: 31 hlp = subcommands.get(subcommand, subcommand_error)[2] 40 def wic_help(args, usage_str, subcommands): argument 44 if args.help_topic == None or not display_help(args.help_topic, subcommands): 65 def invoke_subcommand(args, parser, main_command_usage, subcommands): argument 75 wic_help(args, main_command_usage, subcommands) 76 elif args.command not in subcommands: 81 subcmd = subcommands.get(args.command, subcommand_error)
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | wic | 465 subcommands = { variable 504 for subcmd in subcommands: 505 subparser = subparsers.add_parser(subcmd, help=subcommands[subcmd][2]) 506 subcommands[subcmd][3](subparser) 542 return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands)
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | parse-options.c | 633 const char *const subcommands[], const char *usagestr[], int flags) in parse_options_subcommand() argument 638 if (subcommands && !usagestr[0]) { in parse_options_subcommand() 643 for (int i = 0; subcommands[i]; i++) { in parse_options_subcommand() 646 astrcat(&buf, subcommands[i]); in parse_options_subcommand() 668 if (subcommands) { in parse_options_subcommand() 669 for (int i = 0; subcommands[i]; i++) in parse_options_subcommand() 670 printf("%s ", subcommands[i]); in parse_options_subcommand()
|
| H A D | parse-options.h | 182 const char *const subcommands[],
|
| /OK3568_Linux_fs/buildroot/package/argparse/ |
| H A D | Config.in | 7 subcommands and more. Argparse automatically generates
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.commands.spl | 8 export has two subcommands:
|
| H A D | README.ubi | 6 The first is the ubi command, which has six subcommands:
|
| /OK3568_Linux_fs/u-boot/test/ |
| H A D | Kconfig | 5 U-Boot. Test suites will be subcommands of the "ut" command.
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | drgn.rst | 88 subcommands:
|
| /OK3568_Linux_fs/buildroot/package/linux-tools/ |
| H A D | Config.in | 65 git-like interface with subcommands. It is capable of
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-kvm.txt | 71 Input file name, for the 'report', 'diff' and 'buildid-list' subcommands.
|
| H A D | perf-config.txt | 214 subcommands. The default timeout is 500ms.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | batman-adv.rst | 77 subcommands.
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/po/ |
| H A D | fr.po | 185 msgid "Supported subcommands are:\n" 192 "Some subcommands can make use of the -c cpulist option.\n" 209 "Use cpupower help subcommand for getting help for above subcommands.\n"
|
| H A D | pt.po | 183 msgid "Supported subcommands are:\n" 190 "Some subcommands can make use of the -c cpulist option.\n" 207 "Use cpupower help subcommand for getting help for above subcommands.\n"
|
| H A D | it.po | 185 msgid "Supported subcommands are:\n" 192 "Some subcommands can make use of the -c cpulist option.\n" 209 "Use cpupower help subcommand for getting help for above subcommands.\n"
|
| H A D | cs.po | 188 msgid "Supported subcommands are:\n" 195 "Some subcommands can make use of the -c cpulist option.\n" 212 "Use cpupower help subcommand for getting help for above subcommands.\n"
|
| H A D | de.po | 193 msgid "Supported subcommands are:\n" 200 "Some subcommands can make use of the -c cpulist option.\n" 221 "Use cpupower help subcommand for getting help for above subcommands.\n"
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | Kconfig | 137 legacy GPIO interface. Several subcommands are provided which mirror
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/bash-completion/ |
| H A D | bpftool | 327 # Complete id and name, only for subcommands that use prog (but no
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | devtool-reference.rst | 41 subcommands:
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | st.rst | 482 subcommands are:
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | extensible.rst | 196 Three ``devtool`` subcommands provide entry-points into
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | usage.rst | 65 along with the available perf subcommands::
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 1349 subcommands. For example, the 'print' command (*note Examining Data: 1372 subcommands. *Note print options::. The example above could be 1384 SETTING is any setting you can change with the 'set' subcommands. 1420 commands, GDB subcommands, command options, and the names of symbols in 1865 Here are several miscellaneous 'show' subcommands, all of which are 6729 backtrace' and 'set print' subcommands: 8269 subcommands: 15059 Five subcommands of 'set print' and 'show print' apply specifically to C 16559 of subcommands. For example, if your program has a variable 'width', 16575 Because the 'set' command has many subcommands that can conflict with [all …]
|