Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcclibs/libiberty/
Dpex-win32.c709 HANDLE stdout_handle; in pex_win32_exec_child() local
717 stdout_handle = INVALID_HANDLE_VALUE; in pex_win32_exec_child()
721 stdout_handle = (HANDLE) _get_osfhandle (out); in pex_win32_exec_child()
725 stderr_handle = stdout_handle; in pex_win32_exec_child()
776 si.hStdOutput = stdout_handle; in pex_win32_exec_child()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dsysinfo.c400 apr_file_t *stdout_handle; in lsb_release() local
405 err = svn_io_file_open(&stdout_handle, SVN_NULL_DEVICE_NAME, in lsb_release()
411 FALSE, stdout_handle, in lsb_release()
Dcmdline.c280 HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in svn_cmdline_init() local
283 if (GetConsoleMode(stdout_handle, &ignored)) in svn_cmdline_init()
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc3075 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
3079 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3087 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
3093 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()