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

Lines Matching defs:vprintf

1549 #   define vprintf rpl_vprintf
1553 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1557 _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args)
1561 _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args));
1566 _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args));
1568 _GL_CXXALIASWARN (vprintf);
1572 # undef vprintf
1574 /* Assume vprintf is always declared. */
1575 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
1576 "use gnulib module vprintf-posix for portable "