Searched refs:_sftype (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | _sfopen.c | 50 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 D | sfpopen.c | 151 sflags = _sftype(mode, NiL, NiL); 199 sflags = _sftype(mode,NIL(int*),NIL(int*));
|
H A D | sfhdr.h | 1179 extern int _sftype _ARG_((const char*, int*, int*));
|
/titanic_41/usr/src/lib/libast/common/stdio/ |
H A D | fdopen.c | 31 if (fd < 0 || !(flags = _sftype(mode, NiL, NiL))) in fdopen()
|
H A D | fmemopen.c | 31 return sfnew(NiL, buf, size, -1, SF_STRING|_sftype(mode, NiL, NiL)); in fmemopen()
|
/titanic_41/usr/src/lib/libast/ |
H A D | mapfile-vers | 381 _sftype;
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 1022 01-02-09 _sfmode(),_sftype(),_Sfextern: UWIN binary stdio compatibility exports
|