Home
last modified time | relevance | path

Searched refs:SF_ERROR (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfexcept.c49 f->flags |= io < 0 ? SF_ERROR : SF_EOF;
106 f->flags &= ~(SF_EOF|SF_ERROR);
H A Dsfclrlock.c47 f->flags &= ~(SF_ERROR|SF_EOF);
H A Dsfgetu.c50 { f->flags |= SF_ERROR;
H A Dsfgetm.c51 { f->flags |= SF_ERROR;
H A Dsfwr.c158 f->flags &= ~(SF_EOF|SF_ERROR);
173 { f->flags |= SF_ERROR;
H A Dsfgetl.c49 { f->flags |= SF_ERROR;
H A Dsfgetd.c55 { 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/contrib/ast/src/lib/libast/include/
H A Dast_windows.h35 #undef SF_ERROR /* clash in <oaidl.h> */
H A Dsfio.h144 #define SF_ERROR 0000400 /* an error happened */ macro
360 #define __sf_error(f) (_SF_(f)->_flags&SF_ERROR)
361 #define __sf_clrerr(f) (_SF_(f)->_flags &= ~(SF_ERROR|SF_EOF))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfstrtmp.c54 f->_flags &= ~(SF_ERROR|SF_MALLOC);