Home
last modified time | relevance | path

Searched refs:subcommands (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/wireguard-tools/
H A Dwg.c19 } 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 Dmisc.cfg41 # 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 Dparser_test.cpp407 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 Dmisc.cfg39 # zfs get/set subcommands - ordered as per the list above so we
/freebsd/contrib/kyua/
H A DNEWS.md387 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 Doverview.rst
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl.pod42 Detailed documentation and use cases for most standard subcommands are available
44 subcommands.
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi702 subcommands are present, the association is not
838 Following are the subcommands:
H A Dntp.conf.def756 subcommands are present, the association is not
902 Following are the subcommands:
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5490 HelpText<"Use absolute paths for invoking subcommands (default)">;
5493 HelpText<"Use relative paths for invoking subcommands">;
/freebsd/contrib/ntp/
H A DChangeLog4663 * Lose obsolete crypto subcommands (Dave Mills).
H A DCommitLog[all...]
/freebsd/crypto/openssl/
H A DCHANGES.md11437 OPENSSL_NO_DEPRECATED is defined. Some "openssl" subcommands and a few of
14157 * New subcommands for 'openssl ca':
/freebsd/contrib/ncurses/
H A DNEWS811 + corrected use of original tty-modes in tput init/reset subcommands
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt8060 a single screen, instead of help subcommands. ACPICA Bugzilla 897.