Searched refs:_IO_ferror_unlocked (Results 1 – 2 of 2) sorted by relevance
135 return _IO_ferror_unlocked (__stream); in __NTH()
456 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0) macro