Lines Matching refs:tmp_con
20 context_struct_t *tmp_con = NULL;
45 if (context_from_record(handle, policydb, &tmp_con,
48 context_cpy(&tmp_ibendport->context[0], tmp_con);
49 context_destroy(tmp_con);
50 free(tmp_con);
51 tmp_con = NULL;
64 context_destroy(tmp_con);
65 free(tmp_con);
79 sepol_context_t *tmp_con = NULL;
91 if (context_to_record(handle, policydb, con, &tmp_con) < 0)
94 if (sepol_ibendport_set_con(handle, tmp_record, tmp_con) < 0)
97 sepol_context_free(tmp_con);
103 sepol_context_free(tmp_con);