Home
last modified time | relevance | path

Searched defs:__cleanup (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/lib/libc/stdlib/
H A Dexit.c44 void (*__cleanup)(void); variable
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dcleanup.h13 #define __cleanup(_f) __attribute__((__cleanup__(_f))) macro