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

/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c107 (void) _xflsbuf(iop);
135 return(_xflsbuf(iop) == EOF ? EOF : c);
154 (void) _xflsbuf(iop); /* full buffer: flush buffer */
160 /* The function _xflsbuf writes out the current contents of the output
162 * iop->_cnt is reset appropriately, but its value on entry to _xflsbuf
179 _xflsbuf(FILE *iop) function
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c109 (void) _xflsbuf(iop);
138 return(_xflsbuf(iop) == EOF ? EOF : c);
157 (void) _xflsbuf(iop); /* full buffer: flush buffer */
164 * The function _xflsbuf writes out the current contents of the output
166 * iop->_cnt is reset appropriately, but its value on entry to _xflsbuf
183 _xflsbuf(FILE *iop) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c526 _xflsbuf(FILE *iop) function
675 res = _xflsbuf(iop);

Completed in 46 milliseconds