Searched refs:to_flush (Results 1 – 1 of 1) sorted by relevance
2233 int result, to_flush; in buffered_vfprintf() local2269 if ((to_flush = (hp->_wide_data->_IO_write_ptr in buffered_vfprintf()2272 if ((int) _IO_sputn (s, hp->_wide_data->_IO_write_base, to_flush) in buffered_vfprintf()2273 != to_flush) in buffered_vfprintf()2277 if ((to_flush = hp->_IO_write_ptr - hp->_IO_write_base) > 0) in buffered_vfprintf()2279 if ((int) _IO_sputn (s, hp->_IO_write_base, to_flush) != to_flush) in buffered_vfprintf()
Completed in 7 milliseconds