Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/stdlib/
H A Datexit.c70 struct atexit { struct
71 struct atexit *next; /* next in list */ argument
73 struct atexit_fn { argument
84 static struct atexit *__atexit; /* points to head of LIFO stack */ argument
132 atexit(void (*func)(void)) in atexit() function
/freebsd-13.1/tools/tools/makeroot/
H A Dmakeroot.sh58 atexit() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp337 llvm::FunctionCallee atexit = in registerGlobalDtorWithAtExit() local
H A DItaniumCXXABI.cpp2601 llvm::FunctionCallee atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); in emitGlobalDtorWithCXAAtExit() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp369 INTERCEPTOR(int, atexit, void (*f)()) { in INTERCEPTOR() argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp579 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1144 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() argument
/freebsd-13.1/contrib/sendmail/include/sm/
H A Dconf.h495 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp407 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument