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

  /onnv/onnv-gate/usr/src/cmd/audio/utilities/
Audio.cc 153 // Set the current read/write position pointer
185 // Set a new write position
204 // Default write routine writes to the current position
206 Write(
219 Double& pos) // write position (updated)
221 // The default action is just to write the data.
316 // read than could be copied out (eg, if there was a short write to a
404 // If the write was short, back up the input pointer
409 "Write returned a fraction of a sample frame?!\n"));
  /onnv/onnv-gate/usr/src/common/lzma/
Types.h 131 size_t (*Write)(void *p, const void *buf, size_t size);
  /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 "%%[ "
109 * write processes), but everything that comes back from the printer goes to
160 static int splitme = FALSE; /* into READ & WRITE procs if TRUE */
161 static int whatami = READWRITE; /* a READ or WRITE process - or both */
206 static int Write(int, char *, int);
231 * Can run as a single process or as separate read/write processes. What's
269 split(); /* into read/write processes - maybe */
272 cleanup(); /* make sure the write process stops *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
perliol.h 35 SSize_t(*Write) (pTHX_ PerlIO *f, const void *vbuf, Size_t count);
  /onnv/onnv-gate/usr/src/cmd/lp/include/
lp.h 184 #define NAME_WRITE "write"
281 #define WRITE "write"
498 * Read/Write).
520 #define Write _Write

Completed in 180 milliseconds