Lines Matching refs:ctmp
1168 ocontext_t *c, *ctmp; in ocontext_selinux_free() local
1174 ctmp = c; in ocontext_selinux_free()
1176 context_destroy(&ctmp->context[0]); in ocontext_selinux_free()
1177 context_destroy(&ctmp->context[1]); in ocontext_selinux_free()
1180 free(ctmp->u.name); in ocontext_selinux_free()
1181 free(ctmp); in ocontext_selinux_free()
1188 ocontext_t *c, *ctmp; in ocontext_xen_free() local
1194 ctmp = c; in ocontext_xen_free()
1196 context_destroy(&ctmp->context[0]); in ocontext_xen_free()
1197 context_destroy(&ctmp->context[1]); in ocontext_xen_free()
1199 free(ctmp->u.name); in ocontext_xen_free()
1200 free(ctmp); in ocontext_xen_free()
1210 ocontext_t *c, *ctmp; in policydb_destroy() local
1262 ctmp = c; in policydb_destroy()
1264 context_destroy(&ctmp->context[0]); in policydb_destroy()
1265 free(ctmp->u.name); in policydb_destroy()
1266 free(ctmp); in policydb_destroy()