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

Lines Matching refs:vdprintf

1464 #   define vdprintf rpl_vdprintf
1466 _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args)
1469 _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args));
1472 _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args)
1478 _GL_CXXALIAS_SYS_CAST (vdprintf, int,
1481 _GL_CXXALIASWARN (vdprintf);
1483 # undef vdprintf
1485 _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - "
1486 "use gnulib module vdprintf for portability");