Home
last modified time | relevance | path

Searched refs:SF_STDIO (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfclrlock.c58 f->mode &= (SF_RDWR|SF_INIT|SF_POOL|SF_PUSH|SF_SYNCED|SF_STDIO);
H A Dsfhdr.h534 #define SF_STDIO 00010000 /* given up the buffer to stdio */ macro
933 !((f)->mode&SF_STDIO) ? 0 : \
934 _Sfstdsync ? (*_Sfstdsync)(f) : (((f)->mode &= ~SF_STDIO),0) )
H A Dsfmode.c421 if(f->mode&SF_STDIO) /* synchronizing with stdio pointers */