Searched refs:std_fh (Results 1 – 1 of 1) sorted by relevance
232 int const std_fh, in common_popen_nolock() argument281 …startup_info.hStdInput = std_fh == STDIN ? new_pipe_handle.get() : reinterpret_cast<HANDLE>(_osf… in common_popen_nolock()282 …startup_info.hStdOutput = std_fh == STDOUT ? new_pipe_handle.get() : reinterpret_cast<HANDLE>(_osf… in common_popen_nolock()361 int const std_fh = fdopen_mode.mode[0] == 'w' in common_popen() local367 std_fh == STDIN ? pipe_handles[0] : pipe_handles[1], in common_popen()368 std_fh == STDIN ? pipe_handles[1] : pipe_handles[0] in common_popen()381 std_fh, in common_popen()