Lines Matching defs:child_pipe
55 int child_pipe[2];
96 SAFE_PIPE(cleanup, child_pipe);
119 close(child_pipe[0]);
211 SAFE_READ(cleanup, 1, child_pipe[0], l, sizeof(*l));
216 SAFE_WRITE(NULL, SAFE_WRITE_ALL, child_pipe[1], l, sizeof(*l));
250 &parent_pipe[1], &child_pipe[0], &child_pipe[1], &fd);
263 parent_pipe[1], child_pipe[0],
264 child_pipe[1], fd) < 0)
274 SAFE_CLOSE(cleanup, child_pipe[1]);