Home
last modified time | relevance | path

Searched refs:_IO_in_put_mode (Results 1 – 8 of 8) sorted by relevance

/libio/
A Dwgenops.c228 if (_IO_in_put_mode (fp)) in libc_hidden_def()
258 if (_IO_in_put_mode (fp)) in libc_hidden_def()
546 if (_IO_in_put_mode (fp)) in _IO_init_wmarker()
A Dgenops.c275 if (_IO_in_put_mode (fp)) in __underflow()
305 if (_IO_in_put_mode (fp)) in libc_hidden_def()
885 if (_IO_in_put_mode (fp)) in _IO_init_marker()
A Dstrops.c256 || _IO_in_put_mode (fp)); in _IO_str_seekoff()
A Dwstrops.c261 || _IO_in_put_mode (fp)); in _IO_wstr_seekoff()
A Doldfileops.c456 if (fp->_IO_write_ptr > fp->_IO_write_base || _IO_in_put_mode (fp)) in _IO_old_file_seekoff()
A DlibioP.h517 #define _IO_in_put_mode(_fp) ((_fp)->_flags & _IO_CURRENTLY_PUTTING) macro
A Dwfileops.c762 || _IO_in_put_mode (fp)); in _IO_wfile_seekoff()
A Dfileops.c917 || _IO_in_put_mode (fp)); in _IO_new_file_seekoff()

Completed in 19 milliseconds