Searched refs:win32_dup (Results 1 – 3 of 3) sorted by relevance
82 DllExport int win32_dup( int fd);255 #define dup(fd) win32_dup(fd)
884 int fileno = win32_dup(win32_fileno(pf)); in PerlStdIOFdupopen()1002 return win32_dup(handle); in PerlLIODup()
4013 win32_dup(int fd) in win32_dup() function4936 int fileno = win32_dup(win32_fileno(pf)); in win32_fdupopen()