Lines Matching defs:pid
214 int _sfpopen(reg Sfio_t* f, int fd, int pid, int stdio)
216 int _sfpopen(f, fd, pid, stdio)
219 int pid;
231 p->pid = pid;
235 p->sigp = (!stdio && pid >= 0 && (f->flags&SF_WRITE)) ? 1 : 0;
261 int pid, status;
270 if(p->pid < 0)
282 while ((pid = waitpid(p->pid,&status,0)) == -1 && errno == EINTR)
352 if(p->pid >= 0)