Searched refs:cil_expr_to_string (Results 1 – 2 of 2) sorted by relevance
248 static int cil_expr_to_string(struct cil_list *expr, char **out) in cil_expr_to_string() function262 rc = cil_expr_to_string(curr->data, &stack[pos]); in cil_expr_to_string()424 cil_expr_to_string(datum_expr, &expr_str); in cil_tree_print_expr()426 cil_expr_to_string(str_expr, &expr_str); in cil_tree_print_expr()
642 static int cil_expr_to_string(struct cil_list *expr, char **out) in cil_expr_to_string() function657 rc = cil_expr_to_string(curr->data, &stack[pos]); in cil_expr_to_string()817 rc = cil_expr_to_string(expr, &str_out); in cil_expr_to_policy()