Searched refs:__cil_expr_to_string_helper (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 2007 static void __cil_expr_to_string_helper(struct cil_list_item *curr, enum cil_flavor flavor, char **… in __cil_expr_to_string_helper() function 2044 __cil_expr_to_string_helper(curr->next, flavor, &s1); in __cil_expr_to_string() 2045 __cil_expr_to_string_helper(curr->next->next, flavor, &s2); in __cil_expr_to_string() 2050 __cil_expr_to_string_helper(curr->next, flavor, &s1); in __cil_expr_to_string() 2058 __cil_expr_to_string_helper(curr->next->next, flavor, &s2); in __cil_expr_to_string() 2076 __cil_expr_to_string_helper(curr, flavor, &c1); in __cil_expr_to_string() 2079 __cil_expr_to_string_helper(curr, flavor, &s1); in __cil_expr_to_string()
|