Home
last modified time | relevance | path

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

/freebsd/contrib/com_err/
H A Dcom_err.c84 static errf com_err_hook = default_proc; variable
92 (*com_err_hook) (whoami, code, fmt, args); in com_err_va()
110 errf old = com_err_hook; in set_com_err_hook()
113 com_err_hook = new; in set_com_err_hook()
115 com_err_hook = default_proc; in set_com_err_hook()
/freebsd/crypto/heimdal/lib/com_err/
H A Dcom_err.c87 static errf com_err_hook = default_proc; variable
95 (*com_err_hook) (whoami, code, fmt, args); in com_err_va()
113 errf old = com_err_hook; in set_com_err_hook()
116 com_err_hook = new; in set_com_err_hook()
118 com_err_hook = default_proc; in set_com_err_hook()