Home
last modified time | relevance | path

Searched refs:hChildStdoutWr (Results 1 – 25 of 56) sorted by relevance

123

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dnip2-cli.c77 HANDLE hChildStdoutWr; in main() local
138 hChildStdoutWr = NULL; in main()
142 if (!CreatePipe (&hChildStdoutRd, &hChildStdoutWr, &saAttr, 0)) in main()
167 startUpInfo.hStdOutput = hChildStdoutWr; in main()
168 startUpInfo.hStdError = hChildStdoutWr; in main()
187 CloseHandle (hChildStdoutWr); in main()
/dports/print/ghostscript7-base/ghostscript-7.07/ijs/
H A Dijs_exec_win.c44 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in ijs_exec_server() local
69 flag = CreatePipe(&hPipeTemp, &hChildStdoutWr, &saAttr, 0); in ijs_exec_server()
104 siStartInfo.hStdOutput = hChildStdoutWr; in ijs_exec_server()
129 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in ijs_exec_server()
130 CloseHandle(hChildStdoutWr); in ijs_exec_server()
/dports/print/ghostscript8-x11/ghostscript-8.71/ijs/
H A Dijs_exec_win.c45 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in ijs_exec_server() local
70 flag = CreatePipe(&hPipeTemp, &hChildStdoutWr, &saAttr, 0); in ijs_exec_server()
105 siStartInfo.hStdOutput = hChildStdoutWr; in ijs_exec_server()
130 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in ijs_exec_server()
131 CloseHandle(hChildStdoutWr); in ijs_exec_server()
/dports/print/ghostscript9-x11/ghostscript-9.06/ijs/
H A Dijs_exec_win.c45 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in ijs_exec_server() local
70 flag = CreatePipe(&hPipeTemp, &hChildStdoutWr, &saAttr, 0); in ijs_exec_server()
105 siStartInfo.hStdOutput = hChildStdoutWr; in ijs_exec_server()
130 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in ijs_exec_server()
131 CloseHandle(hChildStdoutWr); in ijs_exec_server()
/dports/print/ghostscript9-base/ghostscript-9.06/ijs/
H A Dijs_exec_win.c45 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in ijs_exec_server() local
70 flag = CreatePipe(&hPipeTemp, &hChildStdoutWr, &saAttr, 0); in ijs_exec_server()
105 siStartInfo.hStdOutput = hChildStdoutWr; in ijs_exec_server()
130 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in ijs_exec_server()
131 CloseHandle(hChildStdoutWr); in ijs_exec_server()
/dports/print/ghostscript8-base/ghostscript-8.71/ijs/
H A Dijs_exec_win.c45 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in ijs_exec_server() local
70 flag = CreatePipe(&hPipeTemp, &hChildStdoutWr, &saAttr, 0); in ijs_exec_server()
105 siStartInfo.hStdOutput = hChildStdoutWr; in ijs_exec_server()
130 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in ijs_exec_server()
131 CloseHandle(hChildStdoutWr); in ijs_exec_server()
/dports/print/ghostscript7-x11/ghostscript-7.07/ijs/
H A Dijs_exec_win.c44 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in ijs_exec_server() local
69 flag = CreatePipe(&hPipeTemp, &hChildStdoutWr, &saAttr, 0); in ijs_exec_server()
104 siStartInfo.hStdOutput = hChildStdoutWr; in ijs_exec_server()
129 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in ijs_exec_server()
130 CloseHandle(hChildStdoutWr); in ijs_exec_server()
/dports/print/libijs/ijs-0.35/
H A Dijs_exec_win.c44 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in ijs_exec_server() local
69 flag = CreatePipe(&hPipeTemp, &hChildStdoutWr, &saAttr, 0); in ijs_exec_server()
104 siStartInfo.hStdOutput = hChildStdoutWr; in ijs_exec_server()
129 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in ijs_exec_server()
130 CloseHandle(hChildStdoutWr); in ijs_exec_server()
/dports/emulators/jzintv/jzintv-20200712-src/src/imasm/imcmd/
H A Dmain.cpp127 HANDLE hChildStdoutRd, hChildStdoutWr; in DoChildProcess() local
155 if (!CreatePipe(&hChildStdoutRd, &hChildStdoutWr, &saAttr, 0)) in DoChildProcess()
162 if (!SetStdHandle(STD_OUTPUT_HANDLE, hChildStdoutWr)) in DoChildProcess()
243 CloseHandle(hChildStdoutWr); in DoChildProcess()
/dports/devel/jsl/jsl-0.3.0/src/
H A DJavaScriptLintAPI.cpp86 HANDLE hChildStdoutRd, hChildStdoutWr; in ExecuteProcess() local
87 if (!CreatePipe(&hChildStdoutRd, &hChildStdoutWr, &saAttr, 0)) in ExecuteProcess()
110 siStartInfo.hStdError = hChildStdoutWr; in ExecuteProcess()
111 siStartInfo.hStdOutput = hChildStdoutWr; in ExecuteProcess()
147 if (!CloseHandle(hChildStdoutWr)) in ExecuteProcess()
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/os/windows/
H A Dprocess.c93 HANDLE hChildStdoutRd, hChildStdoutWr; in GWEN_Process_Start() local
111 if (!CreatePipe(&hChildStdoutRd, &hChildStdoutWr, &saAttr, 0)) { in GWEN_Process_Start()
115 si.hStdOutput=hChildStdoutWr; in GWEN_Process_Start()
189 CloseHandle(hChildStdoutWr); in GWEN_Process_Start()
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/os/windows/
H A Dprocess.c93 HANDLE hChildStdoutRd, hChildStdoutWr; in GWEN_Process_Start() local
111 if (!CreatePipe(&hChildStdoutRd, &hChildStdoutWr, &saAttr, 0)) { in GWEN_Process_Start()
115 si.hStdOutput=hChildStdoutWr; in GWEN_Process_Start()
189 CloseHandle(hChildStdoutWr); in GWEN_Process_Start()
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/os/windows/
H A Dprocess.c93 HANDLE hChildStdoutRd, hChildStdoutWr; in GWEN_Process_Start() local
111 if (!CreatePipe(&hChildStdoutRd, &hChildStdoutWr, &saAttr, 0)) { in GWEN_Process_Start()
115 si.hStdOutput=hChildStdoutWr; in GWEN_Process_Start()
189 CloseHandle(hChildStdoutWr); in GWEN_Process_Start()
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/os/windows/
H A Dprocess.c93 HANDLE hChildStdoutRd, hChildStdoutWr; in GWEN_Process_Start() local
111 if (!CreatePipe(&hChildStdoutRd, &hChildStdoutWr, &saAttr, 0)) { in GWEN_Process_Start()
115 si.hStdOutput=hChildStdoutWr; in GWEN_Process_Start()
189 CloseHandle(hChildStdoutWr); in GWEN_Process_Start()
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/os/windows/
H A Dprocess.c93 HANDLE hChildStdoutRd, hChildStdoutWr; in GWEN_Process_Start() local
111 if (!CreatePipe(&hChildStdoutRd, &hChildStdoutWr, &saAttr, 0)) { in GWEN_Process_Start()
115 si.hStdOutput=hChildStdoutWr; in GWEN_Process_Start()
189 CloseHandle(hChildStdoutWr); in GWEN_Process_Start()
/dports/security/sqlninja/sqlninja-0.2.6/sources/
H A Ddnstun.c160 hChildStdoutWr, in execute() local
177 if (! CreatePipe(&hChildStdoutRd, &hChildStdoutWr, &saAttr, 0)) { in execute()
187 siStartInfo.hStdError = hChildStdoutWr; in execute()
188 siStartInfo.hStdOutput = hChildStdoutWr; in execute()
207 CloseHandle(hChildStdoutWr); in execute()
/dports/devel/lion/lion/
H A Dpipe_win32.c906 hChildStdoutRd = 0, hChildStdoutWr = 0; in lion_execve() local
953 if (! CreatePipe(&hChildStdoutRd, &hChildStdoutWr, &sa, 0)) in lion_execve()
963 SetHandleInformation( hChildStdoutWr, HANDLE_FLAG_INHERIT, 0); in lion_execve()
982 SetHandleInformation( hChildStdoutWr, HANDLE_FLAG_INHERIT, 1); in lion_execve()
996 si.hStdOutput = hChildStdoutWr; in lion_execve()
1025 CloseHandle(hChildStdoutWr); in lion_execve()
1111 if (hChildStdoutWr) { in lion_execve()
1112 CloseHandle(hChildStdoutWr); in lion_execve()
1113 hChildStdoutWr = NULL; in lion_execve()
/dports/audio/streamripper/streamripper-1.64.6/lib/
H A Dexternal.c120 HANDLE hChildStdoutWr; in spawn_external() local
137 if (!CreatePipe (&ep->mypipe, &hChildStdoutWr, &saAttr, 0)) { in spawn_external()
160 startup_info.hStdError = hChildStdoutWr; in spawn_external()
161 startup_info.hStdOutput = hChildStdoutWr; in spawn_external()
/dports/lang/yorick/yorick-y_2_2_04/play/win/
H A Dwpopen.c87 if (! CreatePipe(&hChildStdoutRd, &hChildStdoutWr, &saAttr, 0))
92 if (! SetStdHandle(STD_OUTPUT_HANDLE, hChildStdoutWr))
228 if (!CloseHandle(hChildStdoutWr)) in ReadFromPipe()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgp_mswin.c572 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in mswin_popen() local
604 hProcess, &hChildStdoutWr, 0, TRUE /* inherited */, in mswin_popen()
618 siStartInfo.hStdOutput = hChildStdoutWr; in mswin_popen()
651 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in mswin_popen()
652 CloseHandle(hChildStdoutWr); /* close our copy */ in mswin_popen()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgp_mswin.c443 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in mswin_popen() local
475 hProcess, &hChildStdoutWr, 0, TRUE /* inherited */, in mswin_popen()
489 siStartInfo.hStdOutput = hChildStdoutWr; in mswin_popen()
522 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in mswin_popen()
523 CloseHandle(hChildStdoutWr); /* close our copy */ in mswin_popen()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgp_mswin.c443 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in mswin_popen() local
475 hProcess, &hChildStdoutWr, 0, TRUE /* inherited */, in mswin_popen()
489 siStartInfo.hStdOutput = hChildStdoutWr; in mswin_popen()
522 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in mswin_popen()
523 CloseHandle(hChildStdoutWr); /* close our copy */ in mswin_popen()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgp_mswin.c572 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in mswin_popen() local
604 hProcess, &hChildStdoutWr, 0, TRUE /* inherited */, in mswin_popen()
618 siStartInfo.hStdOutput = hChildStdoutWr; in mswin_popen()
651 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in mswin_popen()
652 CloseHandle(hChildStdoutWr); /* close our copy */ in mswin_popen()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgp_mswin.c466 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in mswin_popen() local
498 hProcess, &hChildStdoutWr, 0, TRUE /* inherited */, in mswin_popen()
512 siStartInfo.hStdOutput = hChildStdoutWr; in mswin_popen()
545 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in mswin_popen()
546 CloseHandle(hChildStdoutWr); /* close our copy */ in mswin_popen()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgp_mswin.c470 HANDLE hChildStdoutWr = INVALID_HANDLE_VALUE; in mswin_popen() local
506 hProcess, &hChildStdoutWr, 0, TRUE /* inherited */, in mswin_popen()
520 siStartInfo.hStdOutput = hChildStdoutWr; in mswin_popen()
563 if (hChildStdoutWr != INVALID_HANDLE_VALUE) in mswin_popen()
564 CloseHandle(hChildStdoutWr); /* close our copy */ in mswin_popen()

123