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

Lines Matching defs:vfprintf

1494 #   define vfprintf rpl_vfprintf
1498 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)
1502 _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)
1506 _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args));
1511 _GL_CXXALIAS_SYS_CAST (vfprintf, int,
1514 _GL_CXXALIASWARN (vfprintf);
1518 # undef vfprintf
1520 /* Assume vfprintf is always declared. */
1521 _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - "
1522 "use gnulib module vfprintf-posix for portable "