Home
last modified time | relevance | path

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

/external/kmod/shared/
Dmacro.h61 #define _cleanup_(x) __attribute__((cleanup(x))) macro
Dutil.h75 #define _cleanup_free_ _cleanup_(freep)
/external/kmod/testsuite/
Dtestsuite.c433 _cleanup_(regfree) regex_t re = { }; in fd_cmp_regex_one()
/external/kmod/tools/
Ddepmod.c1316 _cleanup_(scratchbuf_release) struct scratchbuf s_path_buf = in depmod_modules_search_path()
2260 _cleanup_(scratchbuf_release) struct scratchbuf salias = in output_symbols_bin()