Home | History | Annotate | Download | only in librmt

Lines Matching defs:WRITE

19  *	Redone as a library that can replace open, read, write, etc, by
27 * WRITE --- Return the number of the write side file descriptor
80 #define WRITE(fd) (Ptc[fd][1])
94 close(WRITE(fildes));
96 WRITE(fildes) = -1;
117 if ((size_t)write(WRITE(fildes), buf, blen) == blen) {
270 if (READ(i) == -1 && WRITE(i) == -1)
325 READ(i) = WRITE(i) = _rmt_rexec(host, login);
441 * _rmt_write --- write a buffer to the remote tape
456 if ((size_t)write(WRITE(fildes), buf, nbyte) == nbyte) {
583 * # define write rmtwrite
676 (WRITE(unbias) != -1 || READ(unbias) != -1);
698 * Write to stream. Looks just like write(2) to caller.
709 return write(fildes, buf, nbyte);