Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h116 DllExport intptr_t win32_get_osfhandle(int fd);
264 #define _get_osfhandle win32_get_osfhandle
Dwin32.c3526 HANDLE handle = (HANDLE)win32_get_osfhandle(fd); in win32_fstat()
4925 win32_get_osfhandle(int fd) in win32_get_osfhandle() function
Dperlhost.h875 return win32_get_osfhandle(filenum); in PerlStdIOGetOSfhandle()
/openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/
DFile.xs30 # define win32_get_osfhandle _get_osfhandle macro
262 RETVAL= (HANDLE) win32_get_osfhandle( ivFd );