Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dmodule_to_cil.c1098 int num_tnames, i; in roletype_role_in_ancestor_to_cil() local
1116 rc = process_typeset(pdb, ts, attr_list, &tnames, &num_tnames); in roletype_role_in_ancestor_to_cil()
1120 for (i = 0; i < num_tnames; i++) { in roletype_role_in_ancestor_to_cil()
1125 names_destroy(&tnames, &num_tnames); in roletype_role_in_ancestor_to_cil()
1199 int s, t, num_snames, num_tnames; in avrule_list_to_cil() local
1215 rc = process_typeset(pdb, ts, attr_list, &tnames, &num_tnames); in avrule_list_to_cil()
1221 for (t = 0; t < num_tnames; t++) { in avrule_list_to_cil()
1245 names_destroy(&tnames, &num_tnames); in avrule_list_to_cil()
1257 names_destroy(&tnames, &num_tnames); in avrule_list_to_cil()