Searched refs:subcommands (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/wireguard-tools/ |
H A D | wg.c | 19 } subcommands[] = { variable 35 for (size_t i = 0; i < sizeof(subcommands) / sizeof(subcommands[0]); ++i) in show_usage() 36 fprintf(file, " %s: %s\n", subcommands[i].subcommand, subcommands[i].description); in show_usage() 58 for (size_t i = 0; i < sizeof(subcommands) / sizeof(subcommands[0]); ++i) { in main() 59 if (!strcmp(argv[1], subcommands[i].subcommand)) in main() 60 return subcommands[i].function(argc - 1, argv + 1); in main()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | misc.cfg | 41 # zfs get/set subcommands - ordered as per the list above so we 66 # zfs get/set subcommands - ordered as per the list above so we 93 # zfs get/set subcommands - ordered as per the list above so we
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | parser_test.cpp | 407 ATF_TEST_CASE_WITHOUT_HEAD(subcommands); 408 ATF_TEST_CASE_BODY(subcommands) in ATF_TEST_CASE_BODY() argument 677 ATF_ADD_TEST_CASE(tcs, subcommands); in ATF_INIT_TEST_CASES()
|
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/ |
H A D | misc.cfg | 39 # zfs get/set subcommands - ordered as per the list above so we
|
/freebsd/contrib/kyua/ |
H A D | NEWS.md | 387 indicate both "expected" errors from specific subcommands and 467 supported by implementing different subcommands, as the options they 475 * Grouped `kyua` subcommands by topic both in the output of `help` and 550 important are the addition of the new `config` and `debug` subcommands
|
/freebsd/contrib/llvm-project/lldb/docs/design/ |
H A D | overview.rst |
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl.pod | 42 Detailed documentation and use cases for most standard subcommands are available 44 subcommands.
|
/freebsd/contrib/ntp/ntpd/ |
H A D | invoke-ntp.conf.texi | 702 subcommands are present, the association is not 838 Following are the subcommands:
|
H A D | ntp.conf.def | 756 subcommands are present, the association is not 902 Following are the subcommands:
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 5490 HelpText<"Use absolute paths for invoking subcommands (default)">; 5493 HelpText<"Use relative paths for invoking subcommands">;
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 4663 * Lose obsolete crypto subcommands (Dave Mills).
|
H A D | CommitLog | [all...] |
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11437 OPENSSL_NO_DEPRECATED is defined. Some "openssl" subcommands and a few of 14157 * New subcommands for 'openssl ca':
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 811 + corrected use of original tty-modes in tput init/reset subcommands
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 8060 a single screen, instead of help subcommands. ACPICA Bugzilla 897.
|