Searched defs:stdin_pipe (Results 1 – 6 of 6) sorted by relevance
57 uv_pipe_t stdin_pipe; in TEST_IMPL() local
15 uv_pipe_t stdin_pipe; variable
306 int stdin_pipe[2]; in Start() local
877 int stdin_pipe[2] = { -1, -1 }; in do_spawn_with_pipes() local
1971 gint stdin_pipe[2] = { -1, -1 }; in fork_exec_with_pipes() local
166 GOutputStream *stdin_pipe; member