Searched refs:_IO_ferror_unlocked (Results 1 – 5 of 5) sorted by relevance
36 return _IO_ferror_unlocked (fp); in _IO_ferror()38 result = _IO_ferror_unlocked (fp); in _IO_ferror()
36 return _IO_ferror_unlocked (fp); in __ferror_unlocked()
56 if (count == 0 || (_IO_ferror_unlocked (fp) && errno != EAGAIN)) in fgetws()
53 if (_IO_ferror_unlocked (fp)) in __getdelim()
184 #define _IO_ferror_unlocked(_fp) __ferror_unlocked_body (_fp) macro
Completed in 9 milliseconds