Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/freebsd/sys/dev/bhnd/nvram/
H A Dnvram_map36 help "Antennas 0-3 are marked as available if the
41 help "Antennas 0-3 are marked as available if the
47 help "The lower 6 bits represent dB as a signed number.
53 help "The lower 6 bits represent dB as a signed number.
59 help "The lower 6 bits represent dB as a signed number.
65 help "The lower 6 bits represent dB as a signed number.
72 help "TX chains 0-3 are marked as available if the
80 help "RX chains 0-3 are marked as available if the
88 help "The antenna diversity switch configuration used by
96 #help <variable help>
[all …]
/freebsd/stand/common/
H A Dmerge_help.awk39 help[ind, "T"] = T;
40 help[ind, "S"] = S;
41 help[ind, "link"] = -1;
44 while (help[i, "T"] help[i, "S"] < T S)
47 i = help[i, "link"];
53 help[j, "link"] = ind;
54 help[ind, "link"] = -1;
56 help[ind, "link"] = i;
60 help[j, "link"] = ind;
63 help[ind, "T"] = T;
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in43 help = "certificate stores to pull certificates from"
50 help = "certificate to sign with"
56 help = "trust anchors"
62 help = "certificate store to pull certificates from"
68 help = "password, prompter, or environment"
74 help = "oid that the peer support"
80 help = "content type oid"
85 help = "wrapped out-data in a ContentInfo"
90 help = "wrap out-data in PEM armor"
95 help = "create a detached signature"
[all …]
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf_helpgen.py59 input_related.add_argument('-s', action='store_true', help='print an error if the document is not […
60 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing')
61 input_related.add_argument('-p', action='store_true', help='enable processing of external DTDs and …
62 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie…
63 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document…
64 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages…
65 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use [r]ead c…
66 input_related.add_argument('-g', metavar='BYTES', help='buffer size to request per call pair to XML…
67 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep …
70 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d…
[all …]
/freebsd/crypto/heimdal/kadmin/
H A Dkadmin-commands.in42 help = "encryption type"
50 help = "master key file"
55 help = "just convert keyfile to new format"
60 help = "use a random password (and print the password to stdout)"
66 help = "filedescriptor to read passphrase from"
69 help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only."
77 help = "decrypt keys"
82help = "Dumps the database in a human readable format to the specified file, \nor the standard out…
90 help = "realm max ticket lifetime"
95 help = "realm max renewable lifetime"
[all …]
/freebsd/crypto/heimdal/kuser/
H A Dkdigest-commands.in40 help = "Kerberos realm to communicate with"
42 help = "probe what mech is allowed/supported for this server"
49 help = "digest type"
56 help = ""
62 help = "digest type to use in the algorithm"
68 help = "type of channel bindings"
74 help = "value of channel bindings"
80 help = "hostname of the server"
85 help = "Kerberos realm to communicate with"
87 help = "Sets up a digest context and return initial parameters"
[all …]
H A Dkcc-commands.in37 help = "List kerberos tickets"
42 help = "credential cache to list"
48 help = "list flags"
54 help = "test for having tickets"
65 help = "display AFS tokens"
72 help = "display v5 credential tokens"
78 help = "List all caches with their content"
84 help = "List all caches"
90 help = "Verbose output"
105 help = "Verbose output"
[all …]
/freebsd/crypto/heimdal/admin/
H A Dktutil-commands.in41 help = "principal to add"
49 help = "key version number"
57 help = "encryption type"
63 help = "password for key"
69 help = "use unsalted keys"
76 help = "generate random key"
82 help = "password is a hexadecimal string"
85 help = "Adds a key to a keytab."
95 help = "realm to use"
102 help = "server to contact"
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A DOpts.td3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>;
4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
11 multiclass Eq<string name, string help> {
13 HelpText<help>;
17 def help : FF<"help", "Display this help">;
27 def : F<"h", "Alias for --help">, Alia
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A DOpts.td3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>;
4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
6 multiclass Eq<string name, string help> {
8 HelpText<help>;
14 def help : FF<"help", "Display this help">;
21 def : F<"h", "Alias for --help">, Alias<help>;
/freebsd/usr.sbin/memcontrol/
H A Dmemcontrol.c67 static void help(const char *what);
110 help(NULL); in main()
169 help("list"); in listfunc()
209 help("set"); in setfunc()
214 help("set"); in setfunc()
218 help("set"); in setfunc()
224 help("set"); in setfunc()
228 help("set"); in setfunc()
237 help("flags"); in setfunc()
243 help("flags"); in setfunc()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DOpts.td3 class F<string name, string help> : Flag<["-", "--"], name>, HelpText<help>;
4 class S<string name, string help> : Separate<["-", "--"], name>, HelpText<help>;
6 def help : F<"help", "Display this help">;
7 def : F<"h", "Alias for --help">, Alias<help>;
/freebsd/tests/sys/netinet6/
H A Dexthdr.py172 help='The interface through which the packet will be sent')
175 help='The interface on which to check for the packet')
178 help='The source IP address')
181 help='The destination IP address')
184 help='Enable test debugging')
189 help='Add IPv6 Hop-by-Hop Option')
192 help='Add IPv6 Hop-by-Hop Option at an invalid position')
195 help='Add Routing Header for IPv6')
198 help='Add Fragment Header for IPv6')
201 help='Add Encapsulating Security Payload')
[all …]
/freebsd/crypto/heimdal/lib/kadm5/
H A Diprop-commands.in41 help = "configuration file"
48 help = "realm"
51 help = "Prints the iprop transaction log in text."
60 help = "configuration file"
67 help = "realm"
70 help = "Truncate the log, preserve the version number."
78 help = "start replay with this version"
85 help = "end replay with this version"
93 help = "configuration file"
100 help = "realm"
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A DOpts.td3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>;
4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
6 multiclass Eq<string name, string help> {
8 HelpText<help>;
14 def help : FF<"help", "Display this help">;
28 def : F<"h", "Alias for --help">, Alias<help>;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp43 const char *help = nullptr, in CommandPluginInterfaceImplementation() argument
47 : CommandObjectParsed(interpreter, name, help, syntax, flags), in CommandPluginInterfaceImplementation()
591 const char *help) { in AddMultiwordCommand() argument
592 LLDB_INSTRUMENT_VA(this, name, help); in AddMultiwordCommand()
595 new CommandObjectMultiword(*m_opaque_ptr, name, help)); in AddMultiwordCommand()
604 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() argument
605 LLDB_INSTRUMENT_VA(this, name, impl, help); in AddCommand()
607 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
614 const char *help, const char *syntax) { in AddCommand() argument
615 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A DOpts.td3 class F<string name, string help> : Flag<["--"], name>, HelpText<help>;
4 multiclass Eq<string name, string metavar, string help> {
6 HelpText<help>, MetaVarName<metavar>;
10 def help : F<"help", "Display available options">;
11 def : Flag<["-"], "h">, HelpText<"Alias for --help">, Alias<help>;
/freebsd/sys/contrib/dev/athk/ath10k/
H A DKconfig9 help
21 help
27 help
33 help
39 help
50 help
57 help
65 help
75 help
82 help
[all …]
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_01.HIPx.out60 …<div class="data" data-tag="sku" data-xpath="/top-level/sku" data-type="string" data-help="Stock K…
75 …tag="name" data-xpath="/top-level/data/item/name" data-type="string" data-help="Name of the item" …
76 …ata/item[sku = 'GRO-000-415'][name = 'gum']/sold" data-type="number" data-help="Number of items so…
77 …item[sku = 'GRO-000-415'][name = 'gum']/in-stock" data-type="number" data-help="Number of items in…
78 …item[sku = 'GRO-000-415'][name = 'gum']/on-order" data-type="number" data-help="Number of items on…
79 …a-tag="sku" data-xpath="/top-level/data/item/sku" data-type="string" data-help="Stock Keeping Unit…
82 …tag="name" data-xpath="/top-level/data/item/name" data-type="string" data-help="Name of the item" …
83 …ta/item[sku = 'HRD-000-212'][name = 'rope']/sold" data-type="number" data-help="Number of items so…
84 …tem[sku = 'HRD-000-212'][name = 'rope']/in-stock" data-type="number" data-help="Number of items in…
85 …tem[sku = 'HRD-000-212'][name = 'rope']/on-order" data-type="number" data-help="Number of items on…
[all …]
H A Dtest_10.HIPx.out29 …<div class="data" data-tag="name" data-xpath="/top/data/item/name" data-type="string" data-help="N…
30 …ata/item[sku = 'GRO-000-415'][name = 'gum']/sold" data-type="number" data-help="Number of items so…
31 …item[sku = 'GRO-000-415'][name = 'gum']/in-stock" data-type="number" data-help="Number of items in…
32 …item[sku = 'GRO-000-415'][name = 'gum']/on-order" data-type="number" data-help="Number of items on…
33 …<div class="data" data-tag="sku" data-xpath="/top/data/item/sku" data-type="string" data-help="Sto…
36 …<div class="data" data-tag="name" data-xpath="/top/data/item/name" data-type="string" data-help="N…
37 …ta/item[sku = 'HRD-000-212'][name = 'rope']/sold" data-type="number" data-help="Number of items so…
38 …tem[sku = 'HRD-000-212'][name = 'rope']/in-stock" data-type="number" data-help="Number of items in…
39 …tem[sku = 'HRD-000-212'][name = 'rope']/on-order" data-type="number" data-help="Number of items on…
40 …<div class="data" data-tag="sku" data-xpath="/top/data/item/sku" data-type="string" data-help="Sto…
[all …]
/freebsd/contrib/kyua/integration/
H A Dcmd_help_test.sh32 atf_check -s exit:0 -o save:stdout -e empty kyua help
45 atf_check -s exit:0 -o save:stdout -e empty kyua help test
60 atf_check -s exit:0 -o save:stdout -e empty kyua -c bad-config help
69 Usage error for command help: The command abc does not exist.
72 atf_check -s exit:3 -o empty -e file:stderr kyua help abc
79 Usage error for command help: Too many arguments.
82 atf_check -s exit:3 -o empty -e file:stderr kyua help about cde
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts34 'help' => '', 'more-help' => ''
39 'help|?', 'more-help'));
47 -?, --help Display usage information and exit
48 --more-help Pass the extended usage text through a pager
54 usage(0) if $opts->{'help'};
55 paged_usage(0) if $opts->{'more-help'};
/freebsd/bin/ed/test/
H A Dg1.r2 help! world
5 help! world
8 help! world
11 help! world
14 help! world
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait-opts35 'help' => '', 'more-help' => ''
40 'help|?', 'more-help'));
49 -?, --help Display usage information and exit
50 --more-help Pass the extended usage text through a pager
56 usage(0) if $opts->{'help'};
57 paged_usage(0) if $opts->{'more-help'};
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dntptrace-opts35 'help' => '', 'more-help' => ''
40 'help|?', 'more-help'));
49 -?, --help Display usage information and exit
50 --more-help Pass the extended usage text through a pager
56 usage(0) if $opts->{'help'};
57 paged_usage(0) if $opts->{'more-help'};

12345678910>>...46