| /freebsd/lib/libc/stdlib/ |
| H A D | atexit.c | 67 struct atexit { struct 68 struct atexit *next; /* next in list */ argument 81 static struct atexit *__atexit; /* points to head of LIFO stack */ argument 95 static struct atexit __atexit0; /* one guaranteed table */ in atexit_register() 96 struct atexit *p; in atexit_register() 102 struct atexit *old__atexit; in atexit_register() 105 if ((p = (struct atexit *)malloc(sizeof(*p))) == NULL) in atexit_register() 132 atexit(void (*func)(void)) in atexit() function 145 __weak_reference(atexit, __libc_atexit); 205 struct atexit *p; in __cxa_finalize()
|
| H A D | Makefile.inc | 9 atexit.c \ 91 MAN+= a64l.3 abort.3 abs.3 atexit.3 atof.3 \
|
| /freebsd/lib/libc/csu/ |
| H A D | libc_start1.c | 107 atexit(finalizer); in handle_static_init() 166 atexit(cleanup); in __libc_start1() 195 atexit(cleanup); in __libc_start1_gcrt() 201 atexit(_mcleanup); in __libc_start1_gcrt()
|
| /freebsd/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_atexit.sh | 28 atf_test_case atexit 48 atf_add_test_case atexit
|
| H A D | h_atexit.c | 184 ASSERT(0 == atexit(normal_handler_0)); in main() 185 ASSERT(0 == atexit(normal_handler_1)); in main()
|
| /freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | t_atexit.sh | 28 atf_test_case atexit 53 atf_add_test_case atexit
|
| H A D | h_atexit.c | 192 ASSERT(0 == atexit(normal_handler_0)); in main() 193 ASSERT(0 == atexit(normal_handler_1)); in main()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_win_dynamic_runtime_thunk.cpp | 32 extern "C" int __cdecl atexit(void(__cdecl *f)(void)); 43 int ScheduleUnregisterGlobals() { return atexit(UnregisterGlobals); } in ScheduleUnregisterGlobals()
|
| /freebsd/lib/libc/tests/stdlib/ |
| H A D | libc_exit_test.c | 96 atexit(myatexit1); in ATF_TC_BODY() 133 atexit(myatexit2); in ATF_TC_BODY()
|
| H A D | cxa_thread_atexit_nothr_test.cc | 77 atexit(check_local_main); in ATF_TEST_CASE_BODY()
|
| /freebsd/contrib/libpcap/testprogs/ |
| H A D | visopts.py | 301 import atexit 304 atexit.register(shutil.rmtree, os.getcwd())
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-NONSTOP.md | 66 relating to `atexit()` processing when a shared library is unloaded and when 70 A control has been added as of 3.3.x to disable calls to `atexit()` within the 72 controlled using `disable-atexit` or `enable-atexit`, and is disabled by default 73 for NonStop builds. If you need to have `atexit()` functionality, set 74 `enabled-atexit` when configuring OpenSSL to enable the `atexit()` call to
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest_test_utils.py | 42 import atexit 134 atexit.register(_RemoveTempDir)
|
| /freebsd/tools/regression/pthread/unwind/ |
| H A D | main_thread_exit.cpp | 14 atexit(check_destruct); in main()
|
| /freebsd/tools/tools/makeroot/ |
| H A D | makeroot.sh | 57 atexit() function 124 trap atexit EXIT
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | log.c | 31 atexit(cleanup_log); in open_logfile()
|
| /freebsd/contrib/unbound/compat/ |
| H A D | ctime_r.c | 31 atexit(&ctime_r_cleanup); in ctime_r()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/ |
| H A D | stdlib.h | 38 #define at_quick_exit atexit
|
| /freebsd/crypto/krb5/src/lib/krad/ |
| H A D | t_daemon.h | 81 atexit(daemon_stop); in daemon_start()
|
| /freebsd/kerberos5/lib/libroken/ |
| H A D | fbsd_ossl_provider_load.c | 65 if (atexit(fbsd_ossl_provider_unload)) { in fbsd_ossl_provider_load()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | write_pid.c | 85 atexit(pidfile_cleanup); in pidfile()
|
| /freebsd/contrib/pf/pflogd/ |
| H A D | pidfile.c | 96 if (atexit(pidfile_cleanup) < 0) { in pidfile()
|
| /freebsd/contrib/blocklist/port/ |
| H A D | pidfile.c | 80 if (atexit(pidfile_cleanup) < 0) in register_atexit_handler()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_linux.cpp | 205 if (flags()->print_stats && (flags()->atexit || msan_report_count > 0)) in MsanAtExit() 215 atexit(MsanAtExit); in InstallAtExitHandler()
|
| /freebsd/tools/regression/sockets/reconnect/ |
| H A D | reconnect.c | 109 atexit(cleanup); in main()
|