| /freebsd-14.2/sys/contrib/openzfs/cmd/zstream/ |
| H A D | zstream.c | 64 char *subcommand = argv[1]; in main() local 66 if (strcmp(subcommand, "dump") == 0) { in main() 68 } else if (strcmp(subcommand, "decompress") == 0) { in main() 70 } else if (strcmp(subcommand, "recompress") == 0) { in main() 72 } else if (strcmp(subcommand, "token") == 0) { in main() 74 } else if (strcmp(subcommand, "redup") == 0) { in main()
|
| /freebsd-14.2/contrib/wireguard-tools/ |
| H A D | wg.c | 16 const char *subcommand; member 36 fprintf(file, " %s: %s\n", subcommands[i].subcommand, subcommands[i].description); in show_usage() 59 if (!strcmp(argv[1], subcommands[i].subcommand)) in main()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 471 char *subcommand; in zhack_do_feature() local 481 subcommand = argv[0]; in zhack_do_feature() 482 if (strcmp(subcommand, "stat") == 0) { in zhack_do_feature() 490 subcommand); in zhack_do_feature() 944 char *subcommand; in zhack_do_label() local 955 subcommand = argv[0]; in zhack_do_label() 956 if (strcmp(subcommand, "repair") == 0) { in zhack_do_label() 960 subcommand); in zhack_do_label() 973 const char *subcommand; in main() local 1006 subcommand = argv[0]; in main() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 89 static void display_usage(const char *progname, const char *subcommand) { in display_usage() argument 93 progname, subcommand); in display_usage() 120 const char *subcommand = argv[1]; in main_platform() local 247 display_usage(progname, subcommand); in main_platform()
|
| H A D | lldb-gdbserver.cpp | 196 const char *const progname, const char *const subcommand, in ConnectToRemote() argument 333 const char *subcommand = argv[1]; in main_gdbserver() local 456 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 21 llvm::StringRef subcommand, bool include_upropos, in GenerateAdditionalHelpAvenuesMessage() argument 28 std::string subcommand_str = subcommand.str(); in GenerateAdditionalHelpAvenuesMessage()
|
| H A D | CommandObjectHelp.h | 30 llvm::StringRef subcommand, bool include_upropos = true,
|
| H A D | OptionsBase.td | 109 // The full associated command/subcommand such as "settings set".
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | draid.c | 1393 char *subcommand = argv[1]; in main() local 1395 if (strcmp(subcommand, "generate") == 0) { in main() 1397 } else if (strcmp(subcommand, "verify") == 0) { in main() 1399 } else if (strcmp(subcommand, "dump") == 0) { in main() 1401 } else if (strcmp(subcommand, "table") == 0) { in main() 1403 } else if (strcmp(subcommand, "merge") == 0) { in main()
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-cmds.pod.in | 76 Among others, every subcommand has a help option. 82 Print out a usage message for the subcommand.
|
| H A D | openssl.pod | 43 (e.g., L<openssl-x509(1)>). The subcommand L<openssl-list(1)> may be used to list
|
| /freebsd-14.2/stand/fdt/ |
| H A D | help.fdt | 4 fdt <subcommand> <arguments>
|
| /freebsd-14.2/usr.bin/fortune/datfiles/ |
| H A D | freebsd-tips | 610 ZFS can display I/O statistics for a given pool using the iostat subcommand. 631 history subcommand to zpool: 736 To reset the value of a custom property, use the inherit subcommand: 759 You can prevent the removal of a ZFS snapshot by using the hold subcommand.
|
| /freebsd-14.2/crypto/heimdal/lib/kadm5/ |
| H A D | ChangeLog | 371 dump_log as a subcommand, truncate_log and replay_log soon to come 375 a subcommand, truncate_log and replay_log soon to come after. 378 a subcommand, truncate_log and replay_log soon to come after.
|
| /freebsd-14.2/contrib/kyua/ |
| H A D | NEWS.md | 569 * Added the `debug` subcommand. This command allows end users to tweak 575 * Added the `config` subcommand. This command allows the end user to
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | invoke-ntp.conf.texi | 447 subcommand on the 705 subcommand is present, the association is authenticated 708 subcommand is present, the association is authenticated 1438 subcommand specifies the minimum average packet 1441 subcommand specifies the minimum packet spacing 1447 subcommand indirectly specifies the probability of
|
| H A D | ntp.conf.def | 491 subcommand on the 759 subcommand is present, the association is authenticated 762 subcommand is present, the association is authenticated 1509 subcommand specifies the minimum average packet 1512 subcommand specifies the minimum packet spacing 1518 subcommand indirectly specifies the probability of
|
| /freebsd-14.2/crypto/heimdal/kadmin/ |
| H A D | ChangeLog | 308 * kadmin: convert to use slc; also add stash subcommand
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | CMakeLists.txt | 44 # a CMake command (using an undocumented subcommand of file()) that
|
| /freebsd-14.2/contrib/ntp/util/ |
| H A D | ntp-keygen-opts.def | 1112 subcommand of the
|
| H A D | invoke-ntp-keygen.texi | 846 subcommand of the
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 5702 print_zpool_script_list(const char *subcommand) in print_zpool_script_list() argument 5706 printf(gettext("Available 'zpool %s -c' commands:\n"), subcommand); in print_zpool_script_list()
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 2985 AML Debugger: Implemented a new subcommand ("execute predef") to execute
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | CommitLog | 232433 Dave Mills: novolley subcommand to the broadcast command. 232436 Dave Mills: novolley subcommand to the broadcast command. 232439 Dave Mills: novolley subcommand to the broadcast command.
|