Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsfclrlock.c58 f->mode &= (SF_RDWR|SF_INIT|SF_POOL|SF_PUSH|SF_SYNCED|SF_STDIO);
H A Dsfhdr.h527 #define SF_STDIO 00010000 /* given up the buffer to stdio */ macro
915 !((f)->mode&SF_STDIO) ? 0 : \
916 _Sfstdsync ? (*_Sfstdsync)(f) : (((f)->mode &= ~SF_STDIO),0) )
H A Dsfmode.c416 if(f->mode&SF_STDIO) /* synchronizing with stdio pointers */