Searched refs:stdout_handle (Results 1 – 4 of 4) sorted by relevance
709 HANDLE stdout_handle; in pex_win32_exec_child() local717 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()
400 apr_file_t *stdout_handle; in lsb_release() local405 err = svn_io_file_open(&stdout_handle, SVN_NULL_DEVICE_NAME, in lsb_release()411 FALSE, stdout_handle, in lsb_release()
280 HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in svn_cmdline_init() local283 if (GetConsoleMode(stdout_handle, &ignored)) in svn_cmdline_init()
3075 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local3079 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()3087 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()3093 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()