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

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
QuotedPrint.pm 42 # 3 handle to write to
45 sub WRITE {
47 # Encode whatever needs to be encoded and write to handle: indicate result
50 } #WRITE
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
sigtrap.t 81 sub WRITE {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Dev/
Null.pm 5 sub WRITE {}
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/sys5/
assert.c 39 #define WRITE(s, n) (void) write(2, (s), (n))
40 #define WRITESTR(s1, n, s2) WRITE((s1), n), \
41 WRITE((s2), (unsigned) strlen(s2))
65 WRITE(linestr, (unsigned) strlen(linestr));
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
assembler.t 27 Because Disassembler.pm also assumes input from a file, we write the
87 sub WRITE($$;$$){
289 # Write instruction(s) for correct operand values each operand type class
295 # Write one instruction for each opcode.
317 # Write instruction(s) for incorrect operand values each operand type class
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
Handle.pm 32 For developers wishing to write their own tied-handle classes, the methods
45 =item WRITE this, scalar, length, offset
47 Write I<length> bytes of data from I<scalar> starting at I<offset>.
142 if($self->can('WRITE') != \&WRITE) {
145 $self->WRITE($buf,length($buf),0);
155 if($self->can('WRITE') != \&WRITE) {
157 $self->WRITE($buf,length($buf),0);
187 sub WRITE {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
tiehandle.t 62 sub WRITE {
63 ::compare(WRITE => @_);
125 @expect = (WRITE => $ob, $buf, 4,1);
132 @expect = (WRITE => $ob, $buf, 4);
139 @expect = (WRITE => $ob, $buf, 6);
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfpopen.c 35 #define WRITE 1
214 { pkeep = READ; ckeep = WRITE; }
215 else { pkeep = WRITE; ckeep = READ; }
248 { pkeep = WRITE; ckeep = READ; }
249 else { pkeep = READ; ckeep = WRITE; }
  /onnv/onnv-gate/usr/src/cmd/chmod/
common.c 69 #define WRITE 00222 /* write permit */
75 #define GROUP_RWX (GROUP & (READ | WRITE | EXEC))
185 perms_msk &= (READ|WRITE|EXEC);
198 perms_msk |= WRITE;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/net/
ruserpass.c 45 #define WRITE 5
86 t->tokstr = "write"; t++->tval = WRITE;
183 case WRITE:
  /onnv/onnv-gate/usr/src/lib/libsocket/inet/
ruserpass.c 63 #define WRITE 5
101 t->tokstr = "write"; t++->tval = WRITE;
212 case WRITE:
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
postio.h 67 * lets you split the program into separate read and write processes, thereby
73 * line. The READ flag means the line can be read, while the WRITE flag means
75 * set. I tried to overlay the separate read/write process code on what was
82 #define WRITE 2
128 #define WRITEPROCESS 12 /* dummy states for write process */
  /onnv/onnv-gate/usr/src/cmd/avs/dsstat/
dsstat.h 80 #define WRITE 0x04
91 #define SNDR_DIS_MASK (SUMMARY | READ | WRITE | TIMING | FLAGS | PCTS | \
95 #define IIMG_DIS_MASK (SUMMARY | READ | WRITE | TIMING | FLAGS | PCTS | RATIO)
98 #define CACHE_DIS_MASK (SUMMARY | READ | WRITE | FLAGS | DESTAGED | WRCANCEL)
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
constants.h 70 #define WRITE 2 /* access(2) parameter */
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_temp.c 46 #define WRITE 1
188 bp = getblock(tl, WRITE);
202 bp = getblock(tl += INCRMT, WRITE);
212 int write();
260 blkio(iblock2, ibuff2, write);
276 blkio(iblock, ibuff, write);
299 blkio(oblock, crbuf, write);
301 blkio(oblock, obuff, write);
354 if (write(tfile, pagrnd(incorb[1]), i * BUFSIZE) != (i * BUFSIZE))
385 blkio(iblock, ibuff, write);
    [all...]
exrecover.c 165 * Got (one of the versions of) it, write it back to the editor.
235 * write them to the standard output.
589 (void)write(tfile, "LOST", 5);
598 * in which the editor tried to write them.
718 if (write(io, genbuf, nib) != nib)
731 if (write(io, genbuf, nib) != nib)
755 #define WRITE 1
775 int write();
825 write(2, " ", 1);
  /onnv/onnv-gate/usr/src/cmd/tip/
tip.h 101 #define WRITE 01 /* write access to variable */
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
ftp.c 47 * WRITE() returns:
54 #define WRITE(x, y, z) secure_write(x, y, z)
886 if ((d = WRITE(fileno(dout), buf, c)) < 0)
1235 d = write(fileno(fout), &buf[n], c - n);
    [all...]
  /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
  /onnv/onnv-gate/usr/src/cmd/ed/
ed.c 49 "write or open on pipe failed", /* 0 */
78 "write error", /* 29 */
163 #define WRITE 1
265 static int flag28 = 0; /* Prevents write after a partial read */
508 write(1, gettext(prompt), strlen(gettext(prompt)));
882 /* Leave fchange alone if partial write was to another file */
1420 write(1, gettext("line too long: lno = "),
1446 write(1, gettext("line too long: lno = "),
1460 if (write(io, genbuf, n) != n)
1465 if (dol->cur == 0L)break; /* Allow write of null file *
    [all...]

Completed in 800 milliseconds