/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | probe.win32 | 135 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 D | TEST.mk | 163 error 1 :DLL: tests skipped
|
H A D | make.probe | 1867 .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 D | RELEASE | 172 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 D | Makefile | 9 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 D | Makefile | 13 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 D | RELEASE | 1080 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 D | Makefile | 5 CCFLAGS = $(CC.OPTIMIZE) $(CC.DLL)
|
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_serial.h | 41 #define DLL 0 /* ... data latch low (used for baud rate) */ macro
|
H A D | boot_console.c | 456 outb(port + DAT + DLL, baud & 0xff); in serial_adjust_prop()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
H A D | RELEASE | 11 04-02-29 Makefile: compile with $(CC.PIC) for codexlib/sum $(CC.DLL)
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | cpr_wakecode.S | 51 #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 D | README | 23 <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 D | ChangeLog | 118 - 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] 1124 - use macro EXTERN instead of extern to support DLL for BeOS (Sander Stoks) 1280 - add EXPORT in all exported functions (for Windows DLL) 1303 - Add EXPORT keyword for check_func (needed for Windows DLL) 1309 - assign numbers to the exported functions in zlib.def (for Windows DLL) [all …]
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 58 #define DLL 0 /* divisor latch (lsb) */ macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.def | 45 DLL
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Mamfile | 1351 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 D | su_driver.c | 625 OUTB(DAT+DLL, (ASY9600*asy->asy_baud_divisor_factor) & 0xff); in asyattach()
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 427 ** SQLite is a DLL. For some reason, it does not work to call free()
|