Home | History | Annotate | Download | only in darwin-lib

Lines Matching full:fopen

566 #   undef fopen
567 # define fopen rpl_fopen
569 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
571 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
573 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode));
575 _GL_CXXALIASWARN (fopen);
577 # undef fopen
578 /* Assume fopen is always declared. */
579 _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - "
580 "use gnulib module fopen for portability");