Home | History | Annotate | Download | only in src

Lines Matching full:current_role

347 		struct cil_list_item *current_role;
356 cil_list_for_each(current_role, user_multimap_item->values) {
357 fprintf(file_arr[USERROLES], " %s", ((struct cil_role*)current_role->data)->datum.name);