Searched refs:hbac_result_string (Results 1 - 5 of 5) sorted by relevance
/sssd-io/src/tests/ |
H A D | ipa_hbac-tests.c | 225 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 D | pyhbac-test.py | 509 s = pyhbac.hbac_result_string(r)
|
/sssd-io/src/lib/ipa_hbac/ |
H A D | ipa_hbac.h | 297 const char *hbac_result_string(enum hbac_eval_result result);
|
H A D | hbac_evaluator.c | 359 const char *hbac_result_string(enum hbac_eval_result result) function
|
/sssd-io/src/python/ |
H A D | pyhbac.c | 1526 "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