Searched refs:semanage_fcontext_compare2 (Results 1 – 5 of 5) sorted by relevance
109 int semanage_fcontext_compare2(const semanage_fcontext_t * fcontext, in hidden_def()128 hidden_def(semanage_fcontext_compare2) in hidden_def() argument136 return semanage_fcontext_compare2(*fcontext, *fcontext2); in hidden_def()314 .compare2 = semanage_fcontext_compare2,
16 hidden_proto(semanage_fcontext_compare2)
1550 %exception semanage_fcontext_compare2 {
21 extern int semanage_fcontext_compare2(const semanage_fcontext_t * fcontext,
325 CU_ASSERT(semanage_fcontext_compare2(fcontext, fcontext1) == 0); in test_fcontext_compare2()326 CU_ASSERT(semanage_fcontext_compare2(fcontext, fcontext2) < 0); in test_fcontext_compare2()327 CU_ASSERT(semanage_fcontext_compare2(fcontext, fcontext3) > 0); in test_fcontext_compare2()804 CU_ASSERT(semanage_fcontext_compare2(fcontext_local, in helper_fcontext_modify_del_local()