Searched refs:_IO_FLAGS2_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
78 (result->_flags2 & _IO_FLAGS2_CLOEXEC) != 0 in freopen64()
95 (result->_flags2 & _IO_FLAGS2_CLOEXEC) != 0 in freopen()
90 #define _IO_FLAGS2_CLOEXEC 64 macro
271 fp->_flags2 |= _IO_FLAGS2_CLOEXEC; in libc_hidden_def()
Completed in 9 milliseconds