Home
last modified time | relevance | path

Searched refs:_IOERR (Results 1 – 25 of 30) sorted by relevance

12

/titanic_41/usr/src/head/iso/
H A Dstdio_iso.h141 #define _IOERR 0040 /* I/O error from system */ macro
307 inline void clearerr(FILE *_p) { _p->_flag &= ~(_IOERR | _IOEOF); } in clearerr()
309 inline int ferror(FILE *_p) { return _p->_flag & _IOERR; } in ferror()
312 #define clearerr(p) ((void)((p)->_flag &= ~(_IOERR | _IOEOF)))
314 #define ferror(p) ((p)->_flag & _IOERR)
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dstdio.h49 #define _IOERR 040 macro
78 #define ferror(p) (((p)->_flag&_IOERR)!=0)
79 #define clearerr(p) (void) ((p)->_flag &= ~(_IOERR|_IOEOF))
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dgetw.c59 while (--i >= 0 && !(stream->_flag & (_IOERR | _IOEOF))) in getw()
61 ret = ((stream->_flag & (_IOERR | _IOEOF)) ? EOF : w); in getw()
H A D_flsbuf.c76 iop->_flag |= _IOERR; in _flsbuf()
89 return ((iop->_flag & _IOERR) ? EOF : (unsigned char)ch); in _flsbuf()
H A Dfwrite.c115 iop->_flag |= _IOERR; in _fwrite_unlocked()
132 iop->_flag |= _IOERR; in _fwrite_unlocked()
H A Dferror.c46 return (iop->_flag & _IOERR); in ferror()
H A Dclearerr.c49 iop->_flag &= ~(_IOERR | _IOEOF); in clearerr()
H A Dputw.c59 ret = stream->_flag & _IOERR; in putw()
H A Drewind.c61 iop->_flag &= ~(_IOERR | _IOEOF); in _rewind_unlocked()
H A D_wrtchk.c47 iop->_flag |= _IOERR; in _wrtchk()
H A D_filbuf.c129 iop->_flag |= _IOERR; in _filbuf()
/titanic_41/usr/src/lib/libbc/inc/5include/
H A Dstdio.h90 #define _IOERR 0040 macro
169 #define clearerr(p) ((void) ((p)->_flag &= ~(_IOERR | _IOEOF)))
171 #define ferror(p) (((p)->_flag & _IOERR) != 0)
/titanic_41/usr/src/ucbhead/
H A Dstdio.h98 #define _IOERR 0040 /* I/O error from system */ macro
241 #define clearerr(p) ((void) ((p)->_flag &= ~(_IOERR | _IOEOF)))
243 #define ferror(p) ((p)->_flag & _IOERR)
/titanic_41/usr/src/lib/libc/port/locale/
H A Dfgetwc.c63 fp->_flag = _IOERR; in _fgetwc_unlocked_l()
92 fp->_flag |= _IOERR; in _fgetwc_unlocked_l()
H A Dfputws.c68 fp->_flag |= _IOERR; in _fputws_impl()
H A Dfputwc.c86 fp->_flag |= _IOERR; in __fputwc_impl()
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dclrerr.c35 iop->_flag &= ~(_IOERR | _IOEOF);
H A Dferror.c28 #define __ferror__(p) (((p)->_flag&_IOERR)!=0)
H A Drew.c41 iop->_flag &= ~(_IOERR | _IOEOF);
H A Dfgets.c56 iop->_flag |= _IOERR;
H A Dfwrite.c72 iop->_flag |= _IOERR;
/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c143 iop->_flag |= _IOERR; in _flsbuf()
189 iop->_flag |= _IOERR; in _xflsbuf()
H A Dfilbuf.c75 iop->_flag |= _IOERR; in _filbuf()
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c146 iop->_flag |= _IOERR; in _flsbuf()
193 iop->_flag |= _IOERR; in _xflsbuf()
H A Dfilbuf.c73 iop->_flag |= _IOERR; in _filbuf()

12