Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
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.c164 static profile_syntax_err_cb_t syntax_err_cb;
620 profile_syntax_err_cb_t profile_set_syntax_err_cb(profile_syntax_err_cb_t hook) in profile_set_syntax_err_cb()
622 profile_syntax_err_cb_t old; in profile_set_syntax_err_cb()