Searched defs:_flsbuf (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | _flsbuf.c | 32 #pragma weak __flsbuf = _flsbuf 45 _flsbuf(int ch, FILE *iop) /* flush (write) buffer, save ch, */ function
|
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | flsbuf.c | 111 /* The routine _flsbuf may or may not actually flush the output buffer. If 114 * will consistently give control to _flsbuf, even if the buffer is far from 115 * full. _flsbuf, on seeing the "line-buffered" flag, determines whether the 119 * argument to _flsbuf is not flushed with the current buffer if the buffer 124 _flsbuf(unsigned char c, FILE *iop) function 146 /* The _wrtchk call is here rather than at the top of _flsbuf to re- */
|
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | flsbuf.c | 114 * The routine _flsbuf may or may not actually flush the output buffer. If 117 * will consistently give control to _flsbuf, even if the buffer is far from 118 * full. _flsbuf, on seeing the "line-buffered" flag, determines whether the 122 * argument to _flsbuf is not flushed with the current buffer if the buffer 127 _flsbuf(unsigned char c, FILE *iop) function 149 /* The _wrtchk call is here rather than at the top of _flsbuf to re- */
|
Completed in 45 milliseconds