Home
last modified time | relevance | path

Searched refs:_IO_FLAGS2_NOTCANCEL (Results 1 – 2 of 2) sorted by relevance

/libio/
A Dlibio.h87 #define _IO_FLAGS2_NOTCANCEL 2 macro
A Dfileops.c184 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