Home
last modified time | relevance | path

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

/original-bsd/include/
H A Dstdio.h135 #define __SERR 0x0040 /* found error */ macro
333 #define __sferror(p) (((p)->_flags & __SERR) != 0)
334 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
/original-bsd/lib/libc/stdio/
H A Dfflush.c58 fp->_flags |= __SERR;
H A Drefill.c97 fp->_flags |= __SERR;
H A Dfvwrite.c161 fp->_flags |= __SERR;
H A Dvfprintf.c91 if (fake._flags & __SERR)
92 fp->_flags |= __SERR;