Home
last modified time | relevance | path

Searched refs:_IO_do_flush (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
Dwfileops.c356 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))
Dfileops.c150 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;
DlibioP.h438 # define _IO_do_flush(_f) \ macro
446 # define _IO_do_flush(_f) \ macro
DChangeLog1072 * fileops.c (_IO_file_close_it): Just call _IO_do_flush rather
1633 than _IO_do_flush, because we want to adjust the file pointer
1761 * filebuf.cc (filebuf::~filebuf): Call _IO_do_flush.
2164 Call _IO_do_flush.
2165 * stdiostream.cc (stdiobuf::sync): Call _IO_do_flush rather
2168 * 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.