Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c219 int rc = cil_post_portcon_compare(&aportcon, &bportcon); in test_cil_post_portcon_compare_atotal_greater_btotal()
236 int rc = cil_post_portcon_compare(&aportcon, &bportcon); in test_cil_post_portcon_compare_btotal_greater_atotal()
253 int rc = cil_post_portcon_compare(&aportcon, &bportcon); in test_cil_post_portcon_compare_aportlow_greater_bportlow()
270 int rc = cil_post_portcon_compare(&aportcon, &bportcon); in test_cil_post_portcon_compare_bportlow_greater_aportlow()
287 int rc = cil_post_portcon_compare(&aportcon, &bportcon); in test_cil_post_portcon_compare_equal()
/external/selinux/libsepol/cil/src/
Dcil_post.h41 int cil_post_portcon_compare(const void *a, const void *b);
Dcil_post.c154 int cil_post_portcon_compare(const void *a, const void *b) in cil_post_portcon_compare() function
1938 …qsort(db->portcon->array, db->portcon->count, sizeof(db->portcon->array), cil_post_portcon_compare in cil_post_db()