Searched refs:subcommands (Results 1 – 15 of 15) sorted by relevance
| /tools/net/sunrpc/xdrgen/ |
| A D | xdrgen | 43 subcommands = parser.add_subparsers(title="Subcommands", required=True) 45 definitions_parser = subcommands.add_parser( 70 declarations_parser = subcommands.add_parser( 95 linter_parser = subcommands.add_parser("lint", help="Check an XDR specification") 99 source_parser = subcommands.add_parser(
|
| /tools/perf/Documentation/ |
| A D | perf-check.txt | 16 With no subcommands given, 'perf check' command just prints the command 78 This can be used along with subcommands such as 'perf check feature'
|
| A D | perf-kvm.txt | 71 Input file name, for the 'report', 'diff' and 'buildid-list' subcommands.
|
| A D | perf-ftrace.txt | 16 The 'perf ftrace' command provides a collection of subcommands which use
|
| A D | perf-config.txt | 212 subcommands. The default timeout is 500ms.
|
| /tools/lib/subcmd/ |
| 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()
|
| A D | parse-options.h | 179 const char *const subcommands[],
|
| /tools/power/cpupower/po/ |
| A D | zh_CN.po | 191 msgid "Supported subcommands are:\n" 198 "Some subcommands can make use of the -c cpulist option.\n" 217 "Use cpupower help subcommand for getting help for above subcommands.\n"
|
| A D | ka.po | 199 msgid "Supported subcommands are:\n" 206 "Some subcommands can make use of the -c cpulist option.\n" 227 "Use cpupower help subcommand for getting help for above subcommands.\n"
|
| 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"
|
| 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"
|
| 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"
|
| 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"
|
| 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"
|
| /tools/bpf/bpftool/bash-completion/ |
| A D | bpftool | 337 # Complete id and name, only for subcommands that use prog (but no
|
Completed in 24 milliseconds