Lines Matching refs:ctmp
1189 ocontext_t *c, *ctmp; in ocontext_selinux_free() local
1195 ctmp = c; in ocontext_selinux_free()
1197 context_destroy(&ctmp->context[0]); in ocontext_selinux_free()
1198 context_destroy(&ctmp->context[1]); in ocontext_selinux_free()
1201 free(ctmp->u.name); in ocontext_selinux_free()
1202 free(ctmp); in ocontext_selinux_free()
1209 ocontext_t *c, *ctmp; in ocontext_xen_free() local
1215 ctmp = c; in ocontext_xen_free()
1217 context_destroy(&ctmp->context[0]); in ocontext_xen_free()
1218 context_destroy(&ctmp->context[1]); in ocontext_xen_free()
1220 free(ctmp->u.name); in ocontext_xen_free()
1221 free(ctmp); in ocontext_xen_free()
1231 ocontext_t *c, *ctmp; in policydb_destroy() local
1283 ctmp = c; in policydb_destroy()
1285 context_destroy(&ctmp->context[0]); in policydb_destroy()
1286 free(ctmp->u.name); in policydb_destroy()
1287 free(ctmp); in policydb_destroy()