HomeSort by: relevance | last modified time | path
    Searched refs:rec_vfprintf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
record.h 71 extern int rec_vfprintf(VSTREAM *, int, const char *, va_list);
record.c 48 /* int rec_vfprintf(stream, type, format, ap)
108 /* rec_fprintf() and rec_vfprintf() format their arguments and
372 /* rec_vfprintf - write formatted string to record */
374 int rec_vfprintf(VSTREAM *stream, int type, const char *format, va_list ap) function
397 result = rec_vfprintf(stream, type, format, ap);
post_mail.c 439 status = rec_vfprintf(cleanup, REC_TYPE_NORM, format, ap);
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_proxy.c 692 rec_vfprintf(smtpd_proxy_replay_stream, REC_TYPE_FROM, fmt, ap);
942 ret = rec_vfprintf(stream, rec_type, fmt, ap);

Completed in 27 milliseconds