Searched refs:semanage_fcontext_compare (Results 1 – 5 of 5) sorted by relevance
88 int semanage_fcontext_compare(const semanage_fcontext_t * fcontext, in hidden_def()107 hidden_def(semanage_fcontext_compare) in hidden_def() argument313 .compare = semanage_fcontext_compare,
15 hidden_proto(semanage_fcontext_compare)
1541 %exception semanage_fcontext_compare {
18 extern int semanage_fcontext_compare(const semanage_fcontext_t * fcontext,
296 CU_ASSERT(semanage_fcontext_compare(fcontext, key1) == 0); in test_fcontext_compare()297 CU_ASSERT(semanage_fcontext_compare(fcontext, key2) < 0); in test_fcontext_compare()298 CU_ASSERT(semanage_fcontext_compare(fcontext, key3) > 0); in test_fcontext_compare()