• Home
  • Raw
  • Download

Lines Matching +defs:indent +defs:string

88 static void cil_indent(int indent)  in cil_indent()
108 static void cil_println(int indent, const char *fmt, ...) in cil_println()
167 int indent; member
563 static int avrule_to_cil(int indent, struct policydb *pdb, uint32_t type, const char *src, const ch… in avrule_to_cil()
685 static int avrulex_to_cil(int indent, struct policydb *pdb, uint32_t type, const char *src, const c… in avrulex_to_cil()
809 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, void *set, char *attr… in cil_print_attr_strs()
896 static int cil_print_attr_list(int indent, struct policydb *pdb, struct list *attr_list) in cil_print_attr_list()
1086 …ole_in_ancestor_to_cil(struct policydb *pdb, struct stack *decl_stack, char *type_name, int indent) in roletype_role_in_ancestor_to_cil()
1131 static int name_list_to_string(char **names, unsigned int num_names, char **string) in name_list_to_string()
1183 static int avrule_list_to_cil(int indent, struct policydb *pdb, struct avrule *avrule_list, struct … in avrule_list_to_cil()
1252 static int cond_expr_to_cil(int indent, struct policydb *pdb, struct cond_expr *cond_expr, uint32_t… in cond_expr_to_cil()
1392 static int cond_list_to_cil(int indent, struct policydb *pdb, struct cond_node *cond_list, struct l… in cond_list_to_cil()
1429 static int role_trans_to_cil(int indent, struct policydb *pdb, struct role_trans_rule *rules, struc… in role_trans_to_cil()
1479 static int role_allows_to_cil(int indent, struct policydb *pdb, struct role_allow_rule *rules, stru… in role_allows_to_cil()
1522 static int range_trans_to_cil(int indent, struct policydb *pdb, struct range_trans_rule *rules, str… in range_trans_to_cil()
1592 static int filename_trans_to_cil(int indent, struct policydb *pdb, struct filename_trans_rule *rule… in filename_trans_to_cil()
1940 static int constraints_to_cil(int indent, struct policydb *pdb, char *classkey, struct class_datum … in constraints_to_cil()
1975 static int class_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struc… in class_to_cil()
2085 static int class_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in class_order_to_cil()
2106 static int role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in role_to_cil()
2238 static int type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in type_to_cil()
2311 static int user_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *… in user_to_cil()
2362 static int boolean_to_cil(int indent, struct policydb *UNUSED(pdb), struct avrule_block *UNUSED(blo… in boolean_to_cil()
2380 static int sens_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in sens_to_cil()
2403 static int sens_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in sens_order_to_cil()
2424 static int cat_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct … in cat_to_cil()
2442 static int cat_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in cat_order_to_cil()
3387 static int typealiases_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block),… in typealiases_to_cil()
3428 static int declared_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, str… in declared_scopes_to_cil()
3491 static int required_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, str… in required_scopes_to_cil()
3568 static int additive_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, str… in additive_scopes_to_cil()
3641 …int block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack, int indent) in block_to_cil()
3725 …le_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack, int *indent) in module_block_to_cil()
3804 int indent = 0; in blocks_to_cil() local