Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcolorprint.cc133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColorPrintf() local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()
144 SetConsoleTextAttribute(stdout_handle, in ColorPrintf()
150 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcolorprint.cc133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColorPrintf() local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()
144 SetConsoleTextAttribute(stdout_handle, in ColorPrintf()
150 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-win32.c768 HANDLE stdout_handle; in pex_win32_exec_child() local
791 stdout_handle = INVALID_HANDLE_VALUE; in pex_win32_exec_child()
795 stdout_handle = (HANDLE) _get_osfhandle (out); in pex_win32_exec_child()
799 stderr_handle = stdout_handle; in pex_win32_exec_child()
850 si.hStdOutput = stdout_handle; in pex_win32_exec_child()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dpex-win32.c768 HANDLE stdout_handle; in pex_win32_exec_child() local
791 stdout_handle = INVALID_HANDLE_VALUE; in pex_win32_exec_child()
795 stdout_handle = (HANDLE) _get_osfhandle (out); in pex_win32_exec_child()
799 stderr_handle = stdout_handle; in pex_win32_exec_child()
850 si.hStdOutput = stdout_handle; in pex_win32_exec_child()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dpex-win32.c768 HANDLE stdout_handle; in pex_win32_exec_child() local
791 stdout_handle = INVALID_HANDLE_VALUE; in pex_win32_exec_child()
795 stdout_handle = (HANDLE) _get_osfhandle (out); in pex_win32_exec_child()
799 stderr_handle = stdout_handle; in pex_win32_exec_child()
850 si.hStdOutput = stdout_handle; in pex_win32_exec_child()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dpex-win32.c789 HANDLE stdout_handle; in pex_win32_exec_child() local
812 stdout_handle = INVALID_HANDLE_VALUE; in pex_win32_exec_child()
816 stdout_handle = (HANDLE) _get_osfhandle (out); in pex_win32_exec_child()
820 stderr_handle = stdout_handle; in pex_win32_exec_child()
871 si.hStdOutput = stdout_handle; in pex_win32_exec_child()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3051 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
3055 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3063 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
3069 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()