Home | History | Annotate | Download | only in lib

Lines Matching refs:vdprintf

1152 #   define vdprintf rpl_vdprintf
1154 _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args)
1157 _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args));
1160 _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args)
1166 _GL_CXXALIAS_SYS_CAST (vdprintf, int,
1169 _GL_CXXALIASWARN (vdprintf);
1171 # undef vdprintf
1173 _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - "
1174 "use gnulib module vdprintf for portability");