/freebsd/crypto/openssl/demos/bio/ |
H A D | descrip.mms | 10 SHARED = TRUE 13 #SHARED = FALSE 16 IF "$(SHARED)" .EQS. "TRUE" THEN DEFINE OPT []shared.opt 17 IF "$(SHARED)" .NES. "TRUE" THEN DEFINE OPT []static.opt
|
/freebsd/contrib/libfido2/windows/ |
H A D | build.ps1 | 146 -DBUILD_SHARED_LIBS="${SHARED}" -DLIBRESSL_TESTS=OFF ` 165 -DBUILD_SHARED_LIBS="${SHARED}" ` 183 -DBUILD_SHARED_LIBS="${SHARED}" ` 213 -DBUILD_SHARED_LIBS="${SHARED}" ` 234 if ("${SHARED}" -eq "ON") {
|
/freebsd/lib/csu/common/ |
H A D | crtbegin.c | 32 #ifndef SHARED 81 #ifdef SHARED in __do_global_dtors_aux()
|
/freebsd/share/sendmail/ |
H A D | Makefile | 18 SHARED?= copies macro 22 beforeinstall: ${SHARED}
|
/freebsd/contrib/libder/libder/ |
H A D | CMakeLists.txt | 3 add_library(der SHARED ${libder_SOURCES})
|
/freebsd/contrib/ncurses/misc/ |
H A D | form.ref | 5 ; SHARED VARIABLES
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 114 SHARED = 3, enumerator
|
H A D | NVPTXISelDAGToDAG.cpp | 707 case llvm::ADDRESS_SPACE_SHARED: return NVPTX::PTXLdStInstCode::SHARED; in getCodeAddrSpace() 941 CodeAddrSpace != NVPTX::PTXLdStInstCode::SHARED && in tryLoad() 1072 CodeAddrSpace != NVPTX::PTXLdStInstCode::SHARED && in tryLoadVector() 1719 CodeAddrSpace != NVPTX::PTXLdStInstCode::SHARED && in tryStore() 1865 CodeAddrSpace != NVPTX::PTXLdStInstCode::SHARED && in tryStoreVector()
|
/freebsd/include/ |
H A D | Makefile | 329 SHARED?= copies macro 362 stage_includes: ${SHARED} 501 installincludes: ${SHARED} 502 ${SHARED}: compat
|
/freebsd/contrib/googletest/googletest/cmake/ |
H A D | internal_utils.cmake | 163 # type can be either STATIC or SHARED to denote a static or shared library. 187 if (BUILD_SHARED_LIBS OR type STREQUAL "SHARED") 206 cxx_library_with_type(${name} SHARED "${cxx_flags}" ${ARGN})
|
/freebsd/share/mk/ |
H A D | bsd.subdir.mk | 94 ${MAKE} install installconfig -DNO_SUBDIR DISTBASE=/${dist} DESTDIR=${DISTDIR}/${dist} SHARED=copies
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.conf | 2007 auth_alg=SHARED
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | CMakeLists.txt | 45 "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)") 211 set(EVENT_LIBRARY_TYPE SHARED) 220 "Building SHARED and STATIC is not supported for MSVC " 222 " between STATIC library and IMPORTED library for SHARED libraries)") 231 elseif ("${EVENT_LIBRARY_TYPE}" STREQUAL "SHARED")
|
H A D | README.md | 30 # Type of the library to build (SHARED or STATIC) 31 # Default is: SHARED for MSVC, otherwise BOTH
|
/freebsd/contrib/libevent/ |
H A D | CMakeLists.txt | 45 "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)") 211 set(EVENT_LIBRARY_TYPE SHARED) 220 "Building SHARED and STATIC is not supported for MSVC " 222 " between STATIC library and IMPORTED library for SHARED libraries)") 231 elseif ("${EVENT_LIBRARY_TYPE}" STREQUAL "SHARED")
|
H A D | README.md | 30 # Type of the library to build (SHARED or STATIC) 31 # Default is: SHARED for MSVC, otherwise BOTH
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | AddEventLibrary.cmake | 127 add_library("${LIB_NAME}_shared" SHARED ${LIB_SOURCES})
|
/freebsd/contrib/libfido2/src/ |
H A D | CMakeLists.txt | 141 add_library(fido2_shared SHARED ${FIDO_SOURCES} ${COMPAT_SOURCES})
|
/freebsd/contrib/libevent/cmake/ |
H A D | AddEventLibrary.cmake | 127 add_library("${LIB_NAME}_shared" SHARED ${LIB_SOURCES})
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXInstPrinter.cpp | 238 case NVPTX::PTXLdStInstCode::SHARED: in printLdStCode()
|
/freebsd/sys/contrib/libsodium/contrib/ |
H A D | Findsodium.cmake | 249 set(_LIB_TYPE SHARED)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_access.cpp | 323 goto SHARED; in CheckRaces() 358 SHARED: in CheckRaces()
|
/freebsd/contrib/libucl/ |
H A D | CMakeLists.txt | 234 SET (LIB_TYPE SHARED)
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | gettext.m4 | 29 dnl AM-DISABLE-SHARED).
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 75 =head1 THE THREE SHARED DRBG INSTANCES
|