Searched refs:__cil_expr_to_string_helper (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 1816 static void __cil_expr_to_string_helper(struct cil_list_item *curr, enum cil_flavor flavor, char **… in __cil_expr_to_string_helper() function 1853 __cil_expr_to_string_helper(curr->next, flavor, &s1); in __cil_expr_to_string() 1854 __cil_expr_to_string_helper(curr->next->next, flavor, &s2); in __cil_expr_to_string() 1859 __cil_expr_to_string_helper(curr->next, flavor, &s1); in __cil_expr_to_string() 1867 __cil_expr_to_string_helper(curr->next->next, flavor, &s2); in __cil_expr_to_string() 1885 __cil_expr_to_string_helper(curr, flavor, &c1); in __cil_expr_to_string() 1887 __cil_expr_to_string_helper(curr, flavor, &s1); in __cil_expr_to_string()
|