Symbol: atexit
bin/chio/chio.c
151
if (atexit(cleanup))
bin/dd/dd.c
104
atexit(summary);
crypto/heimdal/lib/roken/write_pid.c
85
atexit(pidfile_cleanup);
crypto/krb5/src/kprop/kpropd.c
335
atexit(atexit_kill_do_standalone);
crypto/krb5/src/lib/krad/t_daemon.h
81
atexit(daemon_stop);
crypto/openssl/apps/lib/apps.c
2924
atexit(close_stdin_sock);
crypto/openssl/apps/lib/win32_init.c
288
atexit(cleanup);
crypto/openssl/apps/openssl.c
206
atexit(cleanup_trace);
crypto/openssl/crypto/init.c
112
if (atexit(OPENSSL_cleanup) != 0)
crypto/openssl/test/testutil/testutil_init.c
111
atexit(cleanup_trace);
include/stdlib.h
86
int atexit(void (* _Nonnull)(void)) __noexcept;
kerberos5/lib/libroken/fbsd_ossl_provider_load.c
65
if (atexit(fbsd_ossl_provider_unload)) {
lib/libc/csu/libc_start1.c
107
atexit(finalizer);
lib/libc/csu/libc_start1.c
166
atexit(cleanup);
lib/libc/csu/libc_start1.c
195
atexit(cleanup);
lib/libc/csu/libc_start1.c
201
atexit(_mcleanup);
lib/libc/net/nsdispatch.c
387
(void)atexit(nss_atexit);
lib/libc/stdlib/atexit.c
102
struct atexit *old__atexit;
lib/libc/stdlib/atexit.c
105
if ((p = (struct atexit *)malloc(sizeof(*p))) == NULL)
lib/libc/stdlib/atexit.c
145
__weak_reference(atexit, __libc_atexit);
lib/libc/stdlib/atexit.c
205
struct atexit *p;
lib/libc/stdlib/atexit.c
68
struct atexit *next; /* next in list */
lib/libc/stdlib/atexit.c
81
static struct atexit *__atexit; /* points to head of LIFO stack */
lib/libc/stdlib/atexit.c
95
static struct atexit __atexit0; /* one guaranteed table */
lib/libc/stdlib/atexit.c
96
struct atexit *p;
lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc
77
atexit(check_local_main);
lib/libc/tests/stdlib/libc_exit_test.c
133
atexit(myatexit2);
lib/libc/tests/stdlib/libc_exit_test.c
96
atexit(myatexit1);
sbin/camcontrol/modeedit.c
960
atexit(cleanup_editfile);
sbin/ifconfig/ifconfig.c
641
atexit(printifnamemaybe);
sbin/pfctl/pfctl.c
3014
atexit(pfctl_restore_limits);
share/examples/ppi/ppilcd.c
148
atexit(driver->l_finish);
share/examples/scsi_target/scsi_target.c
306
atexit(cleanup);
stand/libsa/zalloc_malloc.c
199
atexit(mallocstats);
stand/usb/tools/sysinit.c
198
atexit(&cleanup);
sys/netinet/libalias/alias_db.c
2192
atexit(finishoff);
tests/sys/audit/utils.c
309
atexit(cleanup);
tests/sys/fifo/fifo_create.c
264
atexit(atexit_temp_dir);
tests/sys/fifo/fifo_io.c
1378
atexit(atexit_temp_dir);
tests/sys/fifo/fifo_misc.c
323
atexit(atexit_temp_dir);
tests/sys/fifo/fifo_open.c
465
atexit(atexit_temp_dir);
tests/sys/kern/timerfd.c
1009
ATF_REQUIRE(atexit(reset_time) == 0);
tests/sys/kern/timerfd.c
1059
ATF_REQUIRE(atexit(reset_time) == 0);
tests/sys/kern/timerfd.c
1093
ATF_REQUIRE(atexit(reset_time) == 0);
tests/sys/kern/timerfd.c
1187
ATF_REQUIRE(atexit(reset_time) == 0);
tests/sys/kern/timerfd.c
1241
ATF_REQUIRE(atexit(reset_time) == 0);
tests/sys/kern/timerfd.c
1285
ATF_REQUIRE(atexit(reset_time) == 0);
tools/regression/p1003_1b/fifo.c
139
atexit(tidyup);
tools/regression/pthread/unwind/main_thread_exit.cpp
14
atexit(check_destruct);
tools/regression/sockets/reconnect/reconnect.c
109
atexit(cleanup);
tools/regression/sockets/sendfile/sendfile.c
477
atexit(cleanup);
tools/regression/sysvmsg/msgtest.c
128
if (atexit(cleanup) == -1)
tools/regression/sysvsem/semtest.c
124
if (atexit(cleanup) == -1)
tools/regression/sysvshm/shmtest.c
110
if (atexit(cleanup) == -1)
tools/test/stress2/lib/main.c
105
atexit(callcleanup);
tools/test/stress2/lib/resources.c
192
atexit(cleanupdf);
tools/tools/crypto/cryptocheck.c
367
atexit(reset_user_soft);
tools/tools/netmap/lb.c
799
atexit(free_buffers);
usr.bin/bsdiff/bspatch/bspatch.c
149
atexit(exit_cleanup);
usr.bin/cap_mkdb/cap_mkdb.c
113
if (atexit(dounlink))
usr.bin/csplit/csplit.c
147
atexit(cleanup);
usr.bin/gcore/elfcore.c
190
if (atexit(elf_detach) != 0)
usr.bin/lockf/lockf.c
255
if (atexit(cleanup) == -1)
usr.bin/mkimg/image.c
745
if (atexit(image_cleanup) == -1)
usr.bin/mkuzip/mkuzip.c
271
atexit(cleanup);
usr.bin/script/script.c
598
atexit(termreset);
usr.sbin/autofs/automountd.c
189
atexit(exit_callback);
usr.sbin/bhyve/uart_backend.c
108
atexit(ttyclose);
usr.sbin/btxld/btxld.c
175
atexit(cleanup);
usr.sbin/pmcstat/pmcstat.c
1328
atexit(pmcstat_topexit);
usr.sbin/rpcbind/rpcbind.c
180
atexit(cleanup_pidfile);
usr.sbin/services_mkdb/services_mkdb.c
138
if (atexit(cleanup))
usr.sbin/virtual_oss/virtual_oss/main.c
1915
if (atexit(restore_baseclone) < 0)