HomeSort by relevance Sort by last modified time
    Searched refs:com_err_hook (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/et/
com_err.c 67 errf com_err_hook = default_com_err_proc; variable
72 (*com_err_hook) (whoami, code, fmt, args);
81 if (!com_err_hook)
82 com_err_hook = default_com_err_proc;
90 errf x = com_err_hook;
93 com_err_hook = new_proc;
95 com_err_hook = default_com_err_proc;
101 errf x = com_err_hook;
102 com_err_hook = default_com_err_proc;
com_err.h 39 extern void (*com_err_hook) (const char *, long, const char *, va_list);

Completed in 90 milliseconds