Searched refs:_sftype (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfdopen.c31 if (fd < 0 || !(flags = _sftype(mode, NiL, NiL)))
H A Dfmemopen.c31 return sfnew(NiL, buf, size, -1, SF_STRING|_sftype(mode, NiL, NiL));
/illumos-gate/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) function
142 int _sftype(mode, oflagsp, uflagp)
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*));

Completed in 134 milliseconds