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

/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-win32.c616 HANDLE stdin_handle; local
624 stdin_handle = INVALID_HANDLE_VALUE;
628 stdin_handle = (HANDLE) _get_osfhandle (in);
683 si.hStdInput = stdin_handle;
/haiku-buildtools/gcc/libiberty/
H A Dpex-win32.c764 HANDLE stdin_handle; local
787 stdin_handle = INVALID_HANDLE_VALUE;
791 stdin_handle = (HANDLE) _get_osfhandle (in);
846 si.hStdInput = stdin_handle;
/haiku-buildtools/binutils/libiberty/
H A Dpex-win32.c768 HANDLE stdin_handle; local
791 stdin_handle = INVALID_HANDLE_VALUE;
795 stdin_handle = (HANDLE) _get_osfhandle (in);
850 si.hStdInput = stdin_handle;

Completed in 90 milliseconds