Home
last modified time | relevance | path

Searched refs:information (Results 1 – 25 of 2550) sorted by relevance

12345678910>>...102

/freebsd-13-stable/contrib/llvm-project/libcxx/modules/
HDstd.compat.cppm.in5 // See https://llvm.org/LICENSE.txt for license information.
58 # error "please update the header information for <debugging> in headers_not_available in utils/…
61 # error "please update the header information for <flat_map> in headers_not_available in utils/l…
64 # error "please update the header information for <flat_set> in headers_not_available in utils/l…
67 # error "please update the header information for <generator> in headers_not_available in utils/…
70 # error "please update the header information for <hazard_pointer> in headers_not_available in u…
73 # error "please update the header information for <inplace_vector> in headers_not_available in u…
76 # error "please update the header information for <linalg> in headers_not_available in utils/lib…
79 # error "please update the header information for <rcu> in headers_not_available in utils/libcxx…
82 # error "please update the header information for <spanstream> in headers_not_available in utils…
[all …]
HDstd.cppm.in5 // See https://llvm.org/LICENSE.txt for license information.
180 # error "please update the header information for <debugging> in headers_not_available in utils/…
183 # error "please update the header information for <flat_map> in headers_not_available in utils/l…
186 # error "please update the header information for <flat_set> in headers_not_available in utils/l…
189 # error "please update the header information for <generator> in headers_not_available in utils/…
192 # error "please update the header information for <hazard_pointer> in headers_not_available in u…
195 # error "please update the header information for <inplace_vector> in headers_not_available in u…
198 # error "please update the header information for <linalg> in headers_not_available in utils/lib…
201 # error "please update the header information for <rcu> in headers_not_available in utils/libcxx…
204 # error "please update the header information for <spanstream> in headers_not_available in utils…
[all …]
/freebsd-13-stable/contrib/apr-util/
HDapu-config.in54 --includes print include information
57 --libs print library information
58 --avoid-ldap do not include ldap library information with --libs
59 --ldap-libs print library information to link with ldap
60 --avoid-dbm do not include DBM library information with --libs
61 --dbm-libs print additional library information to link with DBM
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_info_callback.pod9 - handle information callback for SSL connections
24 obtain state information for SSL objects created from B<ctx> during connection
30 obtain state information for B<ssl> during connection setup and use.
34 SSL_CTX_get_info_callback() returns a pointer to the currently set information
37 SSL_get_info_callback() returns a pointer to the currently set information
43 information from the SSL/TLS engine. When set, an information callback function
48 The B<where> argument specifies information about where (in which context)
51 information.
105 The current state information can be obtained using the
108 The B<ret> information can be evaluated using the
[all …]
HDX509_get0_signature.pod8 X509_get_signature_info, X509_SIG_INFO_get, X509_SIG_INFO_set - signature information
59 X509_get_signature_info() retrieves information about the signature of
63 be set to B<NULL> if the information is not required.
65 X509_SIG_INFO_get() and X509_SIG_INFO_set() get and set information
68 signature information: most applications will never need to call
78 The security bits returned by X509_get_signature_info() refers to information
92 X509_get_signature_info() returns 1 if the signature information
93 returned is valid or 0 if the information is not available (e.g.
HDSSL_get_session.pod28 The ssl session contains all information required to re-establish the
31 main handshake has occurred. The server will send the session information to the
36 L<SSL_SESSION_is_resumable(3)> for information on how to determine whether an
41 functions will only return information on the last session that was received. On
42 the server side they will only return information on the last session that was
51 enables applications to obtain information about all sessions sent by the
76 SSL_SESSION objects keep internal link information about the session cache
HDSSL_SESSION_print.pod8 - printf information about a session
20 SSL_SESSION_print() prints summary information about the session provided in
26 SSL_SESSION_print_keylog() prints session information to the provided BIO <bp>
HDOSSL_STORE_open.pod31 L<OSSL_STORE_INFO(3)/SUPPORTED OBJECTS> for information on which those are)
32 from a given URI (see L</SUPPORTED SCHEMES> for more information on
38 The retrieved information is stored in a B<OSSL_STORE_INFO>, which is further
44 information for OSSL_STORE_open(), OSSL_STORE_load(), OSSL_STORE_eof() and
53 B<OSSL_STORE_CTX> with all necessary internal information.
96 by OSSL_STORE_open() and frees all other information that was stored in the
123 See L<passphrase-encoding(7)> for further information.
/freebsd-13-stable/
HDREADME.md9 For copyright information, please see [the file COPYRIGHT](COPYRIGHT) in this directory.
10 …tional copyright information also exists for some sources in this tree - please see the specific s…
13 …ls](https://docs.freebsd.org/en/books/handbook/kernelconfig/) for more information, including sett…
15 For information on the CPU architectures and platforms supported by FreeBSD, see the [FreeBSD
27 …nse (GPL) or Lesser General Public License (LGPL). Please see gnu/COPYING* for more information. |
40 …ion tests which can be run by Kyua. See [tests/README](tests/README) for additional information. |
45 For information on synchronizing your source tree with one or more of the FreeBSD Project's develop…
/freebsd-13-stable/share/misc/
HDiso316610 # The original information in this file comes from ftp.ripe.net,
280 # Namibia, changing information not included in this file
283 # Afghanistan, changing information not included in this file
286 # Ethiopia, changing information not included in this file
289 # Fiji, changing information not included in this file
292 # Hungary, changing information not included in this file
298 # Romania, changing information not included in this file
301 # Poland, changing information not included in this file
307 # Benin, changing information not included in this file
310 # Czechoslovakia, changing information not included in this file
[all …]
/freebsd-13-stable/crypto/openssl/doc/man1/
HDversion.pod6 version - print OpenSSL version information
23 This command is used to print out version information about OpenSSL.
35 All information, this is the same as setting all the other flags.
47 Option information: various options set when the library was built.
HDsess_id.pod51 This specifies the input filename to read session information from or standard
56 This specifies the output filename to write session information to or standard
75 This option can set the session id so the output session information uses the
107 or TLS specifications for more information.
145 information. Therefore, appropriate security precautions should be taken if
146 the information is being output by a "real" application. This is however
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDREADME-NAN-USD7 More information about Wi-Fi Aware is available from this Wi-Fi
29 … separate list of MHz>] [srv_proto_type=<type>] [ssi=<service specific information (hexdump)>] [so…
54 NAN_UPDATE_PUBLISH publish_id=<id from NAN_PUBLISH> [ssi=<service specific information (hexdump)>]
59 …ive-in-sec>] [freq=<in MHz>] [srv_proto_type=<type>] [ssi=<service specific information (hexdump)>]
78 …instance_id=<peer's id> address=<peer's MAC address> [ssi=<service specific information (hexdump)>]
84 …address> fsd=<0/1> fsd_gas=<0/1> srv_proto_type=<type> ssi=<service specific information (hexdump)>
89 …C address> subscribe_id=<peer id> srv_proto_type=<ype> ssi=<service specific information (hexdump)>
103 …> peer_instance_id=<peer id> address=<peer MAC adress> ssi=<service specific information (hexdump)>
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDBuiltinsBPF.td4 // See https://llvm.org/LICENSE.txt for license information.
11 // Get record field information
25 // Get type information
HDDebugOptions.def4 // See https://llvm.org/LICENSE.txt for license information.
10 // must define the CODEGENOPT macro to make use of this information.
78 DEBUGOPT(DebugColumnInfo, 1, 0) ///< Whether or not to use column information
121 /// Whether we should emit CodeView debug information. It's possible to emit
128 /// Whether to emit the compiler path and command line into the CodeView debug information.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/sound/
HDmax98373.txt13 - maxim,vmon-slot-no : slot number used to send voltage information
18 - maxim,imon-slot-no : slot number used to send current information
21 - maxim,spkfb-slot-no : slot number used to send speaker feedback information
/freebsd-13-stable/contrib/kyua/integration/
HDglobal_test.sh34 Type 'kyua help' for usage information.
45 Type 'kyua help' for usage information.
56 Type 'kyua help' for usage information.
/freebsd-13-stable/contrib/bmake/unit-tests/
HDdirective-info.mk16 .information
17 .information message # Accepted before 2020-12-13 01:07:54.
/freebsd-13-stable/contrib/lutok/
HDREADME17 For further information on the contents of this distribution file,
21 * COPYING: License information.
25 For general project information, please visit:
/freebsd-13-stable/tools/tools/sysdoc/
HDtunables.mdoc232 for more information.
394 Displays the model information of the current running hardware.
450 man page for more information on debug
461 for more information.
488 for more information.
589 man page for more information.
595 Displays information about the system clock.
615 man page for more information on this variable.
635 manual page for more information.
647 man page for more information.
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/power/supply/ab8500/
HDchargalg.txt7 - battery = Shall be battery specific information
15 For information on battery specific node, Ref:
HDbtemp.txt7 - battery = Shall be battery specific information
15 For information on battery specific node, Ref:
HDcharger.txt5 - battery = Shall be battery specific information
24 For information on battery specific node, Ref:
/freebsd-13-stable/contrib/ipfilter/
HDBugReport1 Please submit this information at SourceForge using this URL:
6 Some information that I generally find important:
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsancov_flags.inc4 // See https://llvm.org/LICENSE.txt for license information.
17 "If set, coverage information will be symbolized by sancov tool "

12345678910>>...102