Lines Matching defs:next
623 class_perm_node_t *cur, *next;
633 next = x->perms;
634 while (next) {
635 cur = next;
636 next = cur->next;
663 role_trans_rule_t *next = x->next;
666 x = next;
688 filename_trans_rule_t *next;
690 next = x->next;
693 x = next;
713 role_allow_rule_t *next = x->next;
716 x = next;
726 x->next = NULL;
740 range_trans_rule_t *next = x->next;
743 x = next;
749 avrule_t *next, *cur;
754 next = x;
755 while (next) {
756 cur = next;
757 next = next->next;
1190 for (curblock = p->global; curblock != NULL; curblock = curblock->next) {
1192 decl = decl->next) {
1203 for (curblock = p->global; curblock != NULL; curblock = curblock->next) {
1205 decl = decl->next) {
1340 constraint = constraint->next;
1348 constraint = constraint->next;
1419 filename_trans_datum_t *fd = datum, *next;
1424 next = fd->next;
1427 fd = next;
1452 c = c->next;
1474 c = c->next;
1540 c = c->next;
1546 g = g->next;
1551 for (tr = p->role_tr; tr; tr = tr->next) {
1559 for (ra = p->role_allow; ra; ra = ra->next) {
1625 for (c = head; c; c = c->next) {
1933 cat->next = l->cat;
1988 open_cat->next = sl->cat;
2164 lc->next = c;
2184 le->next = e;
2545 ltr->next = tr;
2585 lra->next = ra;
2622 datum = datum->next;
2631 datum->next = NULL;
2634 last->next = datum;
2747 datum = datum->next;
2796 datum->next = NULL;
2812 dst = &datum->next;
2837 first = first->next;
2892 l->next = c;
3004 l->next = c;
3217 genfs_p = genfs, genfs = genfs->next) {
3228 newgenfs->next = genfs;
3230 genfs_p->next = newgenfs;
3263 l = c, c = c->next) {
3277 newc->next = c;
3279 l->next = newc;
3560 tail->next = cur;
3691 lrtr->next = rtr;
3741 tail->next = cur;
3770 ltr->next = tr;
3821 lra->next = ra;
3858 lftr->next = ftr;
3923 lrt->next = rt;
4088 last_decl->next = curdecl;
4098 last_block->next = curblock;