HomeSort by: relevance | last modified time | path
    Searched defs:msg_vprintf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
msg_output.c 20 /* void msg_vprintf(level, format, ap)
36 /* msg_printf() and msg_vprintf() format their arguments, sanitize the
150 msg_vprintf(level, format, ap);
154 /* msg_vprintf - format text and log it */
156 void msg_vprintf(int level, const char *format, va_list ap) function
msg_output.c 20 /* void msg_vprintf(level, format, ap)
36 /* msg_printf() and msg_vprintf() format their arguments, sanitize the
150 msg_vprintf(level, format, ap);
154 /* msg_vprintf - format text and log it */
156 void msg_vprintf(int level, const char *format, va_list ap) function

Completed in 67 milliseconds