/titanic_41/usr/src/man/man3c/ |
H A D | setbuffer.3c | 26 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 D | setbuf.3c | 29 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 D | stdio.3c | 132 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 D | fputwc.3c | 70 either the stream is unbuffered or data in the \fIstream\fR's buffer needs to
|
H A D | vprintf.3c | 84 \fIstream\fR is unbuffered or the \fIstream\fR's buffer needed to be flushed
|
H A D | getutent.3c | 154 an unbuffered non-standard write to avoid race conditions between processes
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | fwrite.c | 65 /* 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 D | setbuffer.c | 54 iop->_flag |= _IONBF; /* file unbuffered except in fastio */ in setbuffer()
|
H A D | setvbuf.c | 55 /* file is unbuffered except in fastio */
|
H A D | fputs.c | 120 /* write out to an unbuffered file */ in fputs()
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | setvbuf.c | 97 /* If setting unbuffered mode, skip all the hard work. */ 133 /* No luck; switch to unbuffered I/O. */
|
H A D | wbuf.c | 71 ** happen on unbuffered streams, where bf.smb_size==1; sm_io_flush()
|
H A D | makebuf.c | 37 ** Allocate a file buffer, or switch to unbuffered I/O.
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | setbuffer.c | 40 * If the buffer is NULL, then make the stream completely unbuffered.
|
H A D | setvbuf.c | 57 iop->_flag |= _IONBF; /* file is unbuffered */ in setvbuf()
|
H A D | _filbuf.c | 113 * Fill buffer or read 1 byte for unbuffered, handling any errors. in _filbuf()
|
H A D | fputs.c | 118 /* write out to an unbuffered file */ in fputs()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | setbuf.c | 51 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
|
H A D | flsbuf.c | 137 /* 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 D | setbuf.c | 51 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
|
H A D | filbuf.c | 61 /* if this device is a terminal (line-buffered) or unbuffered, then */ in _filbuf()
|
H A D | flsbuf.c | 140 /* 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 D | physio.9f | 104 \fBphysio()\fR performs unbuffered \fBI/O\fR operations between the device
|
/titanic_41/usr/src/man/man3head/ |
H A D | stdio.h.3head | 57 input/output unbuffered
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 221 #define SMNBF 0x000004 /* unbuffered */ 251 #define SM_IO_NBF 2 /* setvbuf should set unbuffered */
|