Home
last modified time | relevance | path

Searched refs:unflushed_writes (Results 1 – 2 of 2) sorted by relevance

/libio/
A Dwfileops.c604 bool unflushed_writes = (fp->_wide_data->_IO_write_ptr in do_ftell_wide() local
612 if (unflushed_writes && append_mode) in do_ftell_wide()
651 if (!unflushed_writes) in do_ftell_wide()
A Dfileops.c848 bool unflushed_writes = fp->_IO_write_ptr > fp->_IO_write_base; in do_ftell() local
855 if (unflushed_writes && append_mode) in do_ftell()
865 if (!unflushed_writes) in do_ftell()

Completed in 7 milliseconds