OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_copy_list
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsepol/cil/src/
cil_copy_ast.c
49
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);
948
cil_copy_list
(orig->cat_list_str, &new->cat_list_str);
963
cil_copy_list
(orig->sens_list_str, &new->sens_list_str);
[
all
...]
cil_copy_ast.h
37
void
cil_copy_list
(struct cil_list *orig, struct cil_list **copy);
/external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c
70
int rc =
cil_copy_list
(cil_l, ©_list);
92
int rc =
cil_copy_list
(cil_l, ©_list);
116
int rc =
cil_copy_list
(cil_l, ©_list);
139
int rc =
cil_copy_list
(cil_l, ©_list);
[
all
...]
Completed in 52 milliseconds