Lines Matching refs:ctmp
1372 ocontext_t *c, *ctmp; in ocontext_selinux_free() local
1378 ctmp = c; in ocontext_selinux_free()
1380 context_destroy(&ctmp->context[0]); in ocontext_selinux_free()
1381 context_destroy(&ctmp->context[1]); in ocontext_selinux_free()
1384 free(ctmp->u.name); in ocontext_selinux_free()
1385 free(ctmp); in ocontext_selinux_free()
1392 ocontext_t *c, *ctmp; in ocontext_xen_free() local
1398 ctmp = c; in ocontext_xen_free()
1400 context_destroy(&ctmp->context[0]); in ocontext_xen_free()
1401 context_destroy(&ctmp->context[1]); in ocontext_xen_free()
1403 free(ctmp->u.name); in ocontext_xen_free()
1404 free(ctmp); in ocontext_xen_free()
1414 ocontext_t *c, *ctmp; in policydb_destroy() local
1464 ctmp = c; in policydb_destroy()
1466 context_destroy(&ctmp->context[0]); in policydb_destroy()
1467 free(ctmp->u.name); in policydb_destroy()
1468 free(ctmp); in policydb_destroy()