Searched refs:fcontext2 (Results 1 – 3 of 3) sorted by relevance
110 const semanage_fcontext_t * fcontext2) in hidden_def()113 int rv = strcmp(fcontext->expr, fcontext2->expr); in hidden_def()117 if (fcontext->type < fcontext2->type) in hidden_def()120 else if (fcontext2->type < fcontext->type) in hidden_def()133 fcontext2) in hidden_def()136 return semanage_fcontext_compare2(*fcontext, *fcontext2); in hidden_def()
22 const semanage_fcontext_t * fcontext2);
313 semanage_fcontext_t *fcontext2; in test_fcontext_compare2() local321 fcontext2 = get_fcontext_nth(I_SECOND); in test_fcontext_compare2()326 CU_ASSERT(semanage_fcontext_compare2(fcontext, fcontext2) < 0); in test_fcontext_compare2()332 semanage_fcontext_free(fcontext2); in test_fcontext_compare2()