| /freebsd/crypto/krb5/src/build-tools/ |
| H A D | krb5-config.in | 47 library=krb5 92 library=krb5 95 library=gssapi 98 library=gssrpc 101 library=kadm_client 104 library=kadm_server 107 library=kdb 225 if test $library = 'kdb'; then 227 library=krb5 230 if test $library = 'kadm_server'; then [all …]
|
| /freebsd/krb5/util/build-tools/ |
| H A D | krb5-config.sh | 49 library=krb5 94 library=krb5 97 library=gssapi 100 library=gssrpc 103 library=kadm_client 106 library=kadm_server 109 library=kdb 227 if test $library = 'kdb'; then 229 library=krb5 232 if test $library = 'kadm_server'; then [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_LIB_CTX.pod | 9 - 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 D | ERR_GET_LIB.pod | 20 The error code returned by ERR_get_error() consists of a library 26 The library number describes where the error 29 Each sub-library of OpenSSL has a unique library number; the 30 reason code is unique within each sub-library. Note that different 34 unique. However, when checking for sub-library specific reason codes, 35 be sure to also compare the library number. 41 The library number, reason code, and whether the error
|
| 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 will automatically load and initialise the [all …]
|
| H A D | ERR_put_error.pod | 33 error occurred in the library B<lib> for the reason given by the 44 B<func> of library B<lib>, in line number B<line> of B<file>. 72 =head3 OpenSSL library reports 74 Each OpenSSL sub-library has library code B<ERR_LIB_XXX> and has its own set 92 This "library code" indicates that a system error is being reported. In 101 with any sub-library code. 117 To get a "library" code, call L<ERR_get_next_error_library(3)>; this gives 122 Reason codes for each such "library" are determined or generated by the 128 The exceptions mentioned in L</OpenSSL library reports> above are valid for 134 ... and they may use B<ERR_R_XXX> macros together with their own "library" [all …]
|
| /freebsd/sys/dev/isci/scil/ |
| H A D | scic_sds_library.c | 74 #define SCIC_LIBRARY_CONTROLLER_MEMORY_START(library) \ argument 75 ((char *)(library) + sizeof(SCIC_SDS_LIBRARY_T)) 115 SCI_LIBRARY_HANDLE_T library, in scic_library_set_pci_info() argument 120 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_set_pci_info() 145 SCI_LIBRARY_HANDLE_T library, in scic_library_allocate_controller() argument 152 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_allocate_controller() 178 SCI_LIBRARY_HANDLE_T library, in scic_library_free_controller() argument 184 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_free_controller() 195 SCI_LIBRARY_HANDLE_T library in scic_library_get_pci_device_controller_count() argument 201 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_get_pci_device_controller_count() [all …]
|
| H A D | sci_base_library.h | 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]; \ 146 library, \ argument 153 ((((char *)(controller)) - ((char *)(library)->controllers))\ 157 && (! sci_pool_full((library)->parent.controller_id_pool)) ) \ 159 sci_pool_put((library)->parent.controller_id_pool, index); \ 172 library, \ argument 185 library, \ [all …]
|
| H A D | scic_library.h | 130 SCI_LIBRARY_HANDLE_T library, 152 SCI_LIBRARY_HANDLE_T library 171 SCI_LIBRARY_HANDLE_T library, 191 SCI_LIBRARY_HANDLE_T library, 210 SCI_LIBRARY_HANDLE_T library 227 SCI_LIBRARY_HANDLE_T library 244 SCI_LIBRARY_HANDLE_T library
|
| H A D | scif_sas_library.c | 146 SCI_LIBRARY_HANDLE_T library, in scif_library_allocate_controller() argument 153 if (library != SCI_INVALID_HANDLE) in scif_library_allocate_controller() 155 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T *) library; in scif_library_allocate_controller() 177 scif_library_free_controller(library, fw_controller); in scif_library_allocate_controller() 199 SCI_LIBRARY_HANDLE_T library, in scif_library_free_controller() argument 205 if ( (library != SCI_INVALID_HANDLE) && (controller != SCI_INVALID_HANDLE) ) in scif_library_free_controller() 208 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T*) library; in scif_library_free_controller() 218 (SCIF_SAS_LIBRARY_T *) library, in scif_library_free_controller()
|
| /freebsd/contrib/pam-krb5/m4/ |
| H A D | lib-helper.m4 | 4 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 …]
|
| H A D | krb5-config.m4 | 4 dnl linker flags for a library via krb5-config and sets the appropriate shell 45 dnl Obtain the library flags for a particular library using krb5-config. 48 dnl library flags. 58 dnl Attempt to find the flags for a library using krb5-config. Takes the 61 dnl 1. The root directory for the library in question, generally from an 65 dnl library. 71 dnl library type. 74 dnl for that library type. 78 dnl krb5-config didn't take an argument to specify the library type, but
|
| H A D | kadm5clnt.m4 | 1 dnl Find the compiler and linker flags for the kadmin client library. 4 dnl library. Provides the --with-kadm5clnt, --with-kadm5clnt-include, and 6 dnl the library. Uses krb5-config where available unless reduced dependencies 16 dnl sets rra_use_KADM5CLNT to true if the library is found. 46 dnl Does the appropriate library checks for reduced-dependency kadmin client 48 dnl client library could not be found. 54 [AC_MSG_ERROR([cannot find usable kadmin client library])])]) 70 dnl The core of the library checking, shared between RRA_LIB_KADM5CLNT and 72 dnl if the kadmin client library could not be found.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticInstallAPIKinds.td | 22 def err_cannot_find_reexport : Error<"cannot find re-exported %select{framework|library}0: '%1'">; 30 def err_more_than_one_library: Error<"more than one framework/dynamic library found">; 36 def err_library_missing_symbol : Error<"declaration has external linkage, but dynamic library doesn… 37 def warn_library_missing_symbol : Warning<"declaration has external linkage, but dynamic library do… 38 …Error<"declaration has external linkage, but symbol has internal linkage in dynamic library '%0'">; 39 …aration has external linkage, but symbol has internal linkage in dynamic library '%0'">, InGroup<I… 40 def warn_header_hidden_symbol : Warning<"symbol exported in dynamic library, but marked hidden in d… 41 def err_header_hidden_symbol : Error<"symbol exported in dynamic library, but marked hidden in decl… 42 …_header_symbol_missing : Error<"no declaration found for exported symbol '%0' in dynamic library">; 43 … : Warning<"no declaration was found for exported symbol '%0' in dynamic library">, InGroup<Instal… [all …]
|
| /freebsd/crypto/heimdal/tools/ |
| H A D | krb5-config.in | 40 library=krb5 76 library=krb5 79 library=gssapi 82 library=kadm-client 85 library=kadm-server 88 library=kafs 124 case $library in
|
| /freebsd/contrib/googletest/googletest/cmake/ |
| H A D | libgtest.la.in | 1 # libgtest.la - a libtool library file 5 # It is necessary for linking the library. 7 # Names of this library. 10 # Is this an already installed library? 20 # Directory that this library needs to be installed in:
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | archive.mk | 31 @${MAKE} -f ${MAKEFILE} set-up-library 32 @${MAKE} -f ${MAKEFILE} -dm library 2>&1 \ 35 @${MAKE} -f ${MAKEFILE} tear-down-library 87 set-up-library: .PHONY 93 .if make(library) 104 library: .PHONY libbad.a -lbad libgood.a -lgood 107 tear-down-library: .PHONY
|
| /freebsd/contrib/dialog/ |
| H A D | COPYING | 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 74 a shared library, the combination of the two is legally speaking a [all …]
|
| /freebsd/contrib/pam-krb5/tests/fakepam/ |
| H A D | README | 5 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 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 38 and uses the system PAM library headers, but the underlying [all …]
|
| /freebsd/contrib/libpcap/doc/ |
| H A D | README.linux | 16 library doesn't require routines from some other shared library, and a 17 later version of the shared library does require those routines, the 18 later version of the shared library can be linked with that other shared 19 library and, if it's otherwise binary-compatible with the older version, 23 pcap-config script if they build with the shared library. (The build 26 library.)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | README.txt | 8 library. The main purpose of the library is to demangle C++ symbols, 14 Why are there multiple copies of the this library in the source tree? 33 differences, we want to keep the "core" generic demangling library 36 If you're working on the generic library, then do the work first in 40 blindly overwrites all changes to the generic library in llvm, so be 50 shared demangler library. 57 included in the core library. In the future though, we should probably move all
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | ISSUES | 12 unprotected variable in the library. {add,remove}_error_table do 33 depend on (e.g., if a dynamically loadable Zephyr library's fini 34 function removes the krb4 library error table and then dlcloses the 35 krb4 library, while another dlopen reference keeps the krb4 library 37 number of times it was added before the library itself can be 50 error codes. The com_err library only look at the low 32 bits, so
|
| /freebsd/crypto/openssl/ |
| H A D | HACKING.md | 23 path to where the library itself is built, for example: 25 - For `crypto/build.info`, the library path should be `../libcrypto` 26 - For `crypto/evp/build.info`, the library path should be 28 - For `ssl/build.info`, the library path should be `../libssl` 29 - For `ssl/quic/build.info`, the library path should be `../../libssl` 38 If you are adding new public functions to the custom library build, you need to 47 of the `libcrypto` library unless specified otherwise. *If your new 48 functions are meant for the `libssl` library*, you will need to edit
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_itt.cpp | 97 char const *library = va_arg(args, char const *); in __itt_error_handler() local 101 __kmp_msg(kmp_ms_warning, KMP_MSG(IttLoadLibFailed, library), err_code, in __itt_error_handler() 109 __kmp_msg(kmp_ms_warning, KMP_MSG(IttLoadLibFailed, library), err_code, in __itt_error_handler() 117 char const *library = va_arg(args, char const *); in __itt_error_handler() local 119 KMP_WARNING(IttLookupFailed, symbol, library); in __itt_error_handler()
|
| /freebsd/sys/contrib/zstd/lib/ |
| H A D | Makefile | 120 @echo compiling multi-threaded static library $(LIBVER),\ 121 @echo compiling single-threaded static library $(LIBVER)) 133 @echo compiling dynamic library $(LIBVER) 161 @echo compiling multi-threaded dynamic library $(LIBVER),\ 162 @echo compiling single-threaded dynamic library $(LIBVER)) 237 @echo compiling single-thread dynamic library $(LIBVER) 247 @echo Cleaning library completed 312 @echo zstd static and shared library installed 324 @echo Installing static library 332 @echo Installing shared library
|