Searched refs:dos (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c395 Dosdisc_t *dos; local
401 if(!(dos = (Dosdisc_t*)malloc(sizeof(Dosdisc_t))) )
403 memset(dos,'\0',sizeof(Dosdisc_t));
405 dos->disc.readf = dos_read;
406 dos->disc.writef = NIL(Sfwrite_f);
407 dos->disc.seekf = dos_seek;
408 dos->disc.exceptf = dos_except;
410 if(sfdisc(f,(Sfdisc_t*)dos) != (Sfdisc_t*)dos)
411 { free(dos);
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h212 #define AWK_PROTOTYPE M_ETCDIR(awkrunf.dos)
213 #define AWK_LPROTOTYPE M_ETCDIR(awkrunf.dos)
215 #define AWK_PROTOTYPE M_ETCDIR(awkrun.dos)
216 #define AWK_LPROTOTYPE M_ETCDIR(awkrunl.dos)
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java340 DataOutputStream dos = null;
344 dos = new DataOutputStream(outStream);
349 dos = new DataOutputStream(sock.getOutputStream());
366 dos.write(baos.toByteArray(), 0, baos.size());
H A DTransact.java633 DataOutputStream dos = new DataOutputStream(s.getOutputStream());
647 dos.write(outbuf, 0, outbuf.length);
/illumos-gate/usr/src/cmd/sunpc/other/
H A Ddos2unix.c71 #include <dos.h>
H A Dunix2dos.c74 #include <dos.h>
/illumos-gate/usr/src/tools/scripts/
H A Dinterface_check.pl174 # First determine what versions exist that offer interfaces. pvs -dos
180 foreach my $Line (split(/\n/, `pvs -dos $FullPath 2>&1`)) {
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl740 # This subroutine runs pvs -dos directly on the Solaris shared
743 # % pvs -dos /usr/lib/libsocket.so.1
784 $output = `$cmd_pvs -dos '$library' 2>/dev/null`;
841 `$cmd_pvs -dos -N '$vers' '$library' 2>/dev/null`;

Completed in 74 milliseconds