Searched refs:com_err_hook (Results 1 – 3 of 3) sorted by relevance
34 static /*@null@*/ et_old_error_hook_func com_err_hook = 0; variable110 p = com_err_hook ? com_err_hook : default_com_err_proc; in com_err_va()122 if (!com_err_hook) in com_err_va()125 (com_err_hook)(whoami, code, fmt, ap); in com_err_va()158 x = com_err_hook; in set_com_err_hook()159 com_err_hook = new_proc; in set_com_err_hook()172 x = com_err_hook; in reset_com_err_hook()173 com_err_hook = NULL; in reset_com_err_hook()
87 static errf com_err_hook = default_proc; variable95 (*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()
84 static errf com_err_hook = default_proc; variable92 (*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()