Searched refs:__sferror (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dferror.c53 ret = __sferror(fp);
62 return (__sferror(fp));
H A Dgetdelim.c128 if (__sferror(fp) || expandtofit(linep, 1, linecapp))
140 if (__sferror(fp))
H A Dvfprintf.c1395 if (__sferror(fp))
H A Dvfwprintf.c1460 if (__sferror(fp))
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdio.h416 #define __sferror(p) (((p)->_flags & __SERR) != 0) macro
534 #define ferror_unlocked(p) __sferror(p)

Completed in 310 milliseconds