Searched refs:win32_fgets (Results 1 – 3 of 3) sorted by relevance
103 DllExport char* win32_fgets(char *s, int n, FILE *pf);279 #define fgets win32_fgets
681 return win32_fgets(s, n, pf); in PerlStdIOGets()
4752 win32_fgets(char *s, int n, FILE *pf) in win32_fgets() function