Home | History | Annotate | Download | only in checkpolicy

Lines Matching full:copy_requirements

1483 static int copy_requirements(avrule_decl_t * dest, scope_stack_t * stack)
1528 return copy_requirements(dest, stack->parent);
1542 if (copy_requirements(decl, stack_top->parent) == -1) {