HomeSort by: relevance | last modified time | path
    Searched defs:stderr_handle (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
pex-win32.c 790 HANDLE stderr_handle; local
813 stderr_handle = INVALID_HANDLE_VALUE;
818 stderr_handle = (HANDLE) _get_osfhandle (errdes);
820 stderr_handle = stdout_handle;
872 si.hStdError = stderr_handle;
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-win32.c 790 HANDLE stderr_handle; local
813 stderr_handle = INVALID_HANDLE_VALUE;
818 stderr_handle = (HANDLE) _get_osfhandle (errdes);
820 stderr_handle = stdout_handle;
872 si.hStdError = stderr_handle;
  /src/external/gpl3/gcc/dist/libiberty/
pex-win32.c 790 HANDLE stderr_handle; local
813 stderr_handle = INVALID_HANDLE_VALUE;
818 stderr_handle = (HANDLE) _get_osfhandle (errdes);
820 stderr_handle = stdout_handle;
872 si.hStdError = stderr_handle;
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-win32.c 769 HANDLE stderr_handle; local
792 stderr_handle = INVALID_HANDLE_VALUE;
797 stderr_handle = (HANDLE) _get_osfhandle (errdes);
799 stderr_handle = stdout_handle;
851 si.hStdError = stderr_handle;
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-win32.c 790 HANDLE stderr_handle; local
813 stderr_handle = INVALID_HANDLE_VALUE;
818 stderr_handle = (HANDLE) _get_osfhandle (errdes);
820 stderr_handle = stdout_handle;
872 si.hStdError = stderr_handle;
  /src/external/gpl3/gdb/dist/libiberty/
pex-win32.c 790 HANDLE stderr_handle; local
813 stderr_handle = INVALID_HANDLE_VALUE;
818 stderr_handle = (HANDLE) _get_osfhandle (errdes);
820 stderr_handle = stdout_handle;
872 si.hStdError = stderr_handle;

Completed in 31 milliseconds