Searched defs:cil_copy_list (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c49 void cil_copy_list(struct cil_list *data, struct cil_list **copy) function
63 cil_copy_list((struct cil_list*)orig_item->data, &new_sub);
185 cil_copy_list(orig->perm_strs, &((*new)->perm_strs));
262 cil_copy_list(orig->class_list_str, &new->class_list_str);
369 cil_copy_list(orig->sid_list_str, &new->sid_list_str);
660 cil_copy_list(orig->attr_strs, &new->attr_strs);
664 cil_copy_list(orig->attr_datums, &new->attr_datums);
971 cil_copy_list(orig->cat_list_str, &new->cat_list_str);
986 cil_copy_list(orig->sens_list_str, &new->sens_list_str);
1519 cil_copy_list(ori
[all...]

Completed in 101 milliseconds