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

/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-win32.c709 HANDLE stdin_handle; local
717 stdin_handle = INVALID_HANDLE_VALUE;
721 stdin_handle = (HANDLE) _get_osfhandle (in);
776 si.hStdInput = stdin_handle;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c1296 HANDLE stdin_handle; local
1403 stdin_handle = GetStdHandle(STD_INPUT_HANDLE);
1407 objs[1] = stdin_handle;
1409 /* If stdin_handle is a pipe, use PeekNamedPipe() method to check it,
1411 if(GetFileType(stdin_handle) == FILE_TYPE_PIPE ||
1413 /* Don't wait for stdin_handle, just wait for event_handle */
1415 /* Check stdin_handle per 100 milliseconds */
1449 if(!PeekNamedPipe(stdin_handle, NULL, 0, NULL,
1459 if(!ReadFile(stdin_handle, buf, sizeof(data->state.buffer),
1478 if(!ReadFile(stdin_handle, bu
[all...]

Completed in 119 milliseconds