Searched refs:__ferror_unlocked_body (Results 1 – 4 of 4) sorted by relevance
115 #define __ferror_unlocked_body(_fp) (((_fp)->_flags & _IO_ERR_SEEN) != 0) macro
137 return __ferror_unlocked_body (__stream); in __NTH()
184 #define _IO_ferror_unlocked(_fp) __ferror_unlocked_body (_fp)
279 return __ferror_unlocked_body (__stream); in __NTH()