Home
last modified time | relevance | path

Searched refs:atexit (Results 1 – 25 of 157) sorted by relevance

1234567

/freebsd-14-stable/lib/libc/stdlib/
HDatexit.c70 struct atexit { struct
71 struct atexit *next; /* next in list */ argument
84 static struct atexit *__atexit; /* points to head of LIFO stack */ argument
98 static struct atexit __atexit0; /* one guaranteed table */ in atexit_register()
99 struct atexit *p; in atexit_register()
105 struct atexit *old__atexit; in atexit_register()
108 if ((p = (struct atexit *)malloc(sizeof(*p))) == NULL) in atexit_register()
135 atexit(void (*func)(void)) in atexit() function
148 __weak_reference(atexit, __libc_atexit);
208 struct atexit *p; in __cxa_finalize()
HDMakefile.inc6 MISRCS+=C99_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
36 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 \
HDSymbol.map6 atexit;
/freebsd-14-stable/lib/libc/csu/
HDlibc_start1.c106 atexit(finalizer); in handle_static_init()
147 atexit(cleanup); in __libc_start1()
172 atexit(cleanup); in __libc_start1_gcrt()
181 atexit(_mcleanup); in __libc_start1_gcrt()
/freebsd-14-stable/contrib/netbsd-tests/lib/libpthread/
HDt_atexit.sh28 atf_test_case atexit
48 atf_add_test_case atexit
HDh_atexit.c184 ASSERT(0 == atexit(normal_handler_0)); in main()
185 ASSERT(0 == atexit(normal_handler_1)); in main()
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/stdlib/
HDt_atexit.sh28 atf_test_case atexit
53 atf_add_test_case atexit
HDh_atexit.c192 ASSERT(0 == atexit(normal_handler_0)); in main()
193 ASSERT(0 == atexit(normal_handler_1)); in main()
HDt_exit.c67 if (atexit(func) != 0) in ATF_TC_BODY()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_win_dynamic_runtime_thunk.cpp91 extern "C" int __cdecl atexit(void (__cdecl *f)(void));
103 return atexit(UnregisterGlobals); in ScheduleUnregisterGlobals()
/freebsd-14-stable/contrib/libpcap/testprogs/
HDvisopts.py301 import atexit
304 atexit.register(shutil.rmtree, os.getcwd())
/freebsd-14-stable/contrib/googletest/googletest/test/
HDgtest_test_utils.py42 import atexit
134 atexit.register(_RemoveTempDir)
/freebsd-14-stable/tools/regression/pthread/unwind/
HDmain_thread_exit.cpp14 atexit(check_destruct); in main()
/freebsd-14-stable/tools/tools/makeroot/
HDmakeroot.sh57 atexit() function
124 trap atexit EXIT
/freebsd-14-stable/contrib/ntp/sntp/
HDlog.c31 atexit(cleanup_log); in open_logfile()
/freebsd-14-stable/contrib/unbound/compat/
HDctime_r.c31 atexit(&ctime_r_cleanup); in ctime_r()
/freebsd-14-stable/crypto/heimdal/lib/roken/
HDwrite_pid.c85 atexit(pidfile_cleanup); in pidfile()
/freebsd-14-stable/lib/libc/tests/stdlib/
HDcxa_thread_atexit_nothr_test.cc74 atexit(check_local_main); in ATF_TEST_CASE_BODY()
/freebsd-14-stable/kerberos5/lib/libroken/
HDfbsd_ossl_provider_load.c70 if (atexit(fbsd_ossl_provider_unload)) { in fbsd_ossl_provider_load()
/freebsd-14-stable/contrib/pf/pflogd/
HDpidfile.c96 if (atexit(pidfile_cleanup) < 0) { in pidfile()
/freebsd-14-stable/contrib/blocklist/port/
HDpidfile.c78 if (atexit(pidfile_cleanup) < 0) in register_atexit_handler()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_linux.cpp205 if (flags()->print_stats && (flags()->atexit || msan_report_count > 0)) in MsanAtExit()
215 atexit(MsanAtExit); in InstallAtExitHandler()
HDmsan_flags.inc32 MSAN_FLAG(bool, atexit, false, "")
/freebsd-14-stable/tools/regression/sockets/reconnect/
HDreconnect.c109 atexit(cleanup); in main()
/freebsd-14-stable/contrib/ntp/sntp/libopts/
HDpgusage.c141 atexit((void(*)(void))optionPagedUsage); in optionPagedUsage()

1234567