Home
last modified time | relevance | path

Searched full:option (Results 1 – 25 of 3803) sorted by relevance

12345678910>>...153

/freebsd/sbin/dhclient/tests/
H A Doption-domain-search.c15 struct option_data option; in no_option_present() local
18 option.data = NULL; in no_option_present()
19 option.len = 0; in no_option_present()
20 p.options[DHO_DOMAIN_SEARCH] = option; in no_option_present()
36 struct option_data *option; in one_domain_valid() local
41 option = &p.options[DHO_DOMAIN_SEARCH]; in one_domain_valid()
42 option->len = 13; in one_domain_valid()
43 option->data = malloc(option->len); in one_domain_valid()
44 memcpy(option->data, data, option->len); in one_domain_valid()
50 if (option->len != strlen(expected) || in one_domain_valid()
[all …]
/freebsd/sbin/dhclient/
H A Dtables.c49 * DHCP Option names, formats and codes, from RFC1533.
67 struct option dhcp_options[256] = {
120 { "dhcp-option-overload", "B", &dhcp_universe, 52 },
130 { "option-62", "X", &dhcp_universe, 62 },
131 { "option-63", "X", &dhcp_universe, 63 },
146 { "option-78", "X", &dhcp_universe, 78 },
147 { "option-79", "X", &dhcp_universe, 79 },
148 { "option-80", "X", &dhcp_universe, 80 },
149 { "option-81", "X", &dhcp_universe, 81 },
150 { "option-82", "X", &dhcp_universe, 82 },
[all …]
H A Ddhcp-options.557 .Sh REFERENCE: OPTION STATEMENTS
59 .Ic option
61 .Ic option
62 keyword, followed by an option name, followed by option data.
63 The option names and data formats are described below.
67 Option data comes in a variety of formats, as defined below:
103 to specify a domain-name option, the syntax would be
105 .Dl option domain-name \&"isc.org";
128 .Dl option dhcp-client-identifier \&"CLIENT-FOO";
130 .Dl option dhcp-client-identifier 43:4c:49:45:54:2d:46:4f:4f;
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntpd.texi61 option.
86 using the @code{agtexi-cmd} template and the option descriptions for the @code{ntpd} program.
90 * ntpd usage:: ntpd help/usage (@option{--help})
91 * ntpd ipv4:: ipv4 option (-4)
92 * ntpd ipv6:: ipv6 option (-6)
93 * ntpd authreq:: authreq option (-a)
94 * ntpd authnoreq:: authnoreq option (-A)
95 * ntpd configfile:: configfile option (-c)
96 * ntpd driftfile:: driftfile option (-f)
97 * ntpd panicgate:: panicgate option (
[all...]
H A Dntpd-opts.c221 * ipv4 option description with
224 /** Descriptive text for the ipv4 option */
226 /** Upper-cased name for the ipv4 option */
228 /** Name string for the ipv4 option */
230 /** Other options that appear in conjunction with the ipv4 option */
233 /** Compiled in flag settings for the ipv4 option */
237 * ipv6 option description with
240 /** Descriptive text for the ipv6 option */
242 /** Upper-cased name for the ipv6 option */
244 /** Name string for the ipv6 option */
[all...]
H A Dntpd-opts.h61 # error option template version mismatches autoopts/options.h header
72 * Enumeration of each option type for ntpd
123 * option name (as in the teOptIndex enumeration above).
127 /** 'true' if an option has been specified in any way */
129 /** The string argument to an option. The argument type must be \"string\". */
131 /** Mask the option state revealing how an option was specified.
136 /** Count of option's occurrances *on the command line*. */
144 /** number of stacked option arguments.
145 * Valid only for stacked option argument
[all...]
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in38 option = {
45 option = {
52 option = {
58 option = {
64 option = {
70 option = {
76 option = {
82 option = {
87 option = {
92 option = {
[all …]
/freebsd/contrib/expat/doc/
H A Dxmlwf.xml70 <arg><option>-h</option></arg>
71 <arg><option>--help</option></arg>
77 <arg><option>-v</option></arg>
78 <arg><option>--version</option></arg>
140 external entities (see the <option>-x</option> optio
[all...]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td4 def tm_sort : Option<"sort", "s">, Group<1>,
7 def tm_smn : Option<"show-mangled-names", "m">, Group<1>,
12 def tm_json : Option<"json", "j">, Group<1>,
14 def tm_errors_only : Option<"errors-only", "e">, Group<1>,
19 def help_hide_aliases : Option<"hide-aliases", "a">,
21 def help_hide_user : Option<"hide-user-commands", "u">,
23 def help_show_hidden : Option<"show-hidden-commands", "h">,
28 def setset_global : Option<"global", "g">,
30 def setset_force : Option<"force", "f">,
32 def setset_exists : Option<"exists", "e">,
[all …]
H A DOptionsBase.td6 // Default value: LLDB_OPT_SET_ALL (Option allowed in all groups)
8 // - `Group`: Sets a single group to this option.
9 // Example: def foo : Option<"foo", "f">, Group<1>;
11 // Example: def foo : Option<"foo", "f">, Groups<[1,4,6]>;
13 // Example: def foo : Option<"foo", "f">, GroupRange<1, 4>;
14 // Sets group 1, 2, 3, 4 for the option.
19 // - `Required`: Marks the option as required.
20 // Example: def foo : Option<"foo", "f">, Required;
23 // Default value: not available (has to be defined in Option)
25 // - `Option` constructor: Already set by constructor.
[all …]
/freebsd/contrib/ntp/sntp/
H A Dinvoke-sntp.texi63 using the @code{agtexi-cmd} template and the option descriptions for the @code{sntp} program.
67 * sntp usage:: sntp help/usage (@option{--help})
68 * sntp ipv4:: ipv4 option (-4)
69 * sntp ipv6:: ipv6 option (-6)
70 * sntp authentication:: authentication option (-a)
71 * sntp broadcast:: broadcast option (-b)
72 * sntp concurrent:: concurrent option (-c)
73 * sntp gap:: gap option (-g)
74 * sntp kod:: kod option (-K)
75 * sntp keyfile:: keyfile option (
[all...]
H A Dsntp-opts.c157 /* 2232 */ "save the option state to a config file\0"
174 * ipv4 option description with
177 /** Descriptive text for the ipv4 option */
179 /** Upper-cased name for the ipv4 option */
181 /** Name string for the ipv4 option */
183 /** Other options that appear in conjunction with the ipv4 option */
186 /** Compiled in flag settings for the ipv4 option */
190 * ipv6 option description with
193 /** Descriptive text for the ipv6 option */
195 /** Upper-cased name for the ipv6 option */
[all...]
/freebsd/share/doc/usd/13.viref/
H A Dset.opt.roff16 of the option, followed by any equivalent abbreviations.
26 The part in square brackets is the default value of the option.
39 option can be set differently in each screen.
61 When this option is set, text is broken up into three classes:
69 If this option is set, whenever you create a new line (using the
95 option) and then using space characters as necessary.
139 option is set, the
171 If this option is set, the
223 option.
227 option is ignored if the file is considered read-only for any reason.
[all …]
/freebsd/lib/libc/stdlib/
H A Dgetopt_long.350 .Fa "const struct option *longopts" "int *longindex"
55 .Fa "const struct option *longopts" "int *longindex"
71 In the first way, every long option understood
72 by the program has a corresponding short option, and the option
79 This is a good way to add long option processing to an existing program
82 In the second mechanism, a long option sets a flag in the
83 .Vt option
86 .Vt option
89 the long option's argument may be specified as a single argument with
94 When a long option is processed, the call to
[all …]
/freebsd/crypto/heimdal/kuser/
H A Dkdigest-commands.in37 option = {
46 option = {
52 option = {
58 option = {
64 option = {
70 option = {
76 option = {
82 option = {
91 option = {
97 option = {
[all …]
/freebsd/contrib/ntp/ntpdc/
H A Dinvoke-ntpdc.texi42 using the @code{agtexi-cmd} template and the option descriptions for the @code{ntpdc} program.
46 * ntpdc usage:: ntpdc help/usage (@option{--help})
47 * ntpdc ipv4:: ipv4 option (-4)
48 * ntpdc ipv6:: ipv6 option (-6)
49 * ntpdc command:: command option (-c)
50 * ntpdc interactive:: interactive option (-i)
51 * ntpdc listpeers:: listpeers option (-l)
52 * ntpdc numeric:: numeric option (-n)
53 * ntpdc peers:: peers option (-p)
54 * ntpdc showpeers:: showpeers option (
[all...]
/freebsd/contrib/bc/src/
H A Dopt.c63 * Returns the name of the long option that matches the character @a c.
66 * @return The name of the long option that matches @a c, or "NULL".
86 * Issues a fatal error for an option parsing failure.
88 * @param c The character for the failing option.
89 * @param str Either the string for the failing option, or the invalid
90 * option.
91 * @param use_short True if the short option should be used for error printing,
114 * Returns the type of the long option that matches @a c.
117 * @return The type of the long option as an integer, or -1 if none.
137 * Parses a short option.
[all …]
/freebsd/contrib/llvm-project/lldb/docs/man/
H A Dlldb.rst29 .. option:: --attach-name <name>
33 .. option:: --attach-pid <pid>
37 .. option:: -n <value>
41 .. option:: -p <value>
45 .. option:: --wait-for
49 .. option:: -w
56 .. option:: --batch
60 .. option:: -b
64 .. option:: -K <value>
68 .. option:: -k <value>
[all …]
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dinvoke-ntpsweep.texi20 using the @code{agtexi-cmd} template and the option descriptions for the @code{ntpsweep} program.
23 * ntpsweep usage:: ntpsweep help/usage (@option{--help})
24 * ntpsweep host-list:: host-list option (-l)
25 * ntpsweep peers:: peers option (-p)
26 * ntpsweep maxlevel:: maxlevel option (-m)
27 * ntpsweep strip:: strip option (-s)
28 * ntpsweep host:: host option (-h)
33 @subsection ntpsweep help/usage (@option{--help})
38 The text printed is the same whether selected with the @code{help} option
39 (@option{
[all...]
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c74 #define TS_WILL 5 /* will option negotiation */
223 * Begin option subnegotiation... in telrcv()
251 * Handle RFC 10xx Telnet linemode option additions in telrcv()
312 suboption(); /* handle sub-option */ in telrcv()
349 * Telnet option processing state machine.
399 * peer probably should be buffering until this option state negotiation
404 send_do(int option, int init) in send_do() argument
407 if ((do_dont_resp[option] == 0 && his_state_is_will(option)) || in send_do()
408 his_want_state_is_will(option)) in send_do()
415 if (option == TELOPT_TM) in send_do()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_init_crypto.pod60 Suppress automatic loading of the libcrypto error strings. This option is
61 not a default option. Once selected subsequent calls to
62 OPENSSL_init_crypto() with the option
67 Automatic loading of the libcrypto error strings. With this option the
69 This option is a default option. Once selected subsequent calls to
70 OPENSSL_init_crypto() with the option
75 With this option the library will automatically load and make available all
76 libcrypto ciphers. This option is a default option. Once selected subsequent
77 calls to OPENSSL_init_crypto() with the option
82 With this option the library will automatically load and make available all
[all …]
/freebsd/contrib/ntp/scripts/
H A Dinvoke-plot_summary.texi16 using the @code{agtexi-cmd} template and the option descriptions for the @code{plot_summary} program.
19 * plot_summary usage:: plot_summary help/usage (@option{--help})
20 * plot_summary directory:: directory option
21 * plot_summary identifier:: identifier option
22 * plot_summary peer:: peer option
23 * plot_summary plot-term:: plot-term option
24 * plot_summary output-file:: output-file option
29 @subsection plot_summary help/usage (@option{--help})
34 The text printed is the same whether selected with the @code{help} option
35 (@option{
[all...]
/freebsd/contrib/ntp/sntp/libopts/
H A Dfind.c4 * @brief Hunt for options in the option descriptor list
66 * @param pOpts option data
67 * @param opt_name name of option to look for
81 continue; /* doc option */ in opt_ambiguities()
96 * @param pOpts option data
97 * @param opt_name name of option to look for
99 * @param index pointer to int for option index
100 * @param disable pointer to bool to mark disabled option
114 * If option disabled or a doc option, skip to next in opt_match_ct()
136 * *AND* the option name matches the disable name in opt_match_ct()
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Doptions.cpp46 /// Constructs a generic option with both a short and a long name.
48 /// \param short_name_ The short name for the option.
49 /// \param long_name_ The long name for the option.
50 /// \param description_ A user-friendly description for the option.
51 /// \param arg_name_ If not NULL, specifies that the option must receive an
54 /// \param default_value_ If not NULL, specifies that the option has a default
72 /// Constructs a generic option with a long name only.
74 /// \param long_name_ The long name for the option.
75 /// \param description_ A user-friendly description for the option.
76 /// \param arg_name_ If not NULL, specifies that the option must receive an
[all …]
/freebsd/crypto/heimdal/kadmin/
H A Dkadmin-commands.in38 option = {
45 option = {
52 option = {
57 option = {
62 option = {
73 option = {
87 option = {
92 option = {
97 option = {
125 option = {
[all …]

12345678910>>...153