Searched refs:__SERR (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/lib/libc/stdio/
H A Dfwrite.c70 fp->_flags |= __SERR;
H A Drefill.c90 fp->_flags |= __SERR;
140 fp->_flags |= __SERR;
H A Dfgets.c102 * Set errno and __SERR so it is consistent.
106 fp->_flags |= __SERR;
H A Dfgetwc.c68 fp->_flags |= __SERR;
H A Dfgetwln.c92 fp->_flags |= __SERR;
H A Dfflush.c109 fp->_flags |= __SERR;
H A Dvfscanf.c403 fp->_flags |= __SERR;
413 fp->_flags |= __SERR;
427 fp->_flags |= __SERR;
486 fp->_flags |= __SERR;
496 fp->_flags |= __SERR;
520 fp->_flags |= __SERR;
527 fp->_flags |= __SERR;
588 fp->_flags |= __SERR;
598 fp->_flags |= __SERR;
620 fp->_flags |= __SERR;
[all...]
H A Dfread.c69 fp->_flags |= __SERR;
H A Dgetdelim.c140 fp->_flags |= __SERR;
H A Dvfwprintf.c189 if (fake._flags & __SERR)
190 fp->_flags |= __SERR;
214 fp->_flags |= __SERR;
713 fp->_flags |= __SERR; \
1016 fp->_flags |= __SERR;
1292 fp->_flags |= __SERR;
H A Dfvwrite.c234 fp->_flags |= __SERR;
/netbsd-current/include/
H A Dstdio.h160 #define __SERR 0x0040 /* found error */ macro
483 #define __sferror(p) (((p)->_flags & __SERR) != 0)
484 #define __sclearerr(p) ((void)((p)->_flags &= (unsigned short)~(__SERR|__SEOF)))

Completed in 127 milliseconds