Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dabort.c51 if (__cleanup) in abort()
52 (*__cleanup)(); in abort()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcleanup.h17 #define __cleanup(_f) __attribute__((__cleanup__(_f))) macro
20 CLEANUP_NAME(_n, _t) _x __cleanup(CLEANUP_NAME(_n, _destroy)) = \
65 #define __free(_n) __cleanup(__free_##_n)
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h102 auto __cleanup = [](void* __p) -> void* { in __make_exception_ptr_explicit()
107 auto __cleanup = [](void* __p) { std::__destroy_at(static_cast<_Ep2*>(__p)); }; in __make_exception_ptr_explicit()
109 …cxxabiv1::__cxa_init_primary_exception(__ex, const_cast<std::type_info*>(&typeid(_Ep)), __cleanup); in __make_exception_ptr_explicit()
/freebsd/lib/libc/stdio/
H A Dmakebuf.c73 __cleanup = _cleanup; in __smakebuf()
H A Dsetvbuf.c153 __cleanup = _cleanup; in setvbuf()
H A Dfindfp.c213 __cleanup = _cleanup; /* conservative */ in __sinit()
/freebsd/lib/libc/include/
H A Dlibc_private.h321 extern void (*__cleanup)(void) __hidden;
/freebsd/libexec/rtld-elf/
H A Drtld.c78 extern void (*__cleanup)(void);