Searched refs:com_err_hook (Results 1 – 3 of 3) sorted by relevance
67 errf com_err_hook = default_com_err_proc; variable72 (*com_err_hook) (whoami, code, fmt, args); in com_err_va()81 if (!com_err_hook) in com_err()82 com_err_hook = default_com_err_proc; in com_err()90 errf x = com_err_hook; in set_com_err_hook()93 com_err_hook = new_proc; in set_com_err_hook()95 com_err_hook = default_com_err_proc; in set_com_err_hook()101 errf x = com_err_hook; in reset_com_err_hook()102 com_err_hook = default_com_err_proc; in reset_com_err_hook()
39 extern void (*com_err_hook) (const char *, long, const char *, va_list);
8 com_err_hook@Base 1.43.9