/external/selinux/libsepol/cil/src/ |
cil_build_ast.h | 43 int cil_gen_block(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint16_t is_abstract); 45 int cil_gen_blockinherit(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node); 47 int cil_gen_blockabstract(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node); 49 int cil_gen_in(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node); 51 int cil_gen_class(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node); 53 int cil_gen_classorder(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node); 55 int cil_gen_perm(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, enum cil_flavor flavor, unsigned int *num_perms); 59 int cil_fill_classperms(struct cil_tree_node *parse_current, struct cil_classperms **cp); 61 void cil_fill_classperms_set(struct cil_tree_node *parse_current, struct cil_classperms_set **cp_set); 63 int cil_fill_classperms_list(struct cil_tree_node *parse_current, struct cil_list **expr_list) [all...] |
cil_build_ast.c | 153 int cil_gen_block(__attribute__((unused)) struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint16_t is_abstract) 166 if (db == NULL || parse_current == NULL || ast_node == NULL) { 170 rc = __cil_verify_syntax(parse_current, syntax, syntax_len); 179 key = parse_current->next->data; 190 parse_current->line, parse_current->path); 209 int cil_gen_blockinherit(__attribute__((unused)) struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node) 220 if (db == NULL || parse_current == NULL || ast_node == NULL) { 224 rc = __cil_verify_syntax(parse_current, syntax, syntax_len); 231 inherit->block_str = parse_current->next->data [all...] |
cil_verify.h | 60 int __cil_verify_syntax(struct cil_tree_node *parse_current, enum cil_syntax s[], int len);
|
cil_verify.c | 81 int __cil_verify_syntax(struct cil_tree_node *parse_current, enum cil_syntax s[], int len) 85 struct cil_tree_node *c = parse_current; [all...] |
/external/selinux/libsepol/cil/test/unit/ |
test_cil_build_ast.c | 41 int __cil_build_ast_last_child_helper(__attribute__((unused)) struct cil_tree_node *parse_current, void *); 42 //int __cil_build_constrain_tree(struct cil_tree_node *parse_current, struct cil_tree_node *expr_root); 5735 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 5761 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 5786 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 5811 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 5836 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 5861 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 5886 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 5911 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 5936 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 5961 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 5986 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6011 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6036 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6061 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6086 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6111 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6136 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6161 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6186 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6211 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6236 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6261 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6286 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6311 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6336 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6361 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6386 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6411 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6436 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6461 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6486 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6511 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6536 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6561 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6586 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6611 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6636 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6661 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6686 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6711 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6736 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6761 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6786 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6811 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6836 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6861 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6886 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6911 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6936 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6963 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 6989 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7014 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7039 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7065 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7090 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7115 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7141 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7167 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7192 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7217 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7242 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7267 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7292 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7317 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7342 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7367 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7392 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7417 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7442 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7467 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7492 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7517 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7542 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7567 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7592 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7617 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7642 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7667 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7692 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7717 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7742 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7767 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7792 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7817 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local 7842 struct cil_tree_node *parse_current = test_tree->root->cl_head->cl_head; local [all...] |