HomeSort by relevance Sort by last modified time
    Searched defs:Read (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/audio/utilities/
Audio.cc 153 // Set the current read/write position pointer
176 // Set a new read position
194 // Default read routine reads from the current position
196 Read(
316 // read than could be copied out (eg, if there was a short write to a
367 // Read the data directly into buffer
397 "Read returned a fraction of a sample frame?!\n"));
  /onnv/onnv-gate/usr/src/cmd/bnu/
interface.c 61 GLOBAL ssize_t (*Read)() = read,
92 ssize_t (*IN_read)(); /* read function */
105 { "UNIX", read, write, ioctl, usetup, uteardown },
108 { "TCP", read, write, ioctl, usetup, uteardown },
112 { "Sytek", read, write, ioctl, usetup, uteardown },
116 { "801", read, write, ioctl, usetup, uteardown },
120 { "212", read, write, ioctl, usetup, uteardown },
127 { "TLIS", read, write, tioctl, tssetup, uteardown },
131 { "DK", read, write, ioctl, dksetup, dkteardown }
    [all...]
uucp.h 502 EXTERN ssize_t (*Read)(), (*Write)();
  /onnv/onnv-gate/usr/src/lib/libnsl/dial/
interface.c 51 static ssize_t (*Read)() = read,
74 ssize_t (*IN_read)(); /* read function */
83 { "UNIX", read, write, ioctl, usetup, uteardown },
89 { "TLIS", read, write, tioctl, tssetup, uteardown },
103 Read = Interface[i].IN_read;
153 * tread - tli read routine
uucp.h 396 static ssize_t (*Read)(), (*Write)();
  /onnv/onnv-gate/usr/src/common/lzma/
Types.h 119 SRes (*Read)(void *p, void *buf, size_t *size);
145 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
158 SRes (*Read)(void *p, void *buf, size_t *size);
159 /* reads directly (without buffer). It's same as ISeqInStream::Read */
166 /* reads via ILookInStream::Read */
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
postio.c 45 * I've added code that will let you split the program into separate read/write
54 * separate read and write processes after the intial connection is made. If you
105 * separate read and write processes and everything not bracketed by "%%[ "
108 * stderr). The -R2 option does almost the same thing (ie. separate read and
160 static int splitme = FALSE; /* into READ & WRITE procs if TRUE */
161 static int whatami = READWRITE; /* a READ or WRITE process - or both */
231 * Can run as a single process or as separate read/write processes. What's
269 split(); /* into read/write processes - maybe */
310 * force separate read and write processes by eventually setting splitme to TRUE
447 if (tostdout == TRUE) /* force separate read/write procs *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
perliol.h 33 SSize_t(*Read) (pTHX_ PerlIO *f, void *vbuf, Size_t count);
  /onnv/onnv-gate/usr/src/cmd/lp/include/
lp.h 498 * Read/Write).
513 #define Read _Read
  /onnv/onnv-gate/usr/src/cmd/ttymon/
uucp.h 439 EXTERN int (*Read)(), (*Write)();

Completed in 360 milliseconds