Searched refs:__SERR (Results 1 – 25 of 26) sorted by relevance
12
41 stream->flags |= __SERR; in fgetc()51 stream->flags |= (rv == _FDEV_ERR)? __SERR: __SEOF; in fgetc()
40 return stream->flags & __SERR; in ferror()
40 stream->flags &= ~(__SERR | __SEOF); in clearerr()
95 … stream->flags |= (ret == _FDEV_ERR)? __SERR: __SEOF; in fread()106 stream->flags |= (len < 0) ? __SERR : __SEOF; in fread()
47 stream->flags |= __SERR; in fputs()
54 out->flags |= __SERR; in puts()
41 stream->flags |= __SERR; in fputc()
63 stream->flags = (stream->flags & ~(__SRD|__SWR|__SERR|__SEOF)) | stdio_flags; in freopen()
87 #define __SERR 0x0004 /* found error */ macro262 #define clearerr(s) ((s)->flags &= ~(__SERR | __SEOF))272 #define ferror(s) ((s)->flags & __SERR)
829 if (stream->flags & (__SERR | __SEOF)) in vfscanf()
1319 stream->flags |= __SERR; in vfprintf()
49 fp->_flags |= __SERR; in _swsetup()89 fp->_flags |= __SERR; in _swsetup()
164 fp->_flags |= __SERR; in _sflush()201 fp->_flags |= __SERR; in _sflush()227 fp->_flags |= __SERR; in _sflush()
58 fp->_flags |= __SERR; in _srefill()121 fp->_flags |= __SERR; in _srefill()
89 fp->_flags |= __SERR; in ungetwc()
151 fp->_flags |= __SERR; in __fputwc()
167 fp->_flags |= __SERR; in __fgetwc()
66 fp->_flags |= __SERR; in __ssputs()
194 if (fake._flags & __SERR) in __sbwprintf()195 fp->_flags |= __SERR; in __sbwprintf()885 fp->_flags |= __SERR; in VFWPRINTF()1006 fp->_flags |= __SERR; in VFWPRINTF()1033 fp->_flags |= __SERR; in VFWPRINTF()1189 fp->_flags |= __SERR; in VFWPRINTF()1197 fp->_flags |= __SERR; in VFWPRINTF()1214 fp->_flags |= __SERR; in VFWPRINTF()1233 fp->_flags |= __SERR; in VFWPRINTF()
227 if (fake._flags & __SERR) in __sbprintf()228 fp->_flags |= __SERR; in __sbprintf()924 fp->_flags |= __SERR; in VFPRINTF()1046 fp->_flags |= __SERR; in VFPRINTF()1218 fp->_flags |= __SERR; in VFPRINTF()1232 fp->_flags |= __SERR; in VFPRINTF()1245 fp->_flags |= __SERR; in VFPRINTF()1256 fp->_flags |= __SERR; in VFPRINTF()
234 fp->_flags |= __SERR; in _ssputs()334 fp->_flags |= __SERR; in _ssprint()
240 #define __SERR 0x0040 /* found error */ macro726 #define __sferror(p) ((int)(((p)->_flags & __SERR) != 0))727 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
288 fp->_flags |= __SERR; in _sfvwrite()
417 return scan_data.nassigned && !(fp->_flags & __SERR) ? scan_data.nassigned in _SVFSCANF()
1603 nassigned = nassigned && !(fp->_flags & __SERR) ? nassigned : EOF; in _SVFWSCANF()