Home
last modified time | relevance | path

Searched full:library (Results 1 – 25 of 3870) sorted by relevance

12345678910>>...155

/freebsd/contrib/mandoc/
H A Dlib.in20 * These are all possible .Lb strings. When a new library is added, add
27 LINE("lib80211", "802.11 Wireless Network Management Library (lib80211, \\-l80211)")
28 LINE("libalias", "Packet Aliasing Library (libalias, \\-lalias)")
29 LINE("libarchive", "Streaming Archive Library (libarchive, \\-larchive)")
30 LINE("libarm", "ARM Architecture Library (libarm, \\-larm)")
31 LINE("libarm32", "ARM32 Architecture Library (libarm32, \\-larm32)")
32 LINE("libbe", "Boot Environment Library (libbe, \\-lbe)")
33 LINE("libbluetooth", "Bluetooth Library (libbluetooth, \\-lbluetooth)")
34 LINE("libbsdxml", "eXpat XML parser library (libbsdxml, \\-lbsdxml)")
35 LINE("libbsm", "Basic Security Module Library (libbsm, \\-lbsm)")
[all …]
/freebsd/contrib/dialog/
H A DCOPYING10 as the successor of the GNU Library Public License, version 2, hence
38 you if you distribute copies of the library or if you modify it.
40 For example, if you distribute copies of the library, whether gratis
43 code. If you link other code with the library, you must provide
45 with the library after making changes to the library and recompiling
49 library, and (2) we offer you this license, which gives you legal
50 permission to copy, distribute and/or modify the library.
53 there is no warranty for the free library. Also, if the library is
63 any patent license obtained for a version of the library must be
73 When a program is linked with a library, whether statically or using
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_LIB_CTX.pod9 - OpenSSL library context
30 B<OSSL_LIB_CTX> is an internal OpenSSL library context type.
35 When a non default library context is in use care should be taken with
40 OSSL_LIB_CTX_new() creates a new OpenSSL library context.
42 OSSL_LIB_CTX_new_from_dispatch() creates a new OpenSSL library context
47 L<BIO_new_from_core_bio(3)>, require the library context to be created in this
52 new library context to the application library context. The new library context
53 is a full library context in its own right, but will have all the same providers
54 available to it that are available in the application library context (without
56 application library context then this will be automatically mirrored in the
[all …]
H A DOPENSSL_init_crypto.pod33 start up that must, subsequently, be freed on close down of the library.
68 library will automatically load the libcrypto error strings.
75 With this option the library will automatically load and make available all
82 With this option the library will automatically load and make available all
89 With this option the library will suppress automatic loading of libcrypto
96 With this option the library will suppress automatic loading of libcrypto
119 With this option the library with automatically initialise the libcrypto async
120 sub-library (see L<ASYNC_start_job(3)>). This is a default option.
124 With this option the library will automatically load and initialise the
130 With this option the library will automatically load and initialise the
[all …]
/freebsd/share/man/man3/
H A Dintro.340 library functions, their error returns and other
42 Most of these functions are available from the C library,
44 Other libraries, such as the math library,
54 The bluetooth library.
59 Standard C library functions.
107 The calendar arithmetic library.
112 The common access method user library.
117 The crypt library.
128 The userland character device library.
144 The Device and Resource Information Utility library.
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_LIB_CTX.371 \&\- OpenSSL library context
92 \&\fBOSSL_LIB_CTX\fR is an internal OpenSSL library context type.
97 When a non default library context is in use care should be taken with
102 \&\fBOSSL_LIB_CTX_new()\fR creates a new OpenSSL library context.
104 \&\fBOSSL_LIB_CTX_new_from_dispatch()\fR creates a new OpenSSL library context
109 \&\fBBIO_new_from_core_bio\fR\|(3), require the library context to be created in this
114 new library context to the application library context. The new library context
115 is a full library context in its own right, but will have all the same providers
116 available to it that are available in the application library context (without
118 application library context then this will be automatically mirrored in the
[all …]
H A DOPENSSL_init_crypto.395 start up that must, subsequently, be freed on close down of the library.
126 library will automatically load the libcrypto error strings.
132 With this option the library will automatically load and make available all
138 With this option the library will automatically load and make available all
144 With this option the library will suppress automatic loading of libcrypto
150 With this option the library will suppress automatic loading of libcrypto
170 With this option the library with automatically initialise the libcrypto async
171 sub\-library (see \fBASYNC_start_job\fR\|(3)). This is a default option.
174 With this option the library will automatically load and initialise the
179 With this option the library will automatically load and initialise the
[all …]
/freebsd/sys/dev/isci/scil/
H A Dscic_library.h61 * by an SCI Core user on the library object. The library is the
77 * library and it's controllers can operate.
82 * In this mode the SCI library will operate in a polling mode for
83 * operations. In other words, the library will not return from a
89 * In this mode the SCI library returns after committing the IO request
101 * @brief This method will contsruct the core library based on the supplied
106 * library object is located.
108 * this library can manage.
110 * @return An opaque library handle to be used by the SCI user for all
111 * subsequent library operations.
[all …]
H A Dscif_library.h61 * by an SCI Framework user on the library object. The library is
75 * @brief This method will contsruct the SCI framework library based on the
80 * library object is located.
82 * this library can manage.
84 * @return An opaque library handle to be used by the SCI user for all
85 * subsequent library operations.
93 * @brief This method returns the size of the framework library object. The
94 * size of the framework library object includes the associated core
98 * this library can manage.
101 * library object.
[all …]
H A Dsci_base_library.h78 * @brief This structure contains all of the objects common to all library
92 * contained inside of a library.
103 * @brief This method will construct the base library object.
105 * @param[in] this_library This parameter specifies the library object
108 * of controllers to be supported by this library.
118 * This macro provides common code for allocating a controller from a library.
123 library, \ argument
130 if (! sci_pool_empty((library)->parent.controller_id_pool)) \
132 sci_pool_get((library)->parent.controller_id_pool, index); \
134 & (library)->controllers[index]; \
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.lgplv319 "The Library" refers to a covered work governed by this License,
23 by the Library, but which is not otherwise based on the Library.
24 Defining a subclass of a class defined by the Library is deemed a mode
25 of using an interface provided by the Library.
28 Application with the Library. The particular version of the Library
49 If you modify a copy of the Library, and, in your modifications, a
63 3. Object Code Incorporating Material from Library Header Files.
66 a header file that is part of the Library. You may convey such object
73 Library is used in it and that the Library and its use are
83 portions of the Library contained in the Combined Work and reverse
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDynamicLibrary.h1 //===-- llvm/Support/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===//
31 /// It also allows for symbols to be defined which don't live in any library,
35 // Placeholder whose address represents an invalid library.
36 // We use this instead of NULL or a pointer-int pair because the OS library
40 // Opaque data used to interface with OS-specific dynamic library handling.
49 /// Returns true if the object refers to a valid library.
52 /// Searches through the library for the symbol \p symbolName. If it is
54 /// Note that NULL will also be returned if the library failed to load.
60 /// This function permanently loads the dynamic library at the given path
61 /// using the library load operation from the host operating system. The
[all …]
/freebsd/crypto/openssh/openbsd-compat/regress/
H A Dopensslvertest.c31 { 0x1000101fL, 0x1000102fL, 1}, /* newer library patch version: ok */
32 { 0x1000101fL, 0x1000100fL, 1}, /* older library patch version: ok */
33 { 0x1000101fL, 0x1000201fL, 1}, /* newer library fix version: ok */
34 { 0x1000101fL, 0x1000001fL, 0}, /* older library fix version: NO */
35 { 0x1000101fL, 0x1010101fL, 0}, /* newer library minor version: NO */
36 { 0x1000101fL, 0x0000101fL, 0}, /* older library major version: NO */
37 { 0x1000101fL, 0x2000101fL, 0}, /* newer library major version: NO */
41 { 0x1010101fL, 0x1010102fL, 1}, /* newer library patch version: ok */
42 { 0x1010101fL, 0x1010100fL, 1}, /* older library patch version: ok */
43 { 0x1010101fL, 0x1010201fL, 1}, /* newer library fix version: ok */
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_custom.h40 /** @defgroup ocsd_ext_dcd OpenCSD Library : Custom External Decoder C-API
44 and the library, which will allow the decoder to interact with the library and use library
49 … set of call-in and call-back functions plus data structures allowing interaction with the library.
71 Defines if the fnPktMonCB or fnPktDataSinkCB callbacks are in use by the library.
83 /** Flag to indicate the the packet monitor (fnPktMonCB) is in use in the library */
86 /** Flag to indicate the the packet sink (fnPktDataSinkCB) is in use in the library - only if trace…
89 /** Owned by the library instance object, this structure is filled in by the ocsd_extern_dcd_fact_t…
91 /* Mandatory decoder call back functions - library initialisation will fail without these. */
96 …void *decoder_handle; /**< Instance handle for the decoder - used by library to call the decode…
110 Implements ITrcGenElemIn::TraceElemIn with addition of library context pointer.
[all …]
H A Dopencsd_c_api.h38 /** @defgroup lib_c_api OpenCSD Library : Library "C" API.
39 @brief "C" API for the OpenCSD Library
41 Set of "C" wrapper functions for the OpenCSD library.
57 /** building or using the static C-API library **/
84 /** @name Library Version API
87 /** Get Library version. Return a 32 bit version in form MMMMnnpp - MMMM = major version, nn = mino…
90 /** Get library version string */
96 /** @name Library Decode Tree API
154 * @return ocsd_err_t : Library error code - OCSD_OK if successful.
160 * Creates a decoder that is registered with the library under the supplied name.
[all …]
/freebsd/crypto/openssl/
H A DNEWS.md321 linked jitterentropy library
568 * Support for TLS certificate compression, including library
596 * Added multiple tutorials on the OpenSSL library and in particular
744 * Added `OSSL_LIB_CTX`, a libcrypto library context.
1042 * Reworked BIO networking library, with full support for IPv6.
1645 * Major work on the BIGNUM library for higher efficiency and to
1647 is the result of a major audit of the BIGNUM library.
1656 * Complete rework of shared library construction and linking
1684 * New STORE structure and library to provide an interface to all
1687 This library is unfortunately unfinished and unused within
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dkicad29 # KiCad Symbol Library
31 >17 byte 0x20 KiCad Symbol Library
37 # KiCad Symbol Library (Legacy)
38 0 string EESchema-LIBRARY
39 >16 byte 0x20 KiCad Symbol Library (Legacy)
45 # KiCad Symbol Library Documentation (Legacy)
47 >15 byte 0x20 KiCad Symbol Library Documentation (Legacy)
75 # KiCad Symbol Library Table
77 >14 byte 0xA KiCad Symbol Library Table
78 >14 byte 0xD KiCad Symbol Library Table
[all …]
/freebsd/crypto/krb5/src/build-tools/
H A Dkrb5-config.in47 library=krb5
53 # Yes, we are sloppy, library specifications can come before options
92 library=krb5
95 library=gssapi
98 library=gssrpc
101 library=kadm_client
104 library=kadm_server
107 library=kdb
208 # Assumes /usr/lib is the standard library directory everywhere...
225 if test $library = 'kdb'; then
[all …]
/freebsd/krb5/util/build-tools/
H A Dkrb5-config.sh49 library=krb5
55 # Yes, we are sloppy, library specifications can come before options
94 library=krb5
97 library=gssapi
100 library=gssrpc
103 library=kadm_client
106 library=kadm_server
109 library=kdb
210 # Assumes /usr/lib is the standard library directory everywhere...
227 if test $library = 'kdb'; then
[all …]
/freebsd/contrib/pam-krb5/tests/fakepam/
H A DREADME5 The files in this directory provide a shim PAM library that's used for
8 This library and its include files define the minimum amount
14 The goal of this library is that all PAM code should be able to be
15 left unchanged and the code just linked with the fakepam library
16 rather than the regular PAM library. The testing code can then call
20 The library also provides an interface to exercise a PAM module via an
27 Fake PAM Library
29 Unfortunately, the standard PAM library for most operating systems
31 is configuration: the PAM library usually hard-codes a configuration
37 This library implements some of the same API as the system PAM library
[all …]
/freebsd/contrib/elftoolchain/libelf/
H A Delf.332 .Sh LIBRARY
43 The library allows the manipulation of ELF objects in a byte ordering
47 The library is capable of processing ELF objects that use extended
51 the ELF library.
54 functions that comprise the library.
95 library distinguishes between
113 library offers translation facilities
125 .Ss Library Working Version
127 application using the ELF library to manipulate ELF objects:
134 application through the ELF library.
[all …]
H A Delf_errmsg.332 .Nd ELF library error message handling
33 .Sh LIBRARY
42 When an error occurs during an ELF library API call, the library
51 is used to retrieve the last error recorded by the ELF library.
53 ELF library's recorded error number to zero.
63 library.
71 by the ELF library, or zero if no error was encountered.
75 returns a pointer to library local storage for non-zero values
79 error had been encountered by the library, or will return a pointer to
80 library local storage containing an appropriate message otherwise.
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dossl-guide-libraries-introduction.774 The \f(CW\*(C`libcrypto\*(C'\fR library provides APIs for general purpose cryptography such as
83 The \f(CW\*(C`libssl\*(C'\fR library provides functions to perform secure communication between
87 The \f(CW\*(C`libssl\*(C'\fR library depends on and uses many of the capabilities supplied by
119 .SH "LIBRARY CONTEXTS"
120 .IX Header "LIBRARY CONTEXTS"
121 Many OpenSSL API functions make use of a library context. A library context can
123 a provider is loaded, it is only loaded within the scope of a given library
125 application to each use a different library context and have different providers
128 If an application does not explicitly create a library context then the
129 "default" library context will be used.
[all …]
/freebsd/contrib/pam-krb5/m4/
H A Dlib-helper.m44 dnl standard macros to probe for a library and to set library-specific
25 dnl Add the library flags to the default compiler flags and then remove them.
28 dnl only argument. For example, to use these for a library with KRB5 as a
34 dnl Then, wrap checks for library features with RRA_LIB_KRB5_SWITCH and
49 dnl Given _root, _libdir, and _includedir variables set for a library (set by
51 dnl library accordingly. Takes the variable prefix as the only argument.
63 dnl Check whether a library works. This is used as a sanity check on the
65 dnl "true", says that a working library is mandatory and errors out if it
68 dnl human-readable name of the library for error messages.
73 [AC_MSG_FAILURE([unable to link with $4 library])])
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dti,drv260x.txt16 - library-sel - These are ROM based waveforms pre-programmed into the IC.
17 This should be set to set the library to use at power up.
19 DRV260X_LIB_EMPTY - Do not use a pre-programmed library
20 DRV260X_ERM_LIB_A - Pre-programmed Library
21 DRV260X_ERM_LIB_B - Pre-programmed Library
22 DRV260X_ERM_LIB_C - Pre-programmed Library
23 DRV260X_ERM_LIB_D - Pre-programmed Library
24 DRV260X_ERM_LIB_E - Pre-programmed Library
25 DRV260X_ERM_LIB_F - Pre-programmed Library
26 DRV260X_LIB_LRA - Pre-programmed LRA Library
[all …]

12345678910>>...155