Home
last modified time | relevance | path

Searched refs:will (Results 1 – 25 of 2643) sorted by relevance

12345678910>>...106

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td7 …Desc<"If true, regular expression alias commands will show the expanded command that will be execu…
11 …Desc<"If true, LLDB will prompt you before quitting if there are any live processes being debugged…
15 Desc<"If true, commands will be saved into a transcript buffer for user access.">;
19 Desc<"If true, LLDB will save the session's transcripts before quitting.">;
23 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">;
26 …Desc<"A path where LLDB will save the session's transcripts. This is particularly useful when you …
30 Desc<"If true, LLDB will stop running a 'command source' script upon encountering an error.">;
34 Desc<"If true, blank lines will be printed between between REPL submissions.">;
38 Desc<"If true, commands will be echoed before they are evaluated.">;
42 Desc<"If true, commands will be echoed even if they are pure comment lines.">;
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_init_crypto.pod32 During normal operation OpenSSL (libcrypto) will allocate various resources at
38 As of version 1.1.0 OpenSSL will automatically allocate all resources that it
39 needs so no explicit initialisation is required. Similarly it will also
63 B<OPENSSL_INIT_LOAD_CRYPTO_STRINGS> will be ignored.
68 library will automatically load the libcrypto error strings.
71 B<OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS> will be ignored.
75 With this option the library will automatically load and make available all
78 B<OPENSSL_INIT_NO_ADD_ALL_CIPHERS> will be ignored.
82 With this option the library will automatically load and make available all
85 B<OPENSSL_INIT_NO_ADD_ALL_DIGESTS> will be ignored.
[all …]
H A DEVP_EncodeInit.pod35 bytes of binary data provided 4 bytes of base 64 encoded data will be produced
37 multiple of 3 then the output data will be padded at the end using the "="
49 final block (which may be less than 48 bytes) will output 4 bytes for every 3
52 will also be output.
60 blocks of data (48 bytes) will be immediately processed and output by this
61 function. Any remainder is held in the B<ctx> object and will be processed by a
65 any remainder). This gives the number of blocks of data that will be processed.
69 EVP_EncodeUpdate() will set B<*outl> to 0 and return 0. On success 1 will be
72 EVP_EncodeFinal() must be called at the end of an encoding operation. It will
74 data will be stored in B<out> and the length of the data written will be stored
[all …]
H A DSSL_key_update.pod27 the sending keys for this connection will be updated and the peer will be
29 B<SSL_KEY_UPDATE_REQUESTED> then the sending keys for this connection will be
30 updated and the peer will be informed of the change along with a request for the
37 will not take place until the next time an IO operation such as SSL_read_ex()
43 update operation will be returned if there is one, or SSL_KEY_UPDATE_NONE
48 connection will result in an error.
53 will be performed to confirm that it is a suitable time to start a
54 renegotiation. If so, then it will be initiated immediately. OpenSSL will not
59 same was as SSL_renegotiate() except that OpenSSL will attempt to resume the
68 a new handshake is started then this will be handled transparently by calling
[all …]
H A DSSL_CTX_set_client_cert_cb.pod31 certificate will be installed into I<ssl>, see the NOTES and BUGS sections.
33 will be sent. A negative return value will suspend the handshake and the
34 handshake function will return immediately. L<SSL_get_error(3)>
35 will return SSL_ERROR_WANT_X509_LOOKUP to indicate, that the handshake was
36 suspended. The next call to the handshake function will again lead to the call
48 it will be sent to the server. The TLS standard requires that only a
56 SSL object, the callback function will be called.
58 will try to load the private key and certificate data into the SSL
60 Thus it will permanently install the certificate and key for this SSL
61 object. It will not be reset by calling L<SSL_clear(3)>.
[all …]
H A DSSL_shutdown.pod20 a currently open session is considered closed and good and will be kept in the
35 This should only be done when it is known that the other side will not send more
54 If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the
57 If the underlying BIO is B<nonblocking>, SSL_shutdown() will also return
60 return value of SSL_shutdown() will yield B<SSL_ERROR_WANT_READ> or
70 SSL_shutdown() will return 1 in that case.
76 When "quiet shutdown" is enabled, SSL_shutdown() will always succeed
81 message, otherwise an unexpected EOF will be reported.
87 will result in an error being generated.
94 alert, SSL_shutdown() will only send the alert and then set the
[all …]
H A DSSL_CTX_set_split_send_fragment.pod38 each one encrypted independently and in parallel. Note: this will only work in
49 value restricts the amount of plaintext bytes that will be sent in any one
51 functions will only accept a value in the range 512 - SSL3_RT_MAX_PLAIN_LENGTH.
54 of pipelines that will be used at any one time. This value applies to both
55 "read" pipelining and "write" pipelining. By default only one pipeline will be
57 in the range 1 - SSL_MAX_PIPELINES (32). Setting this to a value > 1 will also
59 explained further below. OpenSSL will only ever use more than one pipeline if
66 writing encrypted data. The number of pipelines used will be determined by the
83 This will mean that the same number of records will always be created as would
84 have been created in the non-parallel case, although the data will be
[all …]
H A DRAND_set_DRBG_type.pod20 RAND_set_DRBG_type() specifies the random bit generator that will be
22 with properties I<propq> will be fetched. It will be instantiated with
24 This specifies the type that will be used for the primary, public and
27 RAND_set_seed_source_type() specifies the seed source that will be used
29 with properties I<propq> will be fetched and used to seed the primary
39 created in the library context. They will return an error if the call
H A DSSL_CTX_set_psk_client_callback.pod48 NULL. In some circumstances the callback will be called a second time. In that
49 case the server will have specified a ciphersuite to use already and the PSK
50 must be compatible with the digest for that ciphersuite. The digest will be
87 L<SSL_SESSION_set_max_early_data(3)> if the PSK will be used for sending early
97 case no PSK will be sent to the server but the handshake will continue. To do
99 NULL. The contents of B<*id> and B<*idlen> will be ignored.
102 provide a different callback function. This function will be called when the
117 The callback for use in TLSv1.2 will also work in TLSv1.3 although it is
120 been negotiated then OpenSSL will first check to see if a callback has been set
122 and it will use that in preference. If no such callback is present then it will
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DDoxyfile6 # All text after a hash (#) is considered a comment and will be ignored
27 # will interpret the first line (until the first dot) of a JavaDoc-style
29 # comments will behave just like the Qt-style comments (thus requiring an
35 # sources only. Doxygen will then generate output that is more tailored for C.
36 # For instance, some of the names that are used will be different. The list
37 # of all members will be omitted, etc.
41 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
43 # by member name. If set to NO (the default) the members will appear in
90 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
99 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
[all …]
/freebsd/contrib/libevent/
H A DDoxyfile6 # All text after a hash (#) is considered a comment and will be ignored
27 # will interpret the first line (until the first dot) of a JavaDoc-style
29 # comments will behave just like the Qt-style comments (thus requiring an
35 # sources only. Doxygen will then generate output that is more tailored for C.
36 # For instance, some of the names that are used will be different. The list
37 # of all members will be omitted, etc.
41 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
43 # by member name. If set to NO (the default) the members will appear in
90 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
99 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
[all …]
/freebsd/crypto/heimdal/doc/
H A Dinit-creds75 This function will attempt to acquire an initial ticket. The function
76 will perform whatever tasks are necessary to do so. This may include
92 and will not be doing any other kerberos functions, then a NULL
93 pointer may be specified, and the credential will be destroyed.
95 If the client name is non-NULL, the initial ticket requested will be
96 for that principal. Otherwise, the principal will be the username
102 Otherwise, the prompter function will be used to prompt the user for
105 If a prompter function is non-NULL, it will be used if additional user
108 no function is specified and input is required, then the login will
116 The banner argument, if non-NULL, will indicate what sort of
[all …]
/freebsd/contrib/libcbor/
H A DDoxyfile9 # All text after a single hash (#) is considered a comment and will be ignored.
61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
67 # into which the generated documentation will be written. If a relative path is
68 # entered, it will be relative to the location where doxygen was started. If
69 # left blank the current directory will be used.
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
75 # and will distribute the generated files over these directories. Enabling this
84 # Controls the number of sub-directories that will be created when
95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
97 # characters will b
[all...]
/freebsd/contrib/ldns/
H A Dlibdns.doxygen.in9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/freebsd/contrib/bearssl/
H A DDoxyfile9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/freebsd/contrib/unbound/doc/
H A Dunbound.doxygen9 # All text after a single hash (#) is considered a comment and will be ignored.
61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
67 # into which the generated documentation will be written. If a relative path is
68 # entered, it will be relative to the location where doxygen was started. If
69 # left blank the current directory will be used.
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
75 # and will distribute the generated files over these directories. Enabling this
84 # Controls the number of sub-directories that will be created when
95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
97 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dst,sta350.txt9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be
13 it will be deasserted before communication to the codec
27 If parameter is missing, mode 0 will be enabled.
46 If present, then fault recovery will be enabled.
80 channels. If not present, normal PWM speed mode (384 kHz) will be used.
90 If present, a mute output will be activated in ase the volume will
94 If present, the bridge will be switched off immediately after the
95 power-down-gpio goes low. Otherwise, the bridge will wait for 13
103 If present, the power-down pin and I2C power-down functions will
104 act on the master volume. Otherwise, the functions will act on the
[all …]
/freebsd/contrib/sendmail/mail.local/
H A DREADME19 Defining CONTENTLENGTH (-DCONTENTLENGTH) will build a mail.local which
20 outputs a Content-Length: header. Solaris 2.3 and later will automatically
26 Defining MAILGID to a 'gid' (-DMAILGID=6) will cause mailboxes to be
32 mail.local will not be installed set-user-ID root. To use it as local
39 Defining HASHSPOOL (-DHASHSPOOL) will build a mail.local which supports
41 username (i.e., a hash depth of 2 and a username of "user" will result in
43 of the username, "_" will be used. The necessary subdirectories must
44 exist; mail.local will not create them. Use the "-H" option to set the
58 will offer an alternate hash, using a base64 encoding (changing / to _)
60 subdirectory tree. The subdirectories will be named with A-Z, a-z, 0-9,
/freebsd/contrib/kyua/
H A DINSTALL.md43 If you are building Kyua from the code on the repository, you will also
59 system. You will also need to do this if you modify `configure.ac`,
65 If ATF is installed in a different prefix than Autoconf, you will also
67 the configure script will be incomplete and will show confusing syntax
91 not need to be root to do this, but if you are not, some checks will
102 not, some checks will be skipped.
114 Specifies where the program (binaries and all associated files) will
121 Specifies where the installed programs will look for configuration
122 files. `/kyua` will be appended to the given path unless
137 Specifies the path to the GNU GDB binary that Kyua will use to gather a
[all …]
/freebsd/crypto/openssl/crypto/engine/
H A DREADME.md65 RSA functions (eg. "RSA_free(RSA_new());") will result in large quantities of
96 ENGINE code will return NULL because no ENGINEs will have had any cipher
104 to that ENGINE will be returned to the EVP_CIPHER_CTX during initialisation.
105 That functional reference will be stored in the context (and released on
108 application will actually be replaced by an EVP_CIPHER from the registered
109 ENGINE - it will support the same algorithm/mode as the original but will be a
124 EVP_CIPHER code will link at most code relating to EVP_CIPHER, tb_cipher.c, core
126 implementation that the application loaded. It will *not* however link any
127 class-specific ENGINE code for digests, RSA, etc nor will it bleed over into
135 These nids provide the uniquenness of an algorithm/mode - and each nid will hash
[all …]
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dmax6697.txt21 Set to disable SMBus timeout. If not specified, SMBus timeout will be
25 Extended temperature will be disabled if not specified.
29 Beta compensation will be disabled if not specified.
33 If not specified, alert will be enabled for all channels.
38 If not specified, over-temperature reporting will be enabled for all
46 If not specified, resistance cancellation will be disabled for all
52 Transistor ideality will be initialized to default (1.008) if not
/freebsd/contrib/llvm-project/lld/docs/MachO/
H A Dld64-vs-lld.rst15 within the user's control, this will mitigate users for adoption.
34 1. Duplicate ObjC symbols from the same archives will not raise an error.
35 ld64 will pick the first one.
36 2. Duplicate ObjC symbols from different archives will raise a "duplicate
38 - LLD: Duplicate symbols, regardless of which archives they are from, will
47 duplicate symbols. In particular, we will not report a duplicate symbol error if
48 the aliased symbols turn out to be weak definitions, but ld64 will.
56 of ``ZERO_AR_DATE`` will be ignored.
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst17 it is appropriate for LLD. Intentional deviations will be documented in this
30 The first form defines ``symbol``. If ``symbol`` is already defined, it will be
34 copied from the original symbol. Any arithmetic operation (e.g. ``+ 0`` will
90 When an *OutputSection* *S* has ``address``, LLD will set sh_addr to ``address``.
96 The presence of ``address`` can cause the condition unsatisfied. LLD will warn.
97 GNU ld from Binutils 2.35 onwards will reduce sh_addralign so that
100 When an output section has no input section, GNU ld will eliminate it if it
101 only contains symbol assignments (e.g. ``.foo { symbol = 42; }``). LLD will
113 When an *OutputSection* *S* has ``(type)``, LLD will set ``sh_type`` or
133 GNU ld will set sh_addralign to ``ALIGN(section_align)``.
[all …]
/freebsd/usr.sbin/cron/doc/
H A DFEATURES12 Blanks surrounding the '=' will be eaten; other blanks in value are
22 SHELL and HOME will be used when it's time to run a command; if
26 MAILTO, if set to the login name of a user on your system, will be the
51 no arguments will print a cute little summary of the command syntax.
58 the 'cron' daemon will reload all the tables before running the
65 problem, since 'crontab' will let you do pretty much whatever you
68 -- If any output is generated by a command (on stdout OR stderr), it will
71 of the mail message will include the command that was run, and a
72 complete list of the environment that was passed to it, which will
75 -- the dom/dow situation is odd. '* * 1,15 * Sun' will run on the
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dct.h.in126 * Gets the time, in milliseconds since the Unix epoch, that will be used as the
128 * Such SCTs will fail validation, as required by RFC6962.
134 * If an SCT's timestamp is after this time, it will be interpreted as having
136 * whose timestamp is in the future", so an SCT will not validate in this case.
228 * For CT v1, this will be either NID_sha256WithRSAEncryption or
300 * It will be indented by the number of spaces specified by |indent|.
301 * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came
308 * It will be indented by the number of spaces specified by |indent|.
309 * SCTs will be delimited by |separator|.
310 * If |logs| is not NULL, it will be used to lookup the CT log that each SCT
[all …]

12345678910>>...106