Searched refs:__cil_expr_to_string_helper (Results 1 – 1 of 1) sorted by relevance
| /external/selinux/libsepol/cil/src/ |
| D | cil_binary.c | 1946 static void __cil_expr_to_string_helper(struct cil_list_item *curr, enum cil_flavor flavor, char **… in __cil_expr_to_string_helper() function 1983 __cil_expr_to_string_helper(curr->next, flavor, &s1); in __cil_expr_to_string() 1984 __cil_expr_to_string_helper(curr->next->next, flavor, &s2); in __cil_expr_to_string() 1989 __cil_expr_to_string_helper(curr->next, flavor, &s1); in __cil_expr_to_string() 1997 __cil_expr_to_string_helper(curr->next->next, flavor, &s2); in __cil_expr_to_string() 2015 __cil_expr_to_string_helper(curr, flavor, &c1); in __cil_expr_to_string() 2018 __cil_expr_to_string_helper(curr, flavor, &s1); in __cil_expr_to_string()
|