HomeSort by relevance Sort by last modified time
    Searched defs:_bufsync (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/4.2/
flsbuf.c 44 void _bufsync(FILE *);
187 _BUFSYNC(iop);
215 _BUFSYNC(iop);
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
  /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/sys5/
flsbuf.c 41 void _bufsync(FILE *);
191 _BUFSYNC(iop);
220 _BUFSYNC(iop);
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
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
flush.c 515 _bufsync(FILE *iop, Uchar *bufend) function
548 _bufsync(iop, bufend);

Completed in 2520 milliseconds