Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/freebsd-12-stable/contrib/gcc/cp/
Dg++spec.c65 int library = 0; in lang_specific_driver() local
137 library = -1; in lang_specific_driver()
160 if (library == 0 in lang_specific_driver()
163 library = 1; in lang_specific_driver()
172 if (library == 0) in lang_specific_driver()
173 library = 1; in lang_specific_driver()
176 library = (library == 0) ? 1 : library; in lang_specific_driver()
179 library = (library == 0) ? 1 : library; in lang_specific_driver()
191 library = -1; in lang_specific_driver()
227 if (library == 0) in lang_specific_driver()
[all …]
/freebsd-12-stable/sys/dev/isci/scil/
Dscic_sds_library.c76 #define SCIC_LIBRARY_CONTROLLER_MEMORY_START(library) \ argument
77 ((char *)(library) + sizeof(SCIC_SDS_LIBRARY_T))
117 SCI_LIBRARY_HANDLE_T library, in scic_library_set_pci_info() argument
122 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_set_pci_info()
147 SCI_LIBRARY_HANDLE_T library, in scic_library_allocate_controller() argument
154 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_allocate_controller()
180 SCI_LIBRARY_HANDLE_T library, in scic_library_free_controller() argument
186 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_free_controller()
197 SCI_LIBRARY_HANDLE_T library in scic_library_get_pci_device_controller_count() argument
203 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_get_pci_device_controller_count()
[all …]
Dsci_base_library.h125 library, \ argument
132 if (! sci_pool_empty((library)->parent.controller_id_pool)) \
134 sci_pool_get((library)->parent.controller_id_pool, index); \
136 & (library)->controllers[index]; \
148 library, \ argument
155 ((((char *)(controller)) - ((char *)(library)->controllers))\
159 && (! sci_pool_full((library)->parent.controller_id_pool)) ) \
161 sci_pool_put((library)->parent.controller_id_pool, index); \
174 library, \ argument
187 library, \
[all …]
Dscic_library.h132 SCI_LIBRARY_HANDLE_T library,
154 SCI_LIBRARY_HANDLE_T library
173 SCI_LIBRARY_HANDLE_T library,
193 SCI_LIBRARY_HANDLE_T library,
212 SCI_LIBRARY_HANDLE_T library
229 SCI_LIBRARY_HANDLE_T library
246 SCI_LIBRARY_HANDLE_T library
Dscif_sas_library.c148 SCI_LIBRARY_HANDLE_T library, in scif_library_allocate_controller() argument
155 if (library != SCI_INVALID_HANDLE) in scif_library_allocate_controller()
157 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T *) library; in scif_library_allocate_controller()
179 scif_library_free_controller(library, fw_controller); in scif_library_allocate_controller()
201 SCI_LIBRARY_HANDLE_T library, in scif_library_free_controller() argument
207 if ( (library != SCI_INVALID_HANDLE) && (controller != SCI_INVALID_HANDLE) ) in scif_library_free_controller()
210 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T*) library; in scif_library_free_controller()
220 (SCIF_SAS_LIBRARY_T *) library, in scif_library_free_controller()
/freebsd-12-stable/crypto/heimdal/tools/
Dkrb5-config.in40 library=krb5
76 library=krb5
79 library=gssapi
82 library=kadm-client
85 library=kadm-server
88 library=kafs
124 case $library in
/freebsd-12-stable/contrib/apr-util/
Dapr-util.spec4 Summary: Apache Portable Runtime Utility library
18 free library of C data structures and routines. This library
24 Summary: APR utility library development kit
30 build applications using the APR utility library. The mission
32 library of C data structures and routines.
36 Summary: APR utility library DBM driver
45 Summary: APR utility library PostgreSQL DBD driver
55 Summary: APR utility library MySQL DBD driver
65 Summary: APR utility library SQLite DBD driver
75 Summary: APR utility library ODBC DBD driver
[all …]
Dapu-config.in57 --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-12-stable/crypto/openssl/doc/man3/
DERR_GET_LIB.pod22 The error code returned by ERR_get_error() consists of a library
28 The library number and function code describe where the error
31 Each sub-library of OpenSSL has a unique library number; function and
32 reason codes are unique within each sub-library. Note that different
37 unique. However, when checking for sub-library specific reason codes,
38 be sure to also compare the library number.
45 The library number, function code, reason code, and whether the error
DOPENSSL_init_crypto.pod32 start up that must, subsequently, be freed on close down of the library.
67 library will automatically load the libcrypto error strings.
74 With this option the library will automatically load and make available all
81 With this option the library will automatically load and make available all
88 With this option the library will suppress automatic loading of libcrypto
95 With this option the library will suppress automatic loading of libcrypto
116 With this option the library with automatically initialise the libcrypto async
117 sub-library (see L<ASYNC_start_job(3)>). This is a default option.
121 With this option the library will automatically load and initialise the
126 With this option the library will automatically load and initialise the
[all …]
DERR_load_strings.pod20 ERR_load_strings() registers error strings for library number B<lib>.
30 The error code is generated from the library number and a function and
36 ERR_get_next_error_library() can be used to assign library numbers
43 library number.
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
D__availability20 // library on macOS, iOS and other Apple platforms. In order for users to be
24 // symbol in the library.
27 // introduced in a previously released library is used in a program that targets
28 // that previously released library. Normally, this would be a load-time error
29 // when one tries to launch the program against the older library.
31 // For example, the filesystem library was introduced in the dylib in macOS 10.15.
41 // the library (see below). Whenever a new feature is added that requires support
42 // in the shared library, a macro should be added below to mark this feature
44 // shared library, they can update the markup appropriately.
46 // Furthermore, many features in the standard library have corresponding
[all …]
/freebsd-12-stable/contrib/dialog/
DCOPYING38 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
74 a shared library, the combination of the two is legally speaking a
[all …]
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dcopying-lib.texi44 you if you distribute copies of the library or if you modify it.
46 For example, if you distribute copies of the library, whether gratis
49 code. If you link other code with the library, you must provide
51 with the library after making changes to the library and recompiling
55 library, and (2) we offer you this license, which gives you legal
56 permission to copy, distribute and/or modify the library.
59 there is no warranty for the free library. Also, if the library is
69 any patent license obtained for a version of the library must be
79 When a program is linked with a library, whether statically or using
80 a shared library, the combination of the two is legally speaking a
[all …]
/freebsd-12-stable/contrib/binutils/libiberty/
Dcopying-lib.texi44 you if you distribute copies of the library or if you modify it.
46 For example, if you distribute copies of the library, whether gratis
49 code. If you link other code with the library, you must provide
51 with the library after making changes to the library and recompiling
55 library, and (2) we offer you this license, which gives you legal
56 permission to copy, distribute and/or modify the library.
59 there is no warranty for the free library. Also, if the library is
69 any patent license obtained for a version of the library must be
79 When a program is linked with a library, whether statically or using
80 a shared library, the combination of the two is legally speaking a
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
DREADME.txt7 This directory contains the generic itanium name demangler library. The main
8 purpose of the library is to demangle C++ symbols, i.e. convert the string
13 Why are there multiple copies of the this library in the source tree?
27 generic demangling library identical between both copies to simplify development
30 If you're working on the generic library, then do the work first in libcxxabi,
33 Note that this script just blindly overwrites all changes to the generic library
41 both LLVM and libcxxabi depend on a shared demangler library.
48 included in the core library. In the future though, we should probably move all
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
DREADME.md7 library that provides Unicode normalization, case-folding, and other
24 library for the time being, but plan to add them back in or release them as separate packages.)
35 For compilation of the C library run `make`.
39 The C library is found in this directory after successful compilation
40 and is named `libutf8proc.a` (for the static library) and
41 `libutf8proc.so` (for the dynamic library).
54 The documentation for the C library is found in the `utf8proc.h` header file.
69 An independent Lua translation of this library, [lua-mojibake](https://github.com/differentprogramm…
/freebsd-12-stable/contrib/gcc/doc/
Dcompat.texi25 A library conforms to an ABI if it is implemented according to that ABI@.
117 The C++ library used with a C++ compiler includes the Standard C++
121 of that library are interoperable if one follows the de-facto ABI of the
129 C++ library. This requires specifying the location of the C++ library
130 header files when invoking the compiler whose usual library is not being
140 Similarly, compiling code with G++ that must use a C++ library other
141 than the GNU C++ library requires specifying the location of the header
142 files for that other library.
145 C++ library is to use a C++ driver that specifies that C++ library by
147 to find GCC's C++ library (@file{libstdc++}) plus the other libraries
[all …]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_itt.cpp100 char const *library = va_arg(args, char const *); in __itt_error_handler() local
104 __kmp_msg(kmp_ms_warning, KMP_MSG(IttLoadLibFailed, library), err_code, in __itt_error_handler()
112 __kmp_msg(kmp_ms_warning, KMP_MSG(IttLoadLibFailed, library), err_code, in __itt_error_handler()
120 char const *library = va_arg(args, char const *); in __itt_error_handler() local
122 KMP_WARNING(IttLookupFailed, symbol, library); in __itt_error_handler()
/freebsd-12-stable/contrib/subversion/subversion/
Dsvn_private_config.hw57 /* Link fs fs library into the fs library */
60 /* Link fs fs library into the fs library */
63 /* Link local repos access library to client */
66 /* Link pipe repos access library to client */
77 /* The default HTTP library to use */
/freebsd-12-stable/contrib/libarchive/
DREADME.md3 The libarchive project develops a portable, efficient C library that
6 command-line tools that use the libarchive library.
22 * **libarchive**: a library for reading and writing streaming archives
53 * libarchive.3 gives an overview of the library as a whole
60 * libarchive-formats.5 documents the file formats supported by the library
74 Currently, the library automatically detects and reads the following formats:
96 The library also detects and handles any of the following before evaluating the archive:
108 The library can create archives in any of the following formats:
164 * The library is designed to be extended with new compression and
189 * The library is generally _thread safe_ depending on the platform:
[all …]
/freebsd-12-stable/contrib/libstdc++/
DREADME5 building instructions and notes on how to configure the library in
21 All header files for the C++ library are within this directory,
44 They are not used in this library.
47 Headers that define extensions to the standard library. No
55 Files that are used in constructing the library, but are not
60 library. Support for "make check" and "make check-install" is
86 Contains the runtime library for C++, including exception
/freebsd-12-stable/contrib/mandoc/
Dlib.in20 * These are all possible .Lb strings. When a new library is added, add
34 LINE("libbsdxml", "eXpat XML parser library (libbsdxml, \\-lbsdxml)")
47 LINE("libdevattr", "Device attribute and event library (libdevattr, \\-ldevattr)")
65 LINE("libgmock", "GoogleMock library (libgmock, \\-lgmock)")
66 LINE("libgpio", "General-Purpose Input Output (GPIO) library (libgpio, \\-lgpio)")
67 LINE("libgtest", "GoogleTest library (libgtest, \\-lgtest)")
72 LINE("libiscsi", "iSCSI protocol library (libiscsi, \\-liscsi)")
86 LINE("libmj", "Minimalist JSON library (libmj, \\-lmj)")
91 LINE("libnv", "Name/value pairs library (libnv, \\-lnv)")
117 LINE("libsaslc", "Simple Authentication and Security Layer client library (libsaslc, \\-lsaslc)")
[all …]
/freebsd-12-stable/contrib/ncurses/
DINSTALL78 1. First, decide whether you want ncurses to replace your existing library (in
84 for systems where ncurses is normally installed as a system library (see
138 library names (e.g., libncursesw.a), and the resulting libraries support
142 library interfaces are not binary-compatible with the non-wide-character
148 the library names (e.g., libncursest.a, libncursestw.a).
181 library will search /etc/termcap before the terminfo database, and will
186 This should compile the ncurses library, the terminfo compiler tic(1),
210 The ncurses program is designed specifically to test the ncurses library.
240 If the system already has a curses library that you need to keep using
325 list of library modules that would be suppressed.
[all …]
/freebsd-12-stable/contrib/apr/
Dapr.spec4 Summary: Apache Portable Runtime library
17 free library of C data structures and routines, forming a system
23 Summary: APR library development kit
28 build applications using the APR library. The mission of the
29 Apache Portable Runtime (APR) is to provide a free library of

12345678910>>...45