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

  /src/external/ibm-public/postfix/dist/src/global/
opened.c 91 vstring_vsprintf(text, fmt, ap);
been_here.c 159 vstring_vsprintf(buf, fmt, ap);
228 vstring_vsprintf(buf, fmt, ap);
290 vstring_vsprintf(buf, fmt, ap);
dsn_buf.c 253 vstring_vsprintf(dsb->reason, format, ap);
270 vstring_vsprintf(dsb->reason, format, ap);
301 vstring_vsprintf(dsb->reason, format, ap);
memcache_proto.c 197 vstring_vsprintf(buf, fmt, ap2);
record.c 385 vstring_vsprintf(vp, format, ap);
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_print.c 85 vstring_vsprintf(buf, fmt, ap);
postconf_master.c 311 vstring_vsprintf(buf, fmt, ap);
  /src/external/ibm-public/postfix/dist/src/util/
msg_output.c 169 vstring_vsprintf(vp, format, ap);
msg_rate_delay.c 114 vstring_vsprintf(buf, fmt, ap);
vstring.h 101 extern VSTRING *vstring_vsprintf(VSTRING *, const char *, va_list);
dict_surrogate.c 178 vstring_vsprintf(buf, fmt, ap2);
match_ops.c 102 vstring_vsprintf(buf, fmt, ap);
vstring.c 113 /* VSTRING *vstring_vsprintf(vp, format, ap)
246 /* \fIformat\fR argument. See vstring_vsprintf() for details.
254 /* vstring_vsprintf() returns a null-terminated string according to
260 /* vstring_vsprintf_append() is like vstring_vsprintf(), but appends
263 /* In addition to stdio-like format specifiers, vstring_vsprintf()
631 vp = vstring_vsprintf(vp, format, ap);
636 /* vstring_vsprintf - format string, vsprintf-like interface */
638 VSTRING *vstring_vsprintf(VSTRING *vp, const char *format, va_list ap) function
ip_match.c 416 vstring_vsprintf(reply, fmt, ap);
argv.c 492 vstring_vsprintf(test_panic_str, fmt, ap);
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_out.c 176 vstring_vsprintf(vp, fmt, ap);
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c 197 vstring_vsprintf(session->buffer, fmt, ap);
smtp_proto.c 1446 vstring_vsprintf(vp, fmt, ap);
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_chat.c 234 vstring_vsprintf(state->buffer, format, ap);
smtpd_proxy.c 725 vstring_vsprintf(proxy->request, fmt, ap);
smtpd_check.c 1216 vstring_vsprintf(defer->reason, fmt, ap);
  /src/external/ibm-public/postfix/dist/src/master/
master_ent.c 200 vstring_vsprintf(vp, format, ap);
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_util.c 627 vstring_vsprintf(bounce_info->buf, format, ap);
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 543 vstring_vsprintf(buf, fmt, ap);

Completed in 55 milliseconds