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

/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-win32.c644 HANDLE conout_handle; local
647 conout_handle = CreateFile("CONOUT$",
654 if (conout_handle == INVALID_HANDLE_VALUE)
669 CloseHandle(conout_handle);
/haiku-buildtools/gcc/libiberty/
H A Dpex-win32.c807 HANDLE conout_handle; local
810 conout_handle = CreateFile("CONOUT$",
817 if (conout_handle == INVALID_HANDLE_VALUE)
832 CloseHandle(conout_handle);
/haiku-buildtools/binutils/libiberty/
H A Dpex-win32.c811 HANDLE conout_handle; local
814 conout_handle = CreateFile("CONOUT$",
821 if (conout_handle == INVALID_HANDLE_VALUE)
836 CloseHandle(conout_handle);

Completed in 102 milliseconds