Searched refs:_IO_FLAGS2_NOTCANCEL (Results 1 – 2 of 2) sorted by relevance
87 #define _IO_FLAGS2_NOTCANCEL 2 macro
184 if (__glibc_unlikely (fp->_flags2 & _IO_FLAGS2_NOTCANCEL)) in libc_hidden_ver()267 fp->_flags2 |= _IO_FLAGS2_NOTCANCEL; in libc_hidden_def()1131 return (__builtin_expect (fp->_flags2 & _IO_FLAGS2_NOTCANCEL, 0) in _IO_file_read()1178 & _IO_FLAGS2_NOTCANCEL, 0) in libc_hidden_def()
Completed in 7 milliseconds