Home
last modified time | relevance | path

Searched refs:_sfmode (Results 1 – 25 of 47) sorted by path

12

/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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A D_sfputd.c47 if(f->mode != SF_WRITE && _sfmode(f,SF_WRITE,0) < 0)
H A D_sfputl.c44 if(f->mode != SF_WRITE && _sfmode(f,SF_WRITE,0) < 0)
H A D_sfputm.c46 if(v > m || (f->mode != SF_WRITE && _sfmode(f,SF_WRITE,0) < 0) )
H A D_sfputu.c45 if(f->mode != SF_WRITE && _sfmode(f,SF_WRITE,0) < 0)
H A Dsfclose.c47 _sfmode(f,SF_SYNCED,local) < 0)
H A Dsfdisc.c129 if(_sfmode(f,SF_READ,0) < 0)
133 { if((f->mode&SF_RDWR) != f->mode && _sfmode(f,0,0) < 0)
H A Dsffilbuf.c58 if(SFMODE(f,local) != SF_READ && _sfmode(f,SF_READ,local) < 0)
H A Dsfflsbuf.c51 if(SFMODE(f,local) != SF_WRITE && _sfmode(f,SF_WRITE,local) < 0)
H A Dsfgetd.c46 if(f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0)
H A Dsfgetl.c43 if(f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0)
H A Dsfgetm.c44 if(f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0)
H A Dsfgetr.c47 if(rc < 0 || (f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0) )
H A Dsfgetu.c43 if(f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0)
H A Dsfhdr.h1178 extern int _sfmode _ARG_((Sfio_t*, int, int));
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 Dsfmove.c81 if(fr->mode != SF_READ && _sfmode(fr,SF_READ,0) < 0)
88 { if(fw->mode != SF_WRITE && _sfmode(fw,SF_WRITE,0) < 0 )
H A Dsfnew.c69 if(((f->mode&SF_RDWR) != f->mode && _sfmode(f,0,0) < 0) ||
126 (void)_sfmode(f,f->mode&SF_RDWR,0);
H A Dsfnputc.c47 if(SFMODE(f,local) != SF_WRITE && _sfmode(f,SF_WRITE,local) < 0)
H A Dsfpeek.c48 (void)_sfmode(f,0,0);
67 if((int)f->mode != mode && _sfmode(f,mode,0) < 0)
H A Dsfpoll.c69 if((int)f->mode != m && _sfmode(f,m,0) < 0)
H A Dsfpool.c128 { if(SFMODE(head,1) != SF_WRITE && _sfmode(head,SF_WRITE,1) < 0)
270 if((f->mode&SF_RDWR) != f->mode && _sfmode(f,0,0) < 0)
279 if((pf->mode&SF_RDWR) != pf->mode && _sfmode(pf,0,0) < 0)
328 { if(SFMODE(f,1) != SF_WRITE && _sfmode(f,SF_WRITE,1) < 0)
330 if(SFMODE(pf,1) != SF_WRITE && _sfmode(pf,SF_WRITE,1) < 0)
H A Dsfpurge.c41 if((mode = f->mode&SF_RDWR) != (int)f->mode && _sfmode(f,mode|SF_SYNCED,0) < 0)
80 (void)_sfmode(f,SF_READ,1);
H A Dsfputr.c44 if(f->mode != SF_WRITE && _sfmode(f,SF_WRITE,0) < 0)

12