Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32iop.h66 DllExport int win32_fileno(FILE *pf);
232 #define fileno(f) win32_fileno(f)
Dperlhost.h692 return win32_fileno(pf); in PerlStdIOFileno()
834 int fileno = win32_dup(win32_fileno(pf)); in PerlStdIOFdupopen()
Dwince.c1424 win32_fileno(FILE *pf) in win32_fileno() function
2353 int fileno = win32_dup(win32_fileno(pf)); in win32_fdupopen()
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h62 DllExport int win32_fileno(FILE *pf);
229 #define fileno(f) win32_fileno(f)
Dwin32sck.c522 osf = TO_SOCKET(win32_fileno(pf));/* Get it now before it's gone! */ in my_fclose()
529 _set_osfhnd(win32_fileno(pf), INVALID_HANDLE_VALUE); in my_fclose()
Dperlhost.h688 return win32_fileno(pf); in PerlStdIOFileno()
829 int fileno = win32_dup(win32_fileno(pf)); in PerlStdIOFdupopen()
Dwin32.c2578 win32_fileno(FILE *pf) in win32_fileno() function
4343 int fileno = win32_dup(win32_fileno(pf)); in win32_fdupopen()