Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec_w32.c216 HANDLE hIn_r = NULL; in pipe_execv() local
252 (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()