Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h103 DllExport char* win32_fgets(char *s, int n, FILE *pf);
279 #define fgets win32_fgets
H A Dperlhost.h681 return win32_fgets(s, n, pf); in PerlStdIOGets()
H A Dwin32.c4752 win32_fgets(char *s, int n, FILE *pf) in win32_fgets() function