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

/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-win32.c618 HANDLE stderr_handle; local
626 stderr_handle = INVALID_HANDLE_VALUE;
631 stderr_handle = (HANDLE) _get_osfhandle (errdes);
633 stderr_handle = stdout_handle;
685 si.hStdError = stderr_handle;
/haiku-buildtools/gcc/libiberty/
H A Dpex-win32.c766 HANDLE stderr_handle; local
789 stderr_handle = INVALID_HANDLE_VALUE;
794 stderr_handle = (HANDLE) _get_osfhandle (errdes);
796 stderr_handle = stdout_handle;
848 si.hStdError = stderr_handle;
/haiku-buildtools/binutils/libiberty/
H A Dpex-win32.c770 HANDLE stderr_handle; local
793 stderr_handle = INVALID_HANDLE_VALUE;
798 stderr_handle = (HANDLE) _get_osfhandle (errdes);
800 stderr_handle = stdout_handle;
852 si.hStdError = stderr_handle;

Completed in 100 milliseconds