/freebsd/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/sys/contrib/openzfs/cmd/ |
H A D | zhack.c | 472 char *subcommand; in zhack_do_feature() local 482 subcommand = argv[0]; in zhack_do_feature() 483 if (strcmp(subcommand, "stat") == 0) { in zhack_do_feature() 485 } else if (strcmp(subcommand, "enable") == 0) { in zhack_do_feature() 487 } else if (strcmp(subcommand, "ref") == 0) { in zhack_do_feature() 491 subcommand); in zhack_do_feature() 945 char *subcommand; in zhack_do_label() local 956 subcommand = argv[0]; in zhack_do_label() 957 if (strcmp(subcommand, "repair") == 0) { in zhack_do_label() 961 subcommand); in zhack_do_label() [all …]
|
/freebsd/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/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/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/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/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/stand/fdt/ |
H A D | help.fdt | 4 fdt <subcommand> <arguments>
|
/freebsd/usr.bin/fortune/datfiles/ |
H A D | freebsd-tips | 611 ZFS can display I/O statistics for a given pool using the iostat subcommand. 632 history subcommand to zpool: 737 To reset the value of a custom property, use the inherit subcommand: 760 You can prevent the removal of a ZFS snapshot by using the hold subcommand.
|
/freebsd/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/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/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/crypto/heimdal/kadmin/ |
H A D | ChangeLog | 308 * kadmin: convert to use slc; also add stash subcommand
|
/freebsd/contrib/tcpdump/ |
H A D | CMakeLists.txt | 44 # a CMake command (using an undocumented subcommand of file()) that
|
/freebsd/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/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 6276 print_zpool_script_list(const char *subcommand) in print_zpool_script_list() argument 6280 printf(gettext("Available 'zpool %s -c' commands:\n"), subcommand); in print_zpool_script_list()
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 3199 AML Debugger: Implemented a new subcommand ("execute predef") to execute
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |