Searched refs:_bufsync (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dstdiom.h28 number of calls to _bufsync and _wrtchk. _BUFSYNC has the same
29 effect as _bufsync, and _WRTCHK has the same effect as _wrtchk,
35 _bufsync(iop)
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfgets.c94 _bufsync(iop, bufend);
H A Dgets.c94 _bufsync(stdin, bufend);
H A Dputs.c89 _bufsync(stdout, bufend);
H A Dfputs.c95 _bufsync(iop, bufend);
H A Dflush.c512 _bufsync(FILE *iop, Uchar *bufend) function
545 _bufsync(iop, bufend);
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h92 extern void _bufsync(FILE *iop, Uchar *bufend);
108 * number of calls to _bufsync and _wrtchk. _needsync checks whether
109 * or not _bufsync needs to be called. _WRTCHK has the same effect as
/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/inc/
H A Dstdiom.h163 extern void _bufsync(FILE *iop, Uchar *bufend);
238 * number of calls to _bufsync and _wrtchk. _needsync checks whether
239 * or not _bufsync needs to be called. _WRTCHK has the same effect as
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c148 _bufsync(iop, _bufend(iop));
298 _bufsync(iop, bufferend);
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c272 _bufsync(iop, _bufend(iop));
691 _bufsync(iop, bufferend);
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1241 void _bufsync(FILE *iop, Uchar *bufend);

Completed in 59 milliseconds