Searched refs:_IO_do_flush (Results 1 – 4 of 4) sorted by relevance
356 return _IO_do_flush (f);359 if (_IO_do_flush (f) == WEOF)364 if (_IO_do_flush (f) == WEOF)378 if (_IO_do_flush (fp))
150 write_status = _IO_do_flush (fp);187 _IO_do_flush (fp);526 if (_IO_do_flush (f) == EOF)546 if (_IO_do_flush(fp)) return EOF;
438 # define _IO_do_flush(_f) \ macro446 # define _IO_do_flush(_f) \ macro
1072 * fileops.c (_IO_file_close_it): Just call _IO_do_flush rather1633 than _IO_do_flush, because we want to adjust the file pointer1761 * filebuf.cc (filebuf::~filebuf): Call _IO_do_flush.2164 Call _IO_do_flush.2165 * stdiostream.cc (stdiobuf::sync): Call _IO_do_flush rather2168 * libioP.h (_IO_do_flush): Add missing parentheses.2370 * fileops.c (_IO_file_close_it): Simplify by using _IO_do_flush.2372 do it inline. Call _IO_do_flush even if _IO_DELETE_DONT_CLOSE.