Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dprofile.c164 static profile_syntax_err_cb_t syntax_err_cb; variable
441 if (syntax_err_cb) in profile_set_default()
442 (syntax_err_cb)(prf->filespec, retval, in profile_set_default()
593 if (syntax_err_cb) in profile_update_file()
594 (syntax_err_cb)(prf->filespec, retval, in profile_update_file()
624 old = syntax_err_cb; in profile_set_syntax_err_cb()
625 syntax_err_cb = hook; in profile_set_syntax_err_cb()