Home
last modified time | relevance | path

Searched refs:dbprintf (Results 1 – 2 of 2) sorted by relevance

/minix3/usr.sbin/syslogd/
H A Dsyslogd.h159 void dbprintf(const char *, const char *, size_t, const char *, ...)
162 ? dbprintf(__FILE__, __func__, __LINE__, __VA_ARGS__) : ((void)0))
H A Dsyslogd.c4844 dbprintf(const char *fname, const char *funname, in dbprintf() function