Home | History | Annotate | Download | only in lib

Lines Matching full:fopen

254 #   undef fopen
255 # define fopen rpl_fopen
257 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
259 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
261 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode));
263 _GL_CXXALIASWARN (fopen);
265 # undef fopen
266 /* Assume fopen is always declared. */
267 _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - "
268 "use gnulib module fopen for portability");