Home
last modified time | relevance | path

Searched refs:DLL (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dprobe.win32135 dialect="ANSI CLOSURE DYNAMIC EXPORT=DLL LIBPP -I-"
170 CC.DLL = -D_BLD_DLL
172 CC.DLL.DEF = -D_BLD_DLL
173 CC.DLL.DIR = \$(BINDIR)
174 CC.DLL.LIBRARIES =
175 CC.DLL.VARIANTS =
188 CC.LIB.DLL = option
H A DTEST.mk163 error 1 :DLL: tests skipped
H A Dmake.probe1867 .dll:*win*) dialect="$dialect EXPORT=DLL" ;;
2152 echo CC.DLL = $CC_DLL
2153 echo CC.DLL.DEF = $cc_dll_def
2154 echo CC.DLL.DIR = $CC_DLL_DIR
2155 echo CC.DLL.LIBRARIES = $CC_DLL_LIBRARIES
2156 echo CC.DLL.VARIANTS = $CC_DLL_VARIANTS
2182 echo CC.LIB.DLL = $CC_LIB_DLL
H A DRELEASE172 07-04-11 make.probe: fix CC.PICBIG probe, default { CC.PIC CC.DLL } to BIG
279 make.probe: add mvs -Wc,dll,exportall,longname,rent to CC.DLL probe
324 make.probe: add CC.DIALECT EXPORT={ALL,REF,EXT,DLL}
408 make.probe: resurrect CC.PIC with separate semantics from CC.DLL
453 make.probe: add CC.DLL.DIR = $(BINDIR) or $(LIBDIR)
682 01-04-24 TEST.mk: no tests for VARIANT=="DLL"
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DMakefile9 CCFLAGS = $(CC.SUFFIX.DEBUG:+$(CC.DEBUG)) $(CC.OPTIMIZE) $(CC.DLL)
12 CC.DLL.ORIGIN = $(CC.LD.ORIGIN:C,/.*,,)
13 LDFLAGS = $(CC.DLL.ORIGIN)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile13 CCFLAGS = $(CC.SUFFIX.DEBUG:+$(CC.DEBUG)) $(CC.OPTIMIZE) $(CC.DLL)
403 DLL = $(ID)$(VERSION:/[^0-9]//G) macro
411 echo LIBRARY $(DLL:F=%(upper)s)
418 } > $(MINI).tmp/$(DLL)$(CC.SUFFIX.LD:O=1)
420 …$(LD) $(CCFLAGS:N=-[gG]*) $(CC.SHARED) -o $(DLL) $(DLL)$(CC.SUFFIX.LD:O=1) $(*$(ID).so/$(DLL)$(CC.…
422 $(MV) $(MINI).tmp/$(DLL)$(CC.SUFFIX.SHARED) $(<)
H A DRELEASE1080 comp/regcmp.c: __ia64 workaround fixed by proper CC.DLL probe
1081 comp/getdate.c: __ia64 workaround fixed by proper CC.DLL probe
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DMakefile5 CCFLAGS = $(CC.OPTIMIZE) $(CC.DLL)
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_serial.h41 #define DLL 0 /* ... data latch low (used for baud rate) */ macro
H A Dboot_console.c456 outb(port + DAT + DLL, baud & 0xff); in serial_adjust_prop()
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A DRELEASE11 04-02-29 Makefile: compile with $(CC.PIC) for codexlib/sum $(CC.DLL)
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.S51 #define DLL 0 /* divisor latch (lsb) */ macro
413 D16 movl $_CONST(COM1+DLL), %edx / divisor latch lsb
434 D16 movl $_CONST(COM2+DLL), %edx / divisor latch lsb
/illumos-gate/usr/src/contrib/zlib/
H A DREADME23 <info@winimage.com> for the Windows DLL version. The zlib home page is
58 - For Windows DLL versions, please see win32/DLL_FAQ.txt
H A DChangeLog118 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
442 - Add DLL install in win32/makefile.gcc [Bar-Lev]
918 - FAQ update regarding the Windows DLL [Truta]
922 - Adapt the zlib interface to the new DLL convention guidelines [Truta]
941 - Update contrib/vstudio/vc70_32 to comply with the new DLL guidelines
962 - Synchronize zconf.h with the new Windows DLL interface [Truta]
1280 - add EXPORT in all exported functions (for Windows DLL)
1303 - Add EXPORT keyword for check_func (needed for Windows DLL)
1347 - zlibVersion and gzerror return const char* (needed for DLL)
1363 - added Windows DLL support
[all …]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h58 #define DLL 0 /* divisor latch (lsb) */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.def45 DLL
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h68 #define DLL 0 /* divisor latch (lsb) */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile1351 setv CC.DLL -UCC.DLL
1362 setv CC.DLL -UCC.DLL
1378 setv CC.DLL -UCC.DLL
1386 setv CC.DLL -UCC.DLL
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c625 OUTB(DAT+DLL, (ASY9600*asy->asy_baud_divisor_factor) & 0xff); in asyattach()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in427 ** SQLite is a DLL. For some reason, it does not work to call free()
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c1008 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + (DAT+DLL), in asyattach()