Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h82 DllExport int win32_dup( int fd);
255 #define dup(fd) win32_dup(fd)
Dperlhost.h884 int fileno = win32_dup(win32_fileno(pf)); in PerlStdIOFdupopen()
1002 return win32_dup(handle); in PerlLIODup()
Dwin32.c4013 win32_dup(int fd) in win32_dup() function
4936 int fileno = win32_dup(win32_fileno(pf)); in win32_fdupopen()