Searched refs:com_err_hook (Results 1 – 3 of 3) sorted by relevance
68 errf com_err_hook = default_com_err_proc; variable73 (*com_err_hook) (whoami, code, fmt, args); in com_err_va()82 if (!com_err_hook) in com_err()83 com_err_hook = default_com_err_proc; in com_err()91 errf x = com_err_hook; in set_com_err_hook()94 com_err_hook = new_proc; in set_com_err_hook()96 com_err_hook = default_com_err_proc; in set_com_err_hook()102 errf x = com_err_hook; in reset_com_err_hook()103 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