Home
last modified time | relevance | path

Searched refs:profile_syntax_err_cb_t (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
Dprofile.h44 typedef void (*profile_syntax_err_cb_t)(const char *file, long err, typedef
101 profile_syntax_err_cb_t profile_set_syntax_err_cb(profile_syntax_err_cb_t hook);
Dprofile.c162 static profile_syntax_err_cb_t syntax_err_cb;
617 profile_syntax_err_cb_t profile_set_syntax_err_cb(profile_syntax_err_cb_t hook) in profile_set_syntax_err_cb()
619 profile_syntax_err_cb_t old; in profile_set_syntax_err_cb()