Searched refs:_IO_old_do_flush (Results 1 – 4 of 4) sorted by relevance
133 write_status = _IO_old_do_flush (fp); in _IO_old_file_close_it()159 _IO_old_do_flush (fp); in _IO_old_file_finish()389 return _IO_old_do_flush (f); in _IO_old_file_overflow()391 if (_IO_old_do_flush (f) == EOF) in _IO_old_file_overflow()396 if (_IO_old_do_flush (f) == EOF) in _IO_old_file_overflow()410 if (_IO_old_do_flush(fp)) return EOF; in _IO_old_file_sync()
514 #define _IO_old_do_flush(_f) \ macro
12362 * libio/libioP.h (_IO_old_do_flush): New.12366 Call _IO_old_do_flush () instead of _IO_do_flush ().