Home
last modified time | relevance | path

Searched refs:_IO_TIED_PUT_GET (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/libio/
Dstrops.c87 if ((fp->_flags & _IO_TIED_PUT_GET) && !(fp->_flags & _IO_CURRENTLY_PUTTING)) in _IO_str_overflow()
148 if ((fp->_flags & _IO_TIED_PUT_GET) && (fp->_flags & _IO_CURRENTLY_PUTTING)) in libc_hidden_def()
255 if (mode == 0 && (fp->_flags & _IO_TIED_PUT_GET)) in _IO_str_seekoff()
Dwstrops.c76 if ((fp->_flags & _IO_TIED_PUT_GET) && !(fp->_flags & _IO_CURRENTLY_PUTTING)) in _IO_wstr_overflow()
145 if ((fp->_flags & _IO_TIED_PUT_GET) && (fp->_flags & _IO_CURRENTLY_PUTTING)) in _IO_wstr_underflow()
259 if (mode == 0 && (fp->_flags & _IO_TIED_PUT_GET)) in _IO_wstr_seekoff()
Dlibio.h78 #define _IO_TIED_PUT_GET 0x0400 /* Put and get pointer move in unison. */ macro
Doldfileops.c93 (_IO_IS_FILEBUF+_IO_NO_READS+_IO_NO_WRITES+_IO_TIED_PUT_GET)
Dfileops.c101 (_IO_IS_FILEBUF+_IO_NO_READS+_IO_NO_WRITES+_IO_TIED_PUT_GET)