Home
last modified time | relevance | path

Searched refs:_sfmode (Results 26 – 47 of 47) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfmode.c100 (void)_sfmode(f,SF_WRITE,1); in _sfcleanup()
362 int _sfmode(reg Sfio_t* f, reg int wanted, reg int local) in _sfmode() function
364 int _sfmode(f, wanted, local) in _sfmode()
H A Dsfsetfd.c81 if((f->mode&SF_RDWR) != f->mode && _sfmode(f,0,0) < 0)
H A Dsfflsbuf.c51 if(SFMODE(f,local) != SF_WRITE && _sfmode(f,SF_WRITE,local) < 0)
H A Dsfsk.c48 { if((mode = f->mode&SF_RDWR) != (int)f->mode && _sfmode(f,mode,0) < 0)
H A Dsfsize.c42 if((mode = f->mode&SF_RDWR) != (int)f->mode && _sfmode(f,mode,0) < 0)
H A Dsfputr.c44 if(f->mode != SF_WRITE && _sfmode(f,SF_WRITE,0) < 0)
H A Dsffilbuf.c58 if(SFMODE(f,local) != SF_READ && _sfmode(f,SF_READ,local) < 0)
H A Dsfsetbuf.c143 else if((f->mode&SF_RDWR) != SFMODE(f,local) && _sfmode(f,0,local) < 0)
153 _sfmode(f,SF_READ,local) < 0)
H A Dsfgetr.c47 if(rc < 0 || (f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0) )
H A Dsfread.c84 if(SFMODE(f,local) != SF_READ && _sfmode(f,SF_READ,local) < 0)
H A Dsfclose.c47 _sfmode(f,SF_SYNCED,local) < 0)
H A Dsfsync.c109 if((origf->mode&SF_RDWR) != SFMODE(origf,local) && _sfmode(origf,0,local) < 0)
H A Dsfwrite.c88 if(SFMODE(f,local) != SF_WRITE && _sfmode(f,SF_WRITE,local) < 0 )
H A Dsfwr.c146 { if(f->mode != SF_WRITE && _sfmode(f,SF_WRITE,0) < 0 )
H A Dsfpoll.c69 if((int)f->mode != m && _sfmode(f,m,0) < 0)
H A Dsfseek.c81 mode = _sfmode(f,mode,local);
H A Dsfrd.c86 { if(f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0)
H A Dsfvscanf.c355 if(!form || f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0)
H A Dsfhdr.h1178 extern int _sfmode _ARG_((Sfio_t*, int, int));
H A Dsfvprintf.c185 if(f->mode != SF_WRITE && _sfmode(f,SF_WRITE,0) < 0)
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers606 _sfmode;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1210 01-02-09 _sfmode(),_sftype(),_Sfextern: UWIN binary stdio compatibility exports

12