Home
last modified time | relevance | path

Searched refs:operand_str (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_write_ast.c162 char *operand_str = NULL; in __cil_unfill_expr_helper() local
165 operand_str = CIL_KEY_CONS_U1; in __cil_unfill_expr_helper()
168 operand_str = CIL_KEY_CONS_U2; in __cil_unfill_expr_helper()
171 operand_str = CIL_KEY_CONS_U3; in __cil_unfill_expr_helper()
174 operand_str = CIL_KEY_CONS_T1; in __cil_unfill_expr_helper()
177 operand_str = CIL_KEY_CONS_T2; in __cil_unfill_expr_helper()
180 operand_str = CIL_KEY_CONS_T3; in __cil_unfill_expr_helper()
183 operand_str = CIL_KEY_CONS_R1; in __cil_unfill_expr_helper()
186 operand_str = CIL_KEY_CONS_R2; in __cil_unfill_expr_helper()
189 operand_str = CIL_KEY_CONS_R3; in __cil_unfill_expr_helper()
[all …]
Dcil_tree.c438 char *operand_str = NULL; in cil_expr_to_string() local
441 operand_str = CIL_KEY_CONS_U1; in cil_expr_to_string()
444 operand_str = CIL_KEY_CONS_U2; in cil_expr_to_string()
447 operand_str = CIL_KEY_CONS_U3; in cil_expr_to_string()
450 operand_str = CIL_KEY_CONS_T1; in cil_expr_to_string()
453 operand_str = CIL_KEY_CONS_T2; in cil_expr_to_string()
456 operand_str = CIL_KEY_CONS_T3; in cil_expr_to_string()
459 operand_str = CIL_KEY_CONS_R1; in cil_expr_to_string()
462 operand_str = CIL_KEY_CONS_R2; in cil_expr_to_string()
465 operand_str = CIL_KEY_CONS_R3; in cil_expr_to_string()
[all …]