/freebsd-src/contrib/mandoc/ |
H A D | lib.in | 20 * 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 (libbs [all...] |
/freebsd-src/contrib/dialog/ |
H A D | COPYING | 10 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-src/crypto/openssl/doc/man3/ |
H A D | OSSL_LIB_CTX.pod | 8 - OpenSSL library context 28 B<OSSL_LIB_CTX> is an internal OpenSSL library context type. 33 When a non default library context is in use care should be taken with 38 OSSL_LIB_CTX_new() creates a new OpenSSL library context. 40 OSSL_LIB_CTX_new_from_dispatch() creates a new OpenSSL library context 45 L<BIO_new_from_core_bio(3)>, require the library context to be created in this 50 new library context to the application library context. The new library context 51 is a full library contex [all...] |
H A D | OPENSSL_init_crypto.pod | 33 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 wil [all...] |
/freebsd-src/share/man/man3/ |
H A D | intro.3 | 40 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. 100 The calendar arithmetic library. 105 The common access method user library. 110 The crypt library. 121 The userland character device library. 137 The Device and Resource Information Utility library [all...] |
/freebsd-src/sys/dev/isci/scil/ |
H A D | scic_library.h | 61 * 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 D | scif_library.h | 61 * 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 D | sci_base_library.h | 78 * @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-src/secure/lib/libcrypto/man/man3/ |
H A D | OSSL_LIB_CTX.3 | 143 \&\- OpenSSL library context 163 \&\fB\s-1OSSL_LIB_CTX\s0\fR is an internal OpenSSL library context type. 168 When a non default library context is in use care should be taken with 173 \&\fBOSSL_LIB_CTX_new()\fR creates a new OpenSSL library context. 175 \&\fBOSSL_LIB_CTX_new_from_dispatch()\fR creates a new OpenSSL library context 180 \&\fBBIO_new_from_core_bio\fR\|(3), require the library context to be created in this 185 new library context to the application library context. The new library context 186 is a full library context in its own right, but will have all the same providers 187 available to it that are available in the application library context (without 189 application library context then this will be automatically mirrored in the [all …]
|
/freebsd-src/contrib/ntp/sntp/libopts/ |
H A D | COPYING.lgplv3 | 19 "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-src/crypto/openssh/openbsd-compat/regress/ |
H A D | opensslvertest.c | 31 { 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-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DynamicLibrary.h | 1 //===-- llvm/Support/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===// 30 /// It also allows for symbols to be defined which don't live in any library, 34 // Placeholder whose address represents an invalid library. 35 // We use this instead of NULL or a pointer-int pair because the OS library 39 // Opaque data used to interface with OS-specific dynamic library handling. 48 /// Returns true if the object refers to a valid library. 51 /// Searches through the library for the symbol \p symbolName. If it is 53 /// Note that NULL will also be returned if the library failed to load. 59 /// This function permanently loads the dynamic library at the given path 60 /// using the library load operation from the host operating system. The [all …]
|
/freebsd-src/contrib/opencsd/decoder/include/opencsd/c_api/ |
H A D | ocsd_c_api_custom.h | 40 /** @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 D | opencsd_c_api.h | 38 /** @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-src/contrib/file/magic/Magdir/ |
H A D | kicad | 29 # 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-src/sys/contrib/device-tree/Bindings/input/ |
H A D | ti,drv260x.txt | 16 - 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 …]
|
H A D | ti,drv260x.yaml | 43 library-sel: 47 This should be set to set the library to use at power up. 50 DRV260X_LIB_EMPTY - Do not use a pre-programmed library 51 DRV260X_ERM_LIB_A - Pre-programmed Library 52 DRV260X_ERM_LIB_B - Pre-programmed Library 53 DRV260X_ERM_LIB_C - Pre-programmed Library 54 DRV260X_ERM_LIB_D - Pre-programmed Library 55 DRV260X_ERM_LIB_E - Pre-programmed Library 56 DRV260X_ERM_LIB_F - Pre-programmed Library 57 DRV260X_LIB_LRA - Pre-programmed LRA Library [all …]
|
/freebsd-src/contrib/elftoolchain/libelf/ |
H A D | elf.3 | 32 .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 D | elf_errmsg.3 | 32 .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 …]
|
H A D | elf_version.3 | 31 .Nd retrieve or set ELF library operating version 32 .Sh LIBRARY 42 library, and to inform the ELF library about the application's desired 52 ELF library. 60 is supported by the ELF library, function 62 sets the library's operating version to 74 function returns the currently configured ELF library version, or 78 An application program would inform the ELF library about its desired 83 err(EXIT_FAILURE, "ELF library too old"); 91 An unsupported library version number was requested.
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | InterfaceFile.h | 179 /// Set the install name of the library. 184 /// Get the install name of the library. 187 /// Set the current version of the library. 190 /// Get the current version of the library. 193 /// Set the compatibility version of the library. in hasTarget() 198 /// Get the compatibility version of the library. 201 /// Set the Swift ABI version of the library. in addTargets() 204 /// Get the Swift ABI version of the library. 207 /// Specify if the library uses two-level namespace (or flat namespace). in targets() 210 /// Check if the library use [all...] |
/freebsd-src/crypto/openssl/doc/man7/ |
H A D | fips_module.pod | 71 OpenSSL 3.0.0-dev xx XXX xxxx (Library: OpenSSL 3.0.0-dev xx XXX xxxx) 164 =head2 Programmatically loading the FIPS module (default library context) 223 In this example we are using the "default" library context. OpenSSL functions 224 operate within the scope of a library context. If no library context is 225 explicitly specified then the default library context is used. For further 226 details about library contexts see the L<OSSL_LIB_CTX(3)> man page. 231 default provider) all loaded at the same time into the same library context. You 255 the default library context: 303 =head2 Programmatically loading the FIPS module (nondefault library context) 306 usages this can also be achieved using library contexts. In this example we [all …]
|
/freebsd-src/secure/lib/libcrypto/man/man7/ |
H A D | fips_module.7 | 196 \& OpenSSL 3.0.0\-dev xx XXX xxxx (Library: OpenSSL 3.0.0\-dev xx XXX xxxx) 280 .SS "Programmatically loading the \s-1FIPS\s0 module (default library context)" 281 .IX Subsection "Programmatically loading the FIPS module (default library context)" 341 In this example we are using the \*(L"default\*(R" library context. OpenSSL functions 342 operate within the scope of a library context. If no library context is 343 explicitly specified then the default library context is used. For further 344 details about library contexts see the \s-1\fBOSSL_LIB_CTX\s0\fR\|(3) man page. 348 default provider) all loaded at the same time into the same library context. You 376 the default library context: 427 .SS "Programmatically loading the \s-1FIPS\s0 module (nondefault library context)" [all …]
|
/freebsd-src/contrib/bmake/unit-tests/ |
H A D | archive.mk | 27 @${MAKE} -f ${MAKEFILE} set-up-library 28 @${MAKE} -f ${MAKEFILE} -dm library 2>&1 \ 31 @${MAKE} -f ${MAKEFILE} tear-down-library 69 set-up-library: .PHONY 71 @echo "not a library" > libbad.a 73 @echo "begin library" 75 .if make(library) 79 # The two lines for libgood contain the word "library", the two lines for 84 # expect: Examining libgood.a...library...up-to-date. 85 # expect: Examining -lgood...library...up-to-date. [all …]
|
/freebsd-src/sys/contrib/zlib/ |
H A D | zlib.3 | 3 zlib \- compression/decompression library 11 library is a general purpose data compression library. 12 The code is thread safe, assuming that the standard library functions 16 This version of the library supports only one compression method (deflation) 26 The library also supports reading and writing files in 31 The library does not install any signal handler. 33 so the library should never crash even in the case of corrupted input. 35 All functions of the compression library are documented in the file 37 The distribution source includes examples of use of the library 75 library is described by RFC [all …]
|