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

Lines Matching defs:fprintf

587 #   define fprintf rpl_fprintf
591 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
595 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
599 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
601 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...));
603 _GL_CXXALIASWARN (fprintf);
607 # undef fprintf
609 /* Assume fprintf is always declared. */
610 _GL_WARN_ON_USE (fprintf, "fprintf is not always POSIX compliant - "
611 "use gnulib module fprintf-posix for portable "