Home
last modified time | relevance | path

Searched refs:vmsg_error (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmsg.c238 vmsg_error(fmt, ap); in msg_error()
242 void vmsg_error(const char *fmt, va_list ap) in vmsg_error() function
H A Dmsg.h38 extern void vmsg_error(const char *, va_list);
H A Ddict_surrogate.c159 log_fn = dict_allow_surrogate ? vmsg_error : vmsg_fatal; in dict_surrogate()