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

Lines Matching defs:dprintf

448 #   define dprintf rpl_dprintf
450 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
453 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
456 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
460 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
462 _GL_CXXALIASWARN (dprintf);
464 # undef dprintf
466 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
467 "use gnulib module dprintf for portability");