Searched defs:stdin_pipe (Results 1 – 9 of 9) sorted by relevance
57 uv_pipe_t stdin_pipe; in TEST_IMPL() local
15 uv_pipe_t stdin_pipe; variable
175 int stdin_pipe[2]; in check_output() local
150 Pipe stdin_pipe; in Exec() local
153 Pipe stdin_pipe(false); in Exec() local
306 int stdin_pipe[2]; in Start() local
568 int stdin_pipe[2] = { -1, -1 }; in fork_exec() local
2001 gint stdin_pipe[2] = { -1, -1 }; in fork_exec() local
166 GOutputStream *stdin_pipe; member