Home
last modified time | relevance | path

Searched refs:CLOSE_PIPE (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/eglib/
H A Dgspawn.c372 CLOSE_PIPE (info_pipe); in g_spawn_async_with_pipes()
377 CLOSE_PIPE (info_pipe); in g_spawn_async_with_pipes()
378 CLOSE_PIPE (out_pipe); in g_spawn_async_with_pipes()
383 CLOSE_PIPE (info_pipe); in g_spawn_async_with_pipes()
384 CLOSE_PIPE (out_pipe); in g_spawn_async_with_pipes()
385 CLOSE_PIPE (err_pipe); in g_spawn_async_with_pipes()
391 CLOSE_PIPE (info_pipe); in g_spawn_async_with_pipes()
392 CLOSE_PIPE (out_pipe); in g_spawn_async_with_pipes()
393 CLOSE_PIPE (err_pipe); in g_spawn_async_with_pipes()
394 CLOSE_PIPE (in_pipe); in g_spawn_async_with_pipes()
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/process/cbits/posix/
H A DrunProcess.c185 #define CLOSE_PIPE(hdl) \ in runInteractiveProcess() macro
191 CLOSE_PIPE(stdInHdl); in runInteractiveProcess()
192 CLOSE_PIPE(stdOutHdl); in runInteractiveProcess()
193 CLOSE_PIPE(stdErrHdl); in runInteractiveProcess()
194 #undef CLOSE_PIPE in runInteractiveProcess()