Searched refs:stdout_handle (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-win32.c709 HANDLE stdout_handle; local
717 stdout_handle = INVALID_HANDLE_VALUE;
721 stdout_handle = (HANDLE) _get_osfhandle (out);
725 stderr_handle = stdout_handle;
776 si.hStdOutput = stdout_handle;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c403 apr_file_t *stdout_handle;
408 err = svn_io_file_open(&stdout_handle, SVN_NULL_DEVICE_NAME,
414 FALSE, stdout_handle,
400 apr_file_t *stdout_handle; local
H A Dcmdline.c280 HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
283 if (GetConsoleMode(stdout_handle, &ignored))
286 /* Don't close stdout_handle */

Completed in 66 milliseconds