Home
last modified time | relevance | path

Searched refs:osHandle (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32.c3489 HANDLE osHandle; /* o.s. handle value */ in _fixed_read() local
3491 if ((osHandle = (HANDLE)_get_osfhandle(fh)) != (HANDLE)-1) in _fixed_read()
3493 if ((filepos = SetFilePointer(osHandle, -1, NULL, FILE_CURRENT)) == -1) in _fixed_read()