Searched defs:stdio (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfmode.c214 int _sfpopen(reg Sfio_t* f, int fd, int pid, int stdio) argument
216 int _sfpopen(f, fd, pid, stdio)
220 int stdio; /* stdio popen() does not reset SIGPIPE handler */
235 p->sigp = (!stdio && pid >= 0 && (f->flags&SF_WRITE)) ? 1 : 0;
421 if(f->mode&SF_STDIO) /* synchronizing with stdio pointers */

Completed in 11 milliseconds