Searched refs:default_proc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/com_err/ |
H A D | com_err.c | 69 default_proc (const char *whoami, long code, const char *fmt, va_list args) 73 default_proc (const char *whoami, long code, const char *fmt, va_list args) in default_proc() function 84 static errf com_err_hook = default_proc; 115 com_err_hook = default_proc; in set_com_err_hook()
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | com_err.c | 72 default_proc (const char *whoami, long code, const char *fmt, va_list args) 76 default_proc (const char *whoami, long code, const char *fmt, va_list args) in default_proc() function 87 static errf com_err_hook = default_proc; 118 com_err_hook = default_proc; in set_com_err_hook()
|
H A D | ChangeLog | 107 * com_err.c (default_proc): add printf attributes
|