Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/libio/
H A Dferror_u.c38 return _IO_ferror_unlocked (fp);
H A Dferror.c38 result = _IO_ferror_unlocked (fp);
H A Diofgetws.c53 if (count == 0 || (_IO_ferror_unlocked (fp) && errno != EAGAIN))
H A Diogetdelim.c55 if (_IO_ferror_unlocked (fp)) in _IO_getdelim()
H A Dlibio.h437 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0) macro
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h121 return _IO_ferror_unlocked (__stream); in ferror_unlocked()
/haiku/headers/posix/
H A Dlibio.h175 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0) macro