Searched refs:cil_post_portcon_compare (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_post.c | 219 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/ |
D | cil_post.h | 41 int cil_post_portcon_compare(const void *a, const void *b);
|
D | cil_post.c | 154 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()
|