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

/external/e2fsprogs/lib/et/
H A Dcom_err.c66 errf com_err_hook = default_com_err_proc; variable
71 (*com_err_hook) (whoami, code, fmt, args);
80 if (!com_err_hook)
81 com_err_hook = default_com_err_proc;
89 errf x = com_err_hook;
92 com_err_hook = new_proc;
94 com_err_hook = default_com_err_proc;
100 errf x = com_err_hook;
101 com_err_hook = default_com_err_proc;
H A Dcom_err.h39 extern void (*com_err_hook) (const char *, long, const char *, va_list);

Completed in 696 milliseconds