Searched refs:hIn_r (Results 1 – 1 of 1) sorted by relevance
216 HANDLE hIn_r = NULL; in pipe_execv() local252 (stdin_fd && !CreatePipe(&hIn_r, &hIn_w, &sa, 0)) || in pipe_execv()259 (!stdin_fd && (hIn_r = CreateFile("CON",GENERIC_READ, FILE_SHARE_READ|FILE_SHARE_WRITE, in pipe_execv()282 si.hStdInput = hIn_r; in pipe_execv()324 if (hIn_r) CloseHandle(hIn_r); in pipe_execv()