Lines Matching defs:next

230 		(*tail)->next = new;
275 cil_perm = cil_perm->next;
334 for (curr = NODE(cil_class->common)->cl_head, i = 1; curr; curr = curr->next, i++) {
340 for (curr = NODE(cil_class)->cl_head; curr; curr = curr->next) {
946 cond_list->next = cond_node->true_list;
949 cond_list->next = cond_node->false_list;
961 for (cur_av = cond_list; cur_av != NULL; cur_av = cur_av->next) {
1657 // continue if the current bit isn't the end of the driver function or the next bit is set
1663 // is 0xff or the next bit isn't set). The next time around we are
2065 __cil_expr_to_string_helper(curr->next, flavor, &s1);
2066 __cil_expr_to_string_helper(curr->next->next, flavor, &s2);
2071 __cil_expr_to_string_helper(curr->next, flavor, &s1);
2079 __cil_expr_to_string_helper(curr->next->next, flavor, &s2);
2098 for (curr = curr->next; curr; curr = curr->next) {
2124 (*head)->next = NULL;
2163 op->next = NULL;
2189 rc = __cil_cond_item_to_sepol_expr(pdb, item->next, &h1, &t1);
2198 t1->next = op;
2201 rc = __cil_cond_item_to_sepol_expr(pdb, item->next->next, &h2, &t2);
2210 t1->next = h2;
2211 t2->next = op;
2221 for (item = item->next; item; item = item->next) {
2230 op->next = NULL;
2232 t1->next = h2;
2233 t2->next = op;
2264 for (e = cond_expr; e != NULL; e = e->next) {
2356 cond_node->next = pdb->cond_list;
2364 for (cb_node = node->cl_head; cb_node != NULL; cb_node = cb_node->next) {
2476 new->next = pdb->role_tr;
2526 sepol_roleallow->next = pdb->role_allow;
2642 struct cil_list_item *l_item = op_item->next;
2643 struct cil_list_item *r_item = op_item->next->next;
2799 struct cil_list *l_expr = item->next->data;
2804 t1->next = op;
2808 struct cil_list *l_expr = item->next->data;
2809 struct cil_list *r_expr = item->next->next->data;
2819 t1->next = h2;
2820 t2->next = op;
2852 for (e = sepol_expr; e != NULL; e = e->next) {
2925 sepol_constrain->next = sepol_class->constraints;
3016 sepol_validatetrans->next = sepol_class->validatetrans;
3543 ocon_tail->next = new_ocon;
3551 genfs_tail->next = new_genfs;
4275 for (cur = pdb->cond_list; cur != NULL; cur = cur->next) {
4287 for (c = cur->true_list; c != NULL; c = c->next) {
4295 for (c = cur->false_list; c != NULL; c = c->next) {
4474 class_perm_node_t *next;
4477 next = curr->next;
4479 curr = next;
4504 cpn->next = *sepol_class_perms;
4567 cpn->next = *sepol_class_perms;
4638 avrule->next = NULL;
4644 avrule_t *next;
4647 next = curr->next;
4654 curr = next;
4807 rule->next = NULL;
4985 for (cur = bad; cur; cur = cur->next) {