Home
last modified time | relevance | path

Searched refs:_sfpopen (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfpopen.c173 _sfpopen(f, (sflags&SF_READ) ? proc->wfd : -1, proc->pid, pflags) < 0)
238 if(_sfpopen(f,fd,pid,stdio) < 0)
H A Dsfmode.c213 int _sfpopen(reg Sfio_t* f, int fd, int pid, int stdio) in _sfpopen() function
215 int _sfpopen(f, fd, pid, stdio) in _sfpopen()
H A Dsfsetbuf.c286 (void)_sfpopen(f,-1,-1,1);
H A Dsfhdr.h1161 extern int _sfpopen _ARG_((Sfio_t*, int, int, int));
/titanic_50/usr/src/lib/libast/
H A Dmapfile-vers373 _sfpopen;