Home
last modified time | relevance | path

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

/libio/
A Dfreopen64.c54 fp->_flags2 |= _IO_FLAGS2_NOCLOSE; in freopen64()
60 fp->_flags2 &= ~_IO_FLAGS2_NOCLOSE; in freopen64()
A Dfreopen.c55 fp->_flags2 |= _IO_FLAGS2_NOCLOSE; in freopen()
79 fp->_flags2 &= ~_IO_FLAGS2_NOCLOSE; in freopen()
A Dlibio.h89 #define _IO_FLAGS2_NOCLOSE 32 macro
A Doldfileops.c137 close_status = ((fp->_flags2 & _IO_FLAGS2_NOCLOSE) == 0 in _IO_old_file_close_it()
A Dfileops.c141 int close_status = ((fp->_flags2 & _IO_FLAGS2_NOCLOSE) == 0 in _IO_new_file_close_it()

Completed in 14 milliseconds