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

  /src/external/gpl3/binutils/dist/libiberty/
pex-win32.c 788 HANDLE stdin_handle; local
811 stdin_handle = INVALID_HANDLE_VALUE;
815 stdin_handle = (HANDLE) _get_osfhandle (in);
870 si.hStdInput = stdin_handle;
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-win32.c 788 HANDLE stdin_handle; local
811 stdin_handle = INVALID_HANDLE_VALUE;
815 stdin_handle = (HANDLE) _get_osfhandle (in);
870 si.hStdInput = stdin_handle;
  /src/external/gpl3/gcc/dist/libiberty/
pex-win32.c 788 HANDLE stdin_handle; local
811 stdin_handle = INVALID_HANDLE_VALUE;
815 stdin_handle = (HANDLE) _get_osfhandle (in);
870 si.hStdInput = stdin_handle;
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-win32.c 767 HANDLE stdin_handle; local
790 stdin_handle = INVALID_HANDLE_VALUE;
794 stdin_handle = (HANDLE) _get_osfhandle (in);
849 si.hStdInput = stdin_handle;
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-win32.c 788 HANDLE stdin_handle; local
811 stdin_handle = INVALID_HANDLE_VALUE;
815 stdin_handle = (HANDLE) _get_osfhandle (in);
870 si.hStdInput = stdin_handle;
  /src/external/gpl3/gdb/dist/libiberty/
pex-win32.c 788 HANDLE stdin_handle; local
811 stdin_handle = INVALID_HANDLE_VALUE;
815 stdin_handle = (HANDLE) _get_osfhandle (in);
870 si.hStdInput = stdin_handle;

Completed in 19 milliseconds