/freebsd/lib/libc/stdlib/ |
H A D | atexit.c | 64 struct atexit { struct 65 struct atexit *next; /* next in list */ argument 78 static struct atexit *__atexit; /* points to head of LIFO stack */ argument 92 static struct atexit __atexit0; /* one guaranteed table */ in atexit_register() 93 struct atexit *p; in atexit_register() 99 struct atexit *old__atexit; in atexit_register() 102 if ((p = (struct atexit *)malloc(sizeof(*p))) == NULL) in atexit_register() 126 atexit(void (*func)(void)) in atexit() function 139 __weak_reference(atexit, __libc_atexit); 199 struct atexit *p; in __cxa_finalize()
|
H A D | Makefile.inc | 4 MISRCS+=C99_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ 34 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 \
|
H A D | Symbol.map | 6 atexit;
|
/freebsd/lib/libc/csu/ |
H A D | libc_start1.c | 106 atexit(finalizer); in handle_static_init() 165 atexit(cleanup); in __libc_start1() 187 atexit(cleanup); in __libc_start1_gcrt() 193 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 | 91 extern "C" int __cdecl atexit(void (__cdecl *f)(void)); 103 return atexit(UnregisterGlobals); in ScheduleUnregisterGlobals()
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | visopts.py | 301 import atexit 304 atexit.register(shutil.rmtree, os.getcwd())
|
/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 | 74 atexit(check_local_main); in ATF_TEST_CASE_BODY()
|
/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/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/kerberos5/lib/libroken/ |
H A D | fbsd_ossl_provider_load.c | 70 if (atexit(fbsd_ossl_provider_unload)) { in fbsd_ossl_provider_load()
|
/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()
|
H A D | msan_flags.inc | 32 MSAN_FLAG(bool, atexit, false, "")
|
/freebsd/contrib/blocklist/port/ |
H A D | pidfile.c | 78 if (atexit(pidfile_cleanup) < 0) in register_atexit_handler()
|
/freebsd/tools/regression/sockets/reconnect/ |
H A D | reconnect.c | 109 atexit(cleanup); in main()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | pgusage.c | 141 atexit((void(*)(void))optionPagedUsage); in optionPagedUsage()
|