Home
last modified time | relevance | path

Searched full:unbuffered (Results 1 – 25 of 67) sorted by relevance

123

/titanic_41/usr/src/man/man3c/
H A Dsetbuffer.3c26 stream. The three types of buffering available are unbuffered, block buffered,
27 and line buffered. When an output stream is unbuffered, information appears on
35 line buffered. The standard stream \fBstderr\fR is unbuffered by default.
42 input/output will be completely unbuffered. A manifest constant \fBBUFSIZ\fR,
50 from block buffered or unbuffered to line buffered. Unlike \fBsetbuffer()\fR,
54 A stream can be changed from unbuffered or line buffered to block buffered by
56 buffered to unbuffered by using \fBfreopen\fR(3C) followed by \fBsetbuf\fR(3C)
H A Dsetbuf.3c29 will be completely unbuffered. The constant \fBBUFSIZ\fR, defined in the
63 Input/output to be completely unbuffered.
71 unbuffered, \fIbuf\fR and \fIsize\fR are ignored.
H A Dstdio.3c132 by default unbuffered, but use of \fBfreopen()\fR (see \fBfopen\fR(3C)) will
134 unbuffered, information is queued for writing on the destination file or
224 If it is a stream that is unbuffered, no action need be taken.
H A Dfputwc.3c70 either the stream is unbuffered or data in the \fIstream\fR's buffer needs to
H A Dvprintf.3c84 \fIstream\fR is unbuffered or the \fIstream\fR's buffer needed to be flushed
H A Dgetutent.3c154 an unbuffered non-standard write to avoid race conditions between processes
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dfwrite.c65 /* if the file is unbuffered, or if the iop->ptr = iop->base, and there
68 if (iop->_base >= iop->_ptr) { /*this covers the unbuffered case, too*/
H A Dsetbuffer.c54 iop->_flag |= _IONBF; /* file unbuffered except in fastio */ in setbuffer()
H A Dsetvbuf.c55 /* file is unbuffered except in fastio */
H A Dfputs.c120 /* write out to an unbuffered file */ in fputs()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dsetvbuf.c97 /* If setting unbuffered mode, skip all the hard work. */
133 /* No luck; switch to unbuffered I/O. */
H A Dwbuf.c71 ** happen on unbuffered streams, where bf.smb_size==1; sm_io_flush()
H A Dmakebuf.c37 ** Allocate a file buffer, or switch to unbuffered I/O.
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dsetbuffer.c40 * If the buffer is NULL, then make the stream completely unbuffered.
H A Dsetvbuf.c57 iop->_flag |= _IONBF; /* file is unbuffered */ in setvbuf()
H A D_filbuf.c113 * Fill buffer or read 1 byte for unbuffered, handling any errors. in _filbuf()
H A Dfputs.c118 /* write out to an unbuffered file */ in fputs()
/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/
H A Dsetbuf.c51 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
H A Dflsbuf.c137 /* write out an unbuffered file, if have write perm, but no EOF */ in _flsbuf()
233 /* allocate a small block for unbuffered, large for buffered */ in _findbuf()
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/
H A Dsetbuf.c51 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
H A Dfilbuf.c61 /* if this device is a terminal (line-buffered) or unbuffered, then */ in _filbuf()
H A Dflsbuf.c140 /* write out an unbuffered file, if have write perm, but no EOF */ in _flsbuf()
238 /* allocate a small block for unbuffered, large for buffered */ in _findbuf()
/titanic_41/usr/src/man/man9f/
H A Dphysio.9f104 \fBphysio()\fR performs unbuffered \fBI/O\fR operations between the device
/titanic_41/usr/src/man/man3head/
H A Dstdio.h.3head57 input/output unbuffered
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dio.h221 #define SMNBF 0x000004 /* unbuffered */
251 #define SM_IO_NBF 2 /* setvbuf should set unbuffered */

123