Home
last modified time | relevance | path

Searched defs:atexit (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Datexit.c67 struct atexit { struct
68 struct atexit *next; /* next in list */ argument
70 struct atexit_fn { argument
81 static struct atexit *__atexit; /* points to head of LIFO stack */ argument
132 atexit(void (*func)(void)) in atexit() function
/freebsd/tools/tools/makeroot/
H A Dmakeroot.sh57 atexit() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp357 llvm::FunctionCallee atexit = in registerGlobalDtorWithAtExit() local
H A DItaniumCXXABI.cpp2855 llvm::FunctionCallee atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp379 INTERCEPTOR(int,atexit,void (* f)()) INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp734 INTERCEPTOR(int, atexit, void (*func)()) { argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1299 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h495 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp446 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument