Searched refs:_IO_ferror_unlocked (Results 1 – 7 of 7) sorted by relevance
38 return _IO_ferror_unlocked (fp);
38 result = _IO_ferror_unlocked (fp);
53 if (count == 0 || (_IO_ferror_unlocked (fp) && errno != EAGAIN))
55 if (_IO_ferror_unlocked (fp)) in _IO_getdelim()
437 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0) macro
121 return _IO_ferror_unlocked (__stream); in ferror_unlocked()
175 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0) macro