Searched refs:SF_BOTH (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfset.c56 if(!(f->bits&SF_BOTH) || (flags&SF_RDWR) == SF_RDWR )
H A D_sfopen.c64 f->bits |= SF_BOTH;
65 else f->bits &= ~SF_BOTH;
H A Dsfnew.c110 f->bits = (flags&SF_RDWR) == SF_RDWR ? SF_BOTH : 0;
H A Dsfsetbuf.c174 /* see if memory mapping is possible (see sfwrite for SF_BOTH) */
285 if(!f->proc && (f->bits&SF_BOTH) )
330 else if((f->flags&SF_READ) && !(f->bits&SF_BOTH) &&
372 ((f->flags&SF_READ) || (f->bits&SF_BOTH)) ) ? size : 0;
H A Dsfgetr.c109 ((f->flags&SF_STRING) && (f->bits&SF_BOTH) ) ) )
H A Dsfmode.c453 f->extent = ((f->flags&SF_READ) || (f->bits&SF_BOTH)) ?
H A Dsfhdr.h487 #define SF_BOTH 00000002 /* both read/write */ macro
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfgets.c59 if(!(f->flags&(SF_BOTH|SF_MALLOC)))

Completed in 71 milliseconds