Searched defs:_flsbuf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_flsbuf.c32 #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 Dflsbuf.c111 /* 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 Dflsbuf.c114 * 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 70 milliseconds