HomeSort by relevance Sort by last modified time
    Searched refs:cil_list_append (Results 1 - 10 of 10) sorted by null

  /external/selinux/libsepol/cil/src/
cil_list.h 55 void cil_list_append(struct cil_list *list, enum cil_flavor flavor, void *data);
cil_find.c 225 cil_list_append(class_list, CIL_CLASS, cp->class);
258 cil_list_append(class_list, CIL_CLASS, class);
332 cil_list_append(matching, CIL_NODE, node);
336 cil_list_append(matching, CIL_NODE, node);
cil_list.c 98 void cil_list_append(struct cil_list *list, enum cil_flavor flavor, void *data) function
157 cil_list_append(list, flavor, data);
cil_resolve_ast.c 104 cil_list_append(db->names, CIL_NAME, name);
124 cil_list_append(*perm_datums, CIL_LIST, sub_list);
137 cil_list_append(*perm_datums, CIL_DATUM, perm_datum);
139 cil_list_append(*perm_datums, curr->flavor, curr->data);
255 cil_list_append(cp->classperms, curr->flavor, curr->data);
443 cil_list_append(attr->expr_list, CIL_LIST, attrtypes->datum_expr);
759 cil_list_append(mp->classperms, curr->flavor, curr->data);
1108 cil_list_append(attr->expr_list, CIL_LIST, attrroles->datum_expr);
    [all...]
cil_copy_ast.c 59 cil_list_append(new, CIL_STRING, orig_item->data);
64 cil_list_append(new, CIL_LIST, new_sub);
73 cil_list_append(new, CIL_PARAM, pn);
78 cil_list_append(new, orig_item->flavor, orig_item->data);
207 cil_list_append(*new, CIL_CLASSPERMS, cp);
211 cil_list_append(*new, CIL_CLASSPERMS_SET, cp_set);
1352 cil_list_append(*new, CIL_LIST, sub_list);
1356 cil_list_append(*new, CIL_STRING, curr->data);
1359 cil_list_append(*new, curr->flavor, curr->data);
1362 cil_list_append(*new, curr->flavor, curr->data)
    [all...]
cil_symtab.c 95 cil_list_append(datum->nodes, CIL_NODE, node);
97 cil_list_append(datum->nodes, CIL_NODE, node);
cil_build_ast.c 76 cil_list_append(*list, CIL_STRING, curr->data);
666 cil_list_append(*cp_list, CIL_CLASSPERMS_SET, new_cp_set);
674 cil_list_append(*cp_list, CIL_CLASSPERMS, new_cp);
    [all...]
cil_policy.c 318 cil_list_append(curr_multimap_item->values, val_flavor, value);
330 cil_list_append(new_data->values, val_flavor, value);
332 cil_list_append(list, key_flavor, new_data);
    [all...]
cil_post.c 469 cil_list_append(db->userprefixes, CIL_USERPREFIX, node->data);
477 cil_list_append(db->selinuxusers, CIL_SELINUXUSERDEFAULT, node->data);
859 cil_list_append(new, CIL_DATUM, cat);
    [all...]
cil_binary.c     [all...]

Completed in 630 milliseconds