Lines Matching defs:cur
4273 cond_node_t *cur;
4275 for (cur = pdb->cond_list; cur != NULL; cur = cur->next) {
4279 new_state = cond_evaluate_expr(pdb, cur->expr);
4281 cur->cur_state = new_state;
4287 for (c = cur->true_list; c != NULL; c = c->next) {
4295 for (c = cur->false_list; c != NULL; c = c->next) {
4970 avtab_ptr_t cur;
4985 for (cur = bad; cur; cur = cur->next) {
4991 rc = cil_avrule_from_sepol(pdb, cur, &target, type_value_to_cil, class_value_to_cil, perm_value_to_cil);