Searched refs:to_flush (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2135 int result, to_flush;
2174 if ((to_flush = (hp->_wide_data->_IO_write_ptr
2177 if ((int) _IO_sputn (s, hp->_wide_data->_IO_write_base, to_flush)
2178 != to_flush)
2182 if ((to_flush = hp->_IO_write_ptr - hp->_IO_write_base) > 0)
2184 if ((int) _IO_sputn (s, hp->_IO_write_base, to_flush) != to_flush)
2132 int result, to_flush; local
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c1680 s64 to_flush; local
1782 to_flush = to_read + to_write;
1788 to_flush = to_read;
1794 outbuf, to_flush, compress, appending,

Completed in 72 milliseconds