Home
last modified time | relevance | path

Searched refs:_IO_ferror_unlocked (Results 1 – 5 of 5) sorted by relevance

/libio/
A Dferror.c36 return _IO_ferror_unlocked (fp); in _IO_ferror()
38 result = _IO_ferror_unlocked (fp); in _IO_ferror()
A Dferror_u.c36 return _IO_ferror_unlocked (fp); in __ferror_unlocked()
A Diofgetws.c56 if (count == 0 || (_IO_ferror_unlocked (fp) && errno != EAGAIN)) in fgetws()
A Diogetdelim.c53 if (_IO_ferror_unlocked (fp)) in __getdelim()
A Dlibio.h184 #define _IO_ferror_unlocked(_fp) __ferror_unlocked_body (_fp) macro

Completed in 11 milliseconds