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

/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-win32.c710 HANDLE stdout_handle; local
718 stdout_handle = INVALID_HANDLE_VALUE;
722 stdout_handle = (HANDLE) _get_osfhandle (out);
726 stderr_handle = stdout_handle;
777 si.hStdOutput = stdout_handle;
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest.cc2612 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); local
2616 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info);
2623 SetConsoleTextAttribute(stdout_handle,
2629 SetConsoleTextAttribute(stdout_handle, old_color_attrs);

Completed in 144 milliseconds