Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/mirbsd/src/sys/arch/i386/conf/
DGENERIC19 # Machine-independent option; used by all architectures.
24 #option INSECURE # securelevel -1; default to secure
26 option DDB # in-kernel debugger
27 #option DDB_SAFE_CONSOLE # allow break into ddb during boot
28 option INCLUDE_CONFIG_FILE # store this file in the kernel
30 option DIAGNOSTIC # internal consistency checks
31 option KTRACE # system call tracing, a la ktrace(1)
32 option ACCOUNTING # acct(2) process accounting
33 option KMEMSTATS # collect malloc(9) statistics
34 option PTRACE # ptrace(2) system call
[all …]
DRAMDISK6 # Machine-independent option; used by all architectures.
8 #option INSECURE # securelevel -1; default to secure
10 #option DDB # in-kernel debugger
11 #option DDB_SAFE_CONSOLE # allow break into ddb during boot
12 option INCLUDE_CONFIG_FILE # store this file in the kernel
14 #option DIAGNOSTIC # internal consistency checks
15 #option KTRACE # system call tracing, a la ktrace(1)
16 #option ACCOUNTING # acct(2) process accounting
17 #option KMEMSTATS # collect malloc(9) statistics
18 #option PTRACE # ptrace(2) system call
[all …]
/mirbsd/src/gnu/usr.bin/binutils/binutils/doc/
Dbinutils.texi231 specify the single command-line option @option{-M}, you can control it
248 ar [@option{-X32_64}] [@option{-}]@var{p}[@var{mod} [@var{relpos}] [@var{count}]] @var{archive} [@v…
429 are not POSIX complaint), but other archive creators can. This option
468 @command{ar} ignores an initial option spelt @samp{-X32_64}, for
469 compatibility with AIX. The behaviour produced by this option is the
471 @samp{-X} options; in particular, it does not support @option{-X32}
491 If you use the single command-line option @samp{-M} with @command{ar}, you
663 nm [@option{-a}|@option{--debug-syms}] [@option{-g}|@option{--extern-only}]
664 [@option{-B}] [@option{-C}|@option{--demangle}[=@var{style}]] [@option{-D}|@option{--dynamic}]
665 [@option{-S}|@option{--print-size}] [@option{-s}|@option{--print-armap}]
[all …]
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Ddescend.sh27 while getopts afqrv option; do
28 case $option in
30 alldirs=$option
31 options=$options" "-$option
34 force=$option
35 options=$options" "-$option
39 quiet=$option
40 options=$options" "-$option
43 restricted=$option
44 options=$options" "-$option
[all …]
/mirbsd/src/sys/arch/sparc/conf/
DFLOPPY6 # Machine-independent option; used by all architectures.
8 #option INSECURE # securelevel -1; default to secure
10 #option DDB # in-kernel debugger
11 #option DDB_SAFE_CONSOLE # allow break into ddb during boot
12 option INCLUDE_CONFIG_FILE # store this file in the kernel
14 #option DIAGNOSTIC # internal consistency checks
15 #option KTRACE # system call tracing, a la ktrace(1)
16 #option ACCOUNTING # acct(2) process accounting
17 #option KMEMSTATS # collect malloc(9) statistics
18 #option PTRACE # ptrace(2) system call
[all …]
DGENERIC11 # Machine-independent option; used by all architectures.
16 #option INSECURE # securelevel -1; default to secure
18 option DDB # in-kernel debugger
19 #option DDB_SAFE_CONSOLE # allow break into ddb during boot
20 option INCLUDE_CONFIG_FILE # store this file in the kernel
22 option DIAGNOSTIC # internal consistency checks
23 option KTRACE # system call tracing, a la ktrace(1)
24 option ACCOUNTING # acct(2) process accounting
25 option KMEMSTATS # collect malloc(9) statistics
26 option PTRACE # ptrace(2) system call
[all …]
DRAMDISK6 # Machine-independent option; used by all architectures.
8 #option INSECURE # securelevel -1; default to secure
10 #option DDB # in-kernel debugger
11 #option DDB_SAFE_CONSOLE # allow break into ddb during boot
12 option INCLUDE_CONFIG_FILE # store this file in the kernel
14 #option DIAGNOSTIC # internal consistency checks
15 #option KTRACE # system call tracing, a la ktrace(1)
16 #option ACCOUNTING # acct(2) process accounting
17 #option KMEMSTATS # collect malloc(9) statistics
18 #option PTRACE # ptrace(2) system call
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-cris.texi31 @cindex @option{--emulation=criself} command line option, CRIS
32 @cindex @option{--emulation=crisaout} command line option, CRIS
33 @cindex CRIS @option{--emulation=criself} command line option
34 @cindex CRIS @option{--emulation=crisaout} command line option
38 @option{--emulation=crisaout} and @option{--emulation=criself}.
43 @cindex @option{--underscore} command line option, CRIS
44 @cindex @option{--no-underscore} command line option, CRIS
45 @cindex CRIS @option{--underscore} command line option
46 @cindex CRIS @option{--no-underscore} command line option
52 is specified by either of the options @option{--underscore} and
[all …]
Dc-m32r.texi35 @cindex @samp{-m32rx} option, M32RX
40 the M32R microprocessor. This option may be used to change the default
46 @cindex @samp{-m32rx} option, M32R2
49 This option changes the target processor to the the M32R2
53 @cindex @samp{-m32r} option, M32R
56 This option can be used to restore the assembler's default behaviour of
58 default has been changed by a previous command line option.
61 @cindex @code{-little} option, M32R
62 This option tells the assembler to produce little-endian code and
67 @cindex @code{-EL} option, M32R
[all …]
/mirbsd/src/usr.sbin/dhcpd/
Ddhcpd.conf7 option domain-name "fugue.com";
8 option domain-name-servers toccata.fugue.com;
10 option subnet-mask 255.255.255.224;
16 option broadcast-address 204.254.239.31;
17 option routers prelude.fugue.com;
23 option broadcast-address 204.254.239.31;
24 option routers snarg.fugue.com;
29 option name-servers bb.home.vix.com, gw.home.vix.com;
30 option domain-name "vix.com";
31 option routers 192.5.5.1;
[all …]
/mirbsd/src/usr.bin/ipcs/
Dipcs.c158 int option = 0; variable
189 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME; in main()
192 option |= BIGGEST; in main()
198 option |= CREATOR; in main()
204 option |= OUTSTANDING; in main()
207 option |= PID; in main()
210 option |= TIME; in main()
299 if (option & CREATOR) in show_msginfo_hdr()
301 if (option & OUTSTANDING) in show_msginfo_hdr()
303 if (option & BIGGEST) in show_msginfo_hdr()
[all …]
/mirbsd/src/usr.bin/telnet/
Dtelnet.c247 willoption(option) in willoption() argument
248 int option; in willoption()
252 if (do_dont_resp[option]) {
253 --do_dont_resp[option];
254 if (do_dont_resp[option] && my_state_is_do(option))
255 --do_dont_resp[option];
258 if ((do_dont_resp[option] == 0) && my_want_state_is_dont(option)) {
260 switch (option) {
308 set_my_want_state_dont(option);
309 set_my_state_dont(option);
[all …]
Dext.h83 void send_do (int option, int init);
84 void willoption (int option);
85 void send_dont (int option, int init);
86 void wontoption (int option);
87 void send_will (int option, int init);
88 void dooption (int option);
89 void send_wont (int option, int init);
90 void dontoption (int option);
147 void printoption (char *fmt, int option);
/mirbsd/src/usr.bin/radioctl/
Dradioctl.c66 int option; member
174 show_verbose(varname[opt.option], in main()
176 print_value(opt.option); in main()
221 if (o->option == OPTION_SEARCH && !(ri.caps & RADIO_CAPS_HW_SEARCH)) { in do_ioctls()
222 warn_unsupported(o->option); in do_ioctls()
226 oval = o->option == OPTION_SEARCH ? OPTION_FREQUENCY : o->option; in do_ioctls()
230 print_value(o->option); in do_ioctls()
233 if (o->option == OPTION_SEARCH) { in do_ioctls()
255 print_value(o->option); in do_ioctls()
267 switch (o.option) { in change_value()
[all …]
/mirbsd/src/etc/
Ddhcpd.conf16 option domain-name "my.domain";
17 option domain-name-servers 192.168.1.3, 192.168.1.5;
20 option routers 192.168.1.1;
28 option routers 172.23.42.1;
35 option host-name "rotten-apple";
38 option root-path "/tftpboot"; # NFS export this
/mirbsd/src/lib/libssl/src/doc/apps/
Ddsaparam.pod32 This specifies the input format. The B<DER> option uses an ASN1 DER encoded
40 B<-inform> option.
45 this option is not specified. If the B<numbits> parameter is included then
46 this option will be ignored.
51 if this option is not present. The output filename should B<not> be the same
56 this option inhibits the output of the encoded version of the parameters.
60 this option prints out the DSA parameters in human readable form.
64 this option converts the parameters into C code. The parameters can then
69 this option will generate a DSA either using the specified or generated
82 this option specifies that a parameter set should be generated of size
[all …]
Ddhparam.pod34 This specifies the input format. The B<DER> option uses an ASN1 DER encoded
42 B<-inform> option.
47 this option is not specified.
52 if this option is not present. The output filename should B<not> be the same
57 If this option is used, DSA rather than DH parameters are read or created;
61 DH parameter generation with the B<-dsaparam> option is much faster,
82 this option specifies that a parameter set should be generated of size
83 I<numbits>. It must be the last option. If not present then a value of 512
84 is used. If this option is present then the input file is ignored and
89 this option inhibits the output of the encoded version of the parameters.
[all …]
Dreq.pod58 This specifies the input format. The B<DER> option uses an ASN1 DER encoded
66 B<-inform> option.
71 if this option is not specified. A request is only read if the creation
99 this option prevents output of the encoded version of the request.
103 this option prints out the value of the modulus of the public key
112 this option generates a new certificate request. It will prompt
117 If the B<-key> option is not used it will generate a new RSA private
130 this option creates a new certificate request and a new private
149 If this option is not specified then the filename present in the
154 if this option is specified then if a private key is created it
[all …]
Dx509.pod26 [B<-nameopt option>]
81 added. The NET option is an obscure Netscape server format that is now
87 B<-inform> option.
92 if this option is not specified.
101 the digest to use. This affects any signing or display option that uses a message
104 this option has no effect: SHA1 is always used with DSA keys.
128 =item B<-certopt option>
130 customise the output format used with B<-text>. The B<option> argument can be
131 a single option or multiple options separated by commas. The B<-certopt> switch
137 this option prevents output of the encoded version of the request.
[all …]
Docsp.pod74 This specifies the current issuer certificate. This option can be used
81 is taken from the previous B<issuer> option, or an error occurs if no
86 Same as the B<cert> option except the certificate with serial number
94 option and the private key specified by the B<signkey> option. If
95 the B<signkey> option is not present then the private key is read
96 from the same file as the certificate. If neither option is specified then
106 Normally if an OCSP request is input using the B<respin> option no
107 nonce is added: using the B<nonce> option will force addition of a nonce.
121 read OCSP request or response file from B<file>. These option are ignored
131 if the B<host> option is present then the OCSP request is sent to the host
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Getopt/Long/
DREADME27 * Long option names
29 Major advantage of using long option names is that it is much easier
30 to memorize the option names. Using single-letter names one quickly
32 the semantics of the selected option and its option letter.
34 for option name abbreviation, so option names may be abbreviated to
35 uniqueness. Also, modern shells like Cornell's tcsh support option
48 By default, long option names are case insensitive.
53 option names to be bundled, e.g. "-abc" is equivalent to "-a -b -c".
54 In this case, long option names must be introduced with the POSIX "--"
62 By default, single-letter option names are case sensitive.
[all …]
DCHANGES7 option 'long_prefix_pattern' that allows the user to specify what
8 prefix patterns should have long option style sematics applied.
11 foo.pl /option=value
13 instead of forcing people to use the short option style
15 foo.pl /option value
44 If an option is specified to require an array or hash ref, and a
55 account when determining option ambiguity. This eliminates the
56 common problem that you suddenly get an ambiguous option warning
57 when you have an option "verbose" and run your program with "-v".
82 Using a --help (or -?) command line option will write the SYNOPSIS
[all …]
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldemul.h22 struct option;
61 (int, char **, int, struct option **, int, struct option **);
159 (int, char **, int, struct option **, int, struct option **);
/mirbsd/src/lib/libssl/src/crypto/des/
Ddes.pod54 in conjunction or instead of the a encrypt/decrypt option to generate
68 option is given.
110 option is used then triple ECB encryption is performed.
125 Decrypt data that was encrypted with the B<-e> option.
129 Decrypt data that was encrypted with the B<-E> option.
137 option, the checksum is output to that file.
145 option but the DES key is generated in the same manner as used for the
172 option is used the key is assumed to be a 32 character hexadecimal
193 option is the short key length.
204 Be carefully when using the B<-u> option. Doing B<des -ud> I<filename> will
[all …]
/mirbsd/src/usr.bin/vi/catalog/
Denglish.base30 031 "Unable to set default %s option"
32 033 "set: no %s option: 'set all' gives all option values"
33 034 "set: [no]%s option doesn't take a value"
34 035 "set: %s option isn't a boolean"
35 036 "set: %s option: %s"
36 037 "set: %s option: %s: value overflow"
37 038 "set: %s option: %s is an illegal number"
38 039 "set: %s option isn't a boolean"
43 044 "The lisp option is not implemented"
46 048 "The paragraph option must be in two character groups"
[all …]

12345678910>>...25