Home
last modified time | relevance | path

Searched refs:cleanup1 (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/test/
Dtest-alloc-util.c115 static void cleanup1(void *a) { in cleanup1() function
129 _cleanup_(cleanup1) int x1 = 4, x2 = 3; in TEST()