Home
last modified time | relevance | path

Searched refs:_sftype (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libast/common/sfio/
H A D_sfopen.c50 if((sflags = _sftype(mode,&oflags,NIL(int*))) == 0)
140 int _sftype(reg const char* mode, int* oflagsp, int* uflagp) in _sftype() function
142 int _sftype(mode, oflagsp, uflagp) in _sftype()
H A Dsfpopen.c151 sflags = _sftype(mode, NiL, NiL);
199 sflags = _sftype(mode,NIL(int*),NIL(int*));
H A Dsfhdr.h1179 extern int _sftype _ARG_((const char*, int*, int*));
/titanic_41/usr/src/lib/libast/common/stdio/
H A Dfdopen.c31 if (fd < 0 || !(flags = _sftype(mode, NiL, NiL))) in fdopen()
H A Dfmemopen.c31 return sfnew(NiL, buf, size, -1, SF_STRING|_sftype(mode, NiL, NiL)); in fmemopen()
/titanic_41/usr/src/lib/libast/
H A Dmapfile-vers381 _sftype;
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE1022 01-02-09 _sfmode(),_sftype(),_Sfextern: UWIN binary stdio compatibility exports