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

/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c44 void _bufsync(FILE *);
266 * The function _bufsync is called because interrupts and other signals
269 * of iop->_cnt and iop->ptr. If this happens, calling _bufsync should
272 * the end of the buffer. Note that signals during _bufsync can cause
273 * _bufsync to do the wrong thing, but usually with benign effects.
277 _bufsync(FILE *iop) function
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c41 void _bufsync(FILE *);
271 * The function _bufsync is called because interrupts and other signals
274 * of iop->_cnt and iop->ptr. If this happens, calling _bufsync should
277 * the end of the buffer. Note that signals during _bufsync can cause
278 * _bufsync to do the wrong thing, but usually with benign effects.
282 _bufsync(FILE *iop) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c512 _bufsync(FILE *iop, Uchar *bufend) function
545 _bufsync(iop, bufend);

Completed in 46 milliseconds