Searched refs:SF_ERROR (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_windows.h35 #undef SF_ERROR /* clash in <oaidl.h> */ macro
H A Dsfio.h143 #define SF_ERROR 0000400 /* an error happened */ macro
358 #define __sf_error(f) (_SF_(f)->_flags&SF_ERROR)
359 #define __sf_clrerr(f) (_SF_(f)->_flags &= ~(SF_ERROR|SF_EOF))
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_windows.h44 #undef SF_ERROR /* clash in <oaidl.h> */ macro
H A Dsfio.h143 #define SF_ERROR 0000400 /* an error happened */ macro
358 #define __sf_error(f) (_SF_(f)->_flags&SF_ERROR)
359 #define __sf_clrerr(f) (_SF_(f)->_flags &= ~(SF_ERROR|SF_EOF))
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_windows.h44 #undef SF_ERROR /* clash in <oaidl.h> */ macro
H A Dsfio.h143 #define SF_ERROR 0000400 /* an error happened */ macro
358 #define __sf_error(f) (_SF_(f)->_flags&SF_ERROR)
359 #define __sf_clrerr(f) (_SF_(f)->_flags &= ~(SF_ERROR|SF_EOF))
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_windows.h44 #undef SF_ERROR /* clash in <oaidl.h> */ macro
H A Dsfio.h143 #define SF_ERROR 0000400 /* an error happened */ macro
358 #define __sf_error(f) (_SF_(f)->_flags&SF_ERROR)
359 #define __sf_clrerr(f) (_SF_(f)->_flags &= ~(SF_ERROR|SF_EOF))
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_windows.h44 #undef SF_ERROR /* clash in <oaidl.h> */ macro
H A Dsfio.h143 #define SF_ERROR 0000400 /* an error happened */ macro
358 #define __sf_error(f) (_SF_(f)->_flags&SF_ERROR)
359 #define __sf_clrerr(f) (_SF_(f)->_flags &= ~(SF_ERROR|SF_EOF))
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfclrlock.c47 f->flags &= ~(SF_ERROR|SF_EOF);
H A Dsfgetm.c51 { f->flags |= SF_ERROR;
H A Dsfgetu.c50 { f->flags |= SF_ERROR;
H A Dsfexcept.c49 f->flags |= io < 0 ? SF_ERROR : SF_EOF;
106 f->flags &= ~(SF_EOF|SF_ERROR);
H A Dsfgetd.c55 { f->flags |= SF_ERROR;
H A Dsfgetl.c49 { f->flags |= SF_ERROR;
H A Dsfwr.c155 f->flags &= ~(SF_EOF|SF_ERROR);
170 { f->flags |= SF_ERROR;
H A Dsfrd.c110 f->flags &= ~(SF_EOF|SF_ERROR);
130 { f->flags |= SF_ERROR;
H A Dsfseek.c113 f->flags &= ~(SF_EOF|SF_ERROR);
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfstrtmp.c54 f->_flags &= ~(SF_ERROR|SF_MALLOC);

Completed in 99 milliseconds