Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DMakefile.PL49 open(DLL, '>' . File::Spec->catfile("win32", "$name.dll"))
51 binmode(DLL);
52 print DLL unpack "u", $uudata;
53 close(DLL);
/onnv-gate/usr/src/uts/i86pc/boot/
H A Dboot_serial.h43 #define DLL 0 /* ... data latch low (used for baud rate) */ macro
H A Dboot_console.c418 outb(port + DAT + DLL, baud & 0xff); in serial_adjust_prop()
/onnv-gate/usr/src/lib/libsum/common/
H A DRELEASE10 04-02-29 Makefile: compile with $(CC.PIC) for codexlib/sum $(CC.DLL)
/onnv-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s51 #define DLL 0 /* divisor latch (lsb) */ macro
501 D16 movl $[COM1+DLL], %edx / divisor latch lsb
522 D16 movl $[COM2+DLL], %edx / divisor latch lsb
/onnv-gate/usr/src/uts/sun4/sys/
H A Dsudev.h58 #define DLL 0 /* divisor latch (lsb) */ macro
/onnv-gate/usr/src/lib/libpp/common/
H A Dpp.def45 DLL
/onnv-gate/usr/src/uts/common/sys/
H A Dasy.h67 #define DLL 0 /* divisor latch (lsb) */ macro
/onnv-gate/usr/src/common/openssl/
H A DFAQ639 default version for OpenSSL is /MD - "Multithreaded DLL".
668 Multithreaded DLL /MD - OpenSSL defaults to this.
669 Debug Multithreaded DLL /MDd
H A DCHANGES1288 *) Change the DLL names for Cygwin to cygcrypto-x.y.z.dll and
2843 *) Have the zlib compression code load ZLIB.DLL dynamically under
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dinstallperl321 -f $perldll || die "No perl DLL built\n";
324 # Install the DLL
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperltodo.pod250 =head2 DLL Versioning
252 Windows needs a way to know what version of an XS or C<libperl> DLL it's
H A Dperltoc.pod5151 =item DLL Versioning
8587 =item DLL name mangling: pre 5.6.2
8589 =item DLL name mangling: 5.6.2 and beyond
8594 =item DLL forwarder generation
H A Dperlhack.pod1650 in the shared library (or DLL if you are running under WIN32). So,
/onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A Dflist_5.8.4_s10.csv3213 "os2/OS2/REXX/DLL","Changes","X",,,"skip"
3214 "os2/OS2/REXX/DLL","DLL.pm","X",,,"skip"
3215 "os2/OS2/REXX/DLL","DLL.xs","X",,,"skip"
3216 "os2/OS2/REXX/DLL","MANIFEST","X",,,"skip"
3217 "os2/OS2/REXX/DLL","Makefile.PL","X",,,"skip"
/onnv-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c623 OUTB(DAT+DLL, (ASY9600*asy->asy_baud_divisor_factor) & 0xff); in asyattach()
/onnv-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in430 ** SQLite is a DLL. For some reason, it does not work to call free()
/onnv-gate/usr/src/lib/libast/common/
H A DRELEASE892 comp/regcmp.c: __ia64 workaround fixed by proper CC.DLL probe
893 comp/getdate.c: __ia64 workaround fixed by proper CC.DLL probe
/onnv-gate/usr/src/uts/common/io/
H A Dasy.c1005 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + (DAT+DLL), in asyattach()