Home
last modified time | relevance | path

Searched refs:_IO_EOF_SEEN (Results 1 – 8 of 8) sorted by relevance

/libio/bits/types/
A Dstruct_FILE.h111 #define _IO_EOF_SEEN 0x0010 macro
112 #define __feof_unlocked_body(_fp) (((_fp)->_flags & _IO_EOF_SEEN) != 0)
/libio/
A Doldfileops.c295 if (fp->_flags & _IO_EOF_SEEN) in _IO_old_file_underflow()
339 fp->_flags |= _IO_EOF_SEEN; in _IO_old_file_underflow()
520 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_old_file_seekoff()
532 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_old_file_seekoff()
543 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_old_file_seekoff()
586 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_old_file_seekoff()
594 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_old_file_seekoff()
A Diolibio.h55 #define _IO_clearerr(FP) ((FP)->_flags &= ~(_IO_ERR_SEEN|_IO_EOF_SEEN))
A Dfileops.c465 if (fp->_flags & _IO_EOF_SEEN) in _IO_new_file_underflow()
521 fp->_flags |= _IO_EOF_SEEN; in _IO_new_file_underflow()
653 fp->_flags |= _IO_EOF_SEEN; in _IO_file_underflow_mmap()
992 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_new_file_seekoff()
1030 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_new_file_seekoff()
1038 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_new_file_seekoff()
1107 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in libc_hidden_ver()
1345 fp->_flags |= _IO_EOF_SEEN; in libc_hidden_ver()
1396 fp->_flags |= _IO_EOF_SEEN; in libc_hidden_def()
A Dwfileops.c118 if (fp->_flags & _IO_EOF_SEEN) in libc_hidden_def()
236 fp->_flags |= _IO_EOF_SEEN; in libc_hidden_def()
877 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_wfile_seekoff()
922 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_wfile_seekoff()
930 _IO_mask_flags (fp, 0, _IO_EOF_SEEN); in _IO_wfile_seekoff()
A Dlibio.h72 #define _IO_EOF_SEEN 0x0010 macro
A Dwgenops.c506 fp->_flags &= ~_IO_EOF_SEEN; in _IO_sputbackwc()
526 fp->_flags &= ~_IO_EOF_SEEN; in libc_hidden_def()
A Dgenops.c648 fp->_flags &= ~_IO_EOF_SEEN; in _IO_sputbackc()
668 fp->_flags &= ~_IO_EOF_SEEN; in libc_hidden_def()

Completed in 48 milliseconds