Searched refs:cil_copy_list (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_copy_ast.c | 49 void cil_copy_list(struct cil_list *data, struct cil_list **copy) in cil_copy_list() function 63 cil_copy_list((struct cil_list*)orig_item->data, &new_sub); in cil_copy_list() 185 cil_copy_list(orig->perm_strs, &((*new)->perm_strs)); in cil_copy_classperms() 262 cil_copy_list(orig->class_list_str, &new->class_list_str); in cil_copy_classorder() 369 cil_copy_list(orig->sid_list_str, &new->sid_list_str); in cil_copy_sidorder() 660 cil_copy_list(orig->attr_strs, &new->attr_strs); in cil_copy_expandtypeattribute() 664 cil_copy_list(orig->attr_datums, &new->attr_datums); in cil_copy_expandtypeattribute() 971 cil_copy_list(orig->cat_list_str, &new->cat_list_str); in cil_copy_catorder() 986 cil_copy_list(orig->sens_list_str, &new->sens_list_str); in cil_copy_sensitivityorder() 1519 cil_copy_list(orig->params, &new->params); in cil_copy_macro() [all …]
|
D | cil_copy_ast.h | 37 void cil_copy_list(struct cil_list *orig, struct cil_list **copy);
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 70 int rc =cil_copy_list(cil_l, ©_list); in test_cil_copy_list() 92 int rc = cil_copy_list(cil_l, ©_list); in test_cil_copy_list_sublist() 116 int rc = cil_copy_list(cil_l, ©_list); in test_cil_copy_list_sublist_extra() 139 int rc = cil_copy_list(cil_l, ©_list); in test_cil_copy_list_orignull_neg()
|