Searched refs:hbac_result_string (Results 1 - 5 of 5) sorted by relevance

/sssd-io/src/tests/
H A Dipa_hbac-tests.c225 hbac_result_string(HBAC_EVAL_ALLOW),
226 hbac_result_string(result),
283 hbac_result_string(HBAC_EVAL_ALLOW),
284 hbac_result_string(result),
302 hbac_result_string(HBAC_EVAL_DENY),
303 hbac_result_string(result),
384 hbac_result_string(HBAC_EVAL_ALLOW),
385 hbac_result_string(result),
399 hbac_result_string(HBAC_EVAL_DENY),
400 hbac_result_string(resul
[all...]
H A Dpyhbac-test.py509 s = pyhbac.hbac_result_string(r)
/sssd-io/src/lib/ipa_hbac/
H A Dipa_hbac.h297 const char *hbac_result_string(enum hbac_eval_result result);
H A Dhbac_evaluator.c359 const char *hbac_result_string(enum hbac_eval_result result) function
/sssd-io/src/python/
H A Dpyhbac.c1526 "Use hbac_result_string() to get textual representation of the result\n"
1843 "hbac_result_string(code) -> string\n"
1856 str = hbac_result_string(result);
1891 { sss_py_const_p(char, "hbac_result_string"),

Completed in 19 milliseconds