Home
last modified time | relevance | path

Searched refs:stdInHdl (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/process/cbits/posix/
H A DrunProcess.c51 struct std_handle *stdInHdl, in do_spawn() argument
61 stdInHdl, stdOutHdl, stdErrHdl, in do_spawn()
73 stdInHdl, stdOutHdl, stdErrHdl, in do_spawn()
139 struct std_handle stdInHdl, stdOutHdl, stdErrHdl; in runInteractiveProcess() local
147 if (init_std_handle(fdStdIn, CHILD_READS, &stdInHdl, failed_doing) != 0) { in runInteractiveProcess()
161 &stdInHdl, &stdOutHdl, &stdErrHdl, in runInteractiveProcess()
177 FINALISE_STD_HANDLE(stdInHdl, pfdStdInput); in runInteractiveProcess()
191 CLOSE_PIPE(stdInHdl); in runInteractiveProcess()
H A Dfork_exec.c99 struct std_handle *stdInHdl, in do_spawn_fork() argument
210 setup_std_handle_fork(STDIN_FILENO, stdInHdl, forkCommunicationFds[1]); in do_spawn_fork()
293 if (stdInHdl->behavior == STD_HANDLE_USE_PIPE) { in do_spawn_fork()
294 close(stdInHdl->use_pipe.parent_end); in do_spawn_fork()
H A Dcommon.h36 struct std_handle *stdInHdl,
47 struct std_handle *stdInHdl,
H A Dposix_spawn.c12 struct std_handle *stdInHdl, in do_spawn_posix() argument
88 struct std_handle *stdInHdl, in do_spawn_posix() argument
166 if (setup_std_handle_spawn(STDIN_FILENO, stdInHdl, &fa, failed_doing) != 0) { in do_spawn_posix()