Searched refs:dll (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_mod.h108 struct dll { struct
116 SLIST_ENTRY(dll) next;
119 /* Functions used with dll module. */
122 int attach_dll(struct dll *);
124 struct dll *walk_dll_chain(void);
H A Dalias_mod.c130 static SLIST_HEAD(dll_chain, dll) dll_chain = SLIST_HEAD_INITIALIZER(dll_chain);
132 attach_dll(struct dll *p)
134 struct dll *b;
147 struct dll *b, *b_tmp;
154 SLIST_REMOVE(&dll_chain, b, dll, next);
161 struct dll *
164 struct dll *t;
/freebsd-13-stable/contrib/ncurses/
H A DMakefile.os248 # No rule to make target `lib/ncurses4.dll'
73 # them --_nc_panel_hook, _nc_ada*, etc-- are needed outside ncurses.dll.
134 DLLS = $(addsuffix .dll, $(addprefix ./lib/, $(DLL_ROOTS)))
151 ./lib/%$(DLL_TAG).dll : ./lib/%.a
172 echo installing ./lib/$$i.dll as $(LIBDIR)/$$i.dll; \
173 $(INSTALL_DATA) ./lib/$$i.dll $(LIBDIR)/$$i.dll; done
180 echo uninstalling $(LIBDIR)/$$i.dll; \
181 rm -f $(LIBDIR)/$$i.dll; don
[all...]
/freebsd-13-stable/contrib/ncurses/misc/
H A Dshlib110 *.dll)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc101 // | Handles | DbgHelp.dll | CreateSnapshot | EnumProcessModulesEx
107 // * Not including the load time of Dbghelp.dll (~.005 sec)
137 // Doing that here is causing real problems for the JIT where msvc.dll
138 // and ucrt.dll can define the same symbols. The runtime linker will choose
139 // symbols from ucrt.dll first, but iterating NOT in reverse here would
140 // mean that the msvc.dll versions would be returned.
/freebsd-13-stable/contrib/bearssl/conf/
H A DWin.mk23 D = .dll
28 # BEARSSLDLL = bearssl.dll
66 # (e.g. 'make dll' to force build the DLL).
H A DUnix.mk65 # (e.g. 'make dll' to force build the DLL).
/freebsd-13-stable/contrib/apr/
H A Dlibapr.mak39 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
122 -@erase "$(OUTDIR)\libapr-1.dll"
176 LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\libapr-1.pdb" /debug /out:"$(OUTDIR)\libapr-1.dll" /implib:"$(OUTDIR)\libapr-1.lib" /opt:ref
256 "$(OUTDIR)\libapr-1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
261 TargetPath=.\Release\libapr-1.dll
270 "$(DS_POSTBUILD_DEP)" : "$(OUTDIR)\libapr-1.dll"
271 if exist .\Release\libapr-1.dll.manifest mt.exe -manifest .\Release\libapr-1.dll.manifest -outputresource:.\Release\libapr-1.dll;
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/
H A DMakefile252 LIBZSTD = dll/libzstd.dll
255 $(CC) $(FLAGS) -DZSTD_DLL_EXPORT=1 -Wl,--out-implib,dll/libzstd.dll.a -shared $^ -o $@
345 $(RM) dll/libzstd.dll dll/libzstd.lib libzstd-nomt*
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dpcsc_funcs.c128 * dynamically from winscard.dll for now. */
130 static HINSTANCE dll = NULL; /* winscard.dll */ variable
195 if (dll)
198 dll = LoadLibrary("winscard");
199 if (dll == NULL) {
200 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll "
207 dll_ ## s = (void *) GetProcAddress(dll, sym); \
228 "winscard.dll", sym);
229 FreeLibrary(dll);
[all...]
/freebsd-13-stable/contrib/bearssl/mk/
H A DDefaults.mk39 DLL = dll
H A Dmkrules.sh503 dll: \$(BEARSSLDLL)
/freebsd-13-stable/usr.sbin/bhyve/
H A Duart_emul.c127 uint8_t dll; /* Baudrate divisor latch LSB */ member in struct:uart_softc
354 sc->dll = divisor;
422 sc->dll = value;
540 reg = sc->dll;
746 SNAPSHOT_VAR_OR_LEAVE(sc->dll, meta, ret, done);
/freebsd-13-stable/contrib/sqlite3/
H A DMakefile.msc242 SQLITE3DLL = winsqlite3.dll
244 SQLITE3DLL = sqlite3.dll
397 # nmake /f Makefile.msc sqlite3.dll
404 # nmake /f Makefile.msc sqlite3.dll
970 core: dll shell
982 dll: $(SQLITE3DLL)
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib
/freebsd-13-stable/contrib/libucl/
H A DMakefile.w329 SONAME = libucl.dll
/freebsd-13-stable/contrib/apr-util/test/
H A DMakefile.win121 SHLDFLAGS = /nologo /dll /debug /subsystem:windows /incremental:no
/freebsd-13-stable/contrib/libevent/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DConfig.h126 bool dll = false; member in struct:lld::coff::Configuration
/freebsd-13-stable/contrib/file/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib
/freebsd-13-stable/sys/contrib/openzfs/config/
H A Dconfig.rpath537 shrext=.dll
538 library_names_spec='$libname.dll.a $libname.lib'
614 shrext=.dll
/freebsd-13-stable/sys/contrib/zstd/programs/
H A DMakefile287 ## zstd-dll: zstd executable linked to dynamic library libzstd (must already exist)
294 .PHONY: zstd-dll
295 zstd-dll : LDFLAGS+= -L$(ZSTDDIR) -lzstd
296 zstd-dll : ZSTDLIB_FULL_SRC =
297 zstd-dll : $(ZSTD_CLI_OBJ)
/freebsd-13-stable/contrib/openpam/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak113 ALL : "..\..\..\Build\Release\libisc.dll"
197 -@erase "..\..\..\Build\Release\libisc.dll"
210 LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib $(LIBXML) /nologo /dll /incremental:no /pdb:"$(OUTDIR)\libisc.pdb" /machine:I386 /def:".\libisc.def" /out:"../../../Build/Release/libisc.dll" /implib:"$(OUTDIR)\libisc.lib"
292 "..\..\..\Build\Release\libisc.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
306 ALL : "..\..\..\Build\Debug\libisc.dll" "$(OUTDIR)\libisc.bsc"
471 -@erase "..\..\..\Build\Debug\libisc.dll"
567 LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib $(LIBXML) /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\libisc.pdb" /map:"$(INTDIR)\libisc.map" /debug /machine:I386 /def:".\libisc.def" /out:"../../../Build/Debug/libisc.dll" /implib:"$(OUTDIR)\libisc.lib" /pdbtype:sept
649 "..\..\..\Build\Debug\libisc.dll"
[all...]

Completed in 235 milliseconds

123