Home | History | Annotate | Download | only in src

Lines Matching defs:tgt_str

579 	const char *tgt_str = DATUM(rule->tgt)->name;
597 rule->rule_kind, src_str, tgt_str);
601 cil_avrule_to_policy_helper(file_arr, file_index, kind_str, src_str, tgt_str, rule->perms.classperms);
609 char *tgt_str = ((struct cil_symtab_datum*)rule->tgt)->name;
615 fprintf(file_arr[ALLOWS], "type_transition %s %s : %s %s;\n", src_str, tgt_str, obj_str, result_str);
618 fprintf(file_arr[ALLOWS], "type_change %s %s : %s %s\n;", src_str, tgt_str, obj_str, result_str);
621 fprintf(file_arr[ALLOWS], "type_member %s %s : %s %s;\n", src_str, tgt_str, obj_str, result_str);
634 char *tgt_str = ((struct cil_symtab_datum*)nametypetrans->tgt)->name;
638 fprintf(file_arr[file_index], "type_transition %s %s : %s %s %s;\n", src_str, tgt_str, obj_str, result_str, nametypetrans->name_str);
1034 char *tgt_str = ((struct cil_symtab_datum*)roletrans->tgt)->name;
1038 fprintf(file_arr[ALLOWS], "role_transition %s %s:%s %s;\n", src_str, tgt_str, obj_str, result_str);
1044 char *tgt_str = ((struct cil_symtab_datum*)roleallow->tgt)->name;
1046 fprintf(file_arr[ALLOWS], "roleallow %s %s;\n", src_str, tgt_str);