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