Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/stdlib/
HDexit.c41 void (*__cleanup)(void); variable
/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDcleanup.h13 #define __cleanup(_f) __attribute__((__cleanup__(_f))) macro