Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dcom_err.c74 default_proc (const char *whoami, long code, const char *fmt, va_list args)
78 default_proc (const char *whoami, long code, const char *fmt, va_list args) in default_proc() function
89 static errf com_err_hook = default_proc;
120 com_err_hook = default_proc; in set_com_err_hook()
H A DChangeLog107 * com_err.c (default_proc): add printf attributes