_osfhnd 2401 win32/win32.c if (_osfhnd(fd) == _get_osfhandle(fd)) { _osfhnd 2425 win32/win32.c #define _set_osfhnd(fh, osfh) (void)(_osfhnd(fh) = osfh) _osfhnd 6761 win32/win32.c DWORD low = SetFilePointer((HANDLE)_osfhnd(fd), 0, &high, method); _osfhnd 6793 win32/win32.c SetFilePointer((HANDLE)_osfhnd(fd), low, &high, FILE_BEGIN); _osfhnd 6834 win32/win32.c isconsole = is_console(_osfhnd(fd)) && (osver.dwMajorVersion < 6 || (osver.dwMajorVersion == 6 && osver.dwMinorVersion < 2)); _osfhnd 6837 win32/win32.c GetConsoleMode((HANDLE)_osfhnd(fd),&mode); _osfhnd 6843 win32/win32.c constat_reset((HANDLE)_osfhnd(fd)); _osfhnd 6860 win32/win32.c if (!ReadFile((HANDLE)_osfhnd(fd), buf, len, &read, &ol)) { _osfhnd 6864 win32/win32.c if (GetNamedPipeHandleState((HANDLE)_osfhnd(fd), &state, NULL, NULL, NULL, NULL, 0) && (state & PIPE_NOWAIT)) { _osfhnd 6895 win32/win32.c CancelIo((HANDLE)_osfhnd(fd)); _osfhnd 6900 win32/win32.c if (!GetOverlappedResult((HANDLE)_osfhnd(fd), &ol, &read, TRUE) && _osfhnd 6908 win32/win32.c CancelIo((HANDLE)_osfhnd(fd)); _osfhnd 6981 win32/win32.c if (!WriteFile((HANDLE)_osfhnd(fd), buf, len, &written, &ol)) { _osfhnd 7001 win32/win32.c CancelIo((HANDLE)_osfhnd(fd)); _osfhnd 7006 win32/win32.c if (!GetOverlappedResult((HANDLE)_osfhnd(fd), &ol, &written, TRUE)) { _osfhnd 7009 win32/win32.c CancelIo((HANDLE)_osfhnd(fd)); _osfhnd 7052 win32/win32.c handle = (HANDLE)_osfhnd(fd); _osfhnd 7426 win32/win32.c if (!GetConsoleMode((HANDLE)_osfhnd(fd), &mode)) {