Symbol: cleanup
bin/chio/chio.c
170
if (atexit(cleanup))
bin/chio/chio.c
64
static void cleanup(void);
common/dist/zlib/examples/enough.c
595
cleanup();
games/boggle/boggle/bog.c
216
cleanup();
games/boggle/boggle/bog.c
222
cleanup();
games/boggle/boggle/bog.c
230
cleanup();
games/boggle/boggle/bog.c
279
cleanup();
games/boggle/boggle/bog.c
386
cleanup();
games/boggle/boggle/bog.c
516
cleanup();
games/boggle/boggle/bog.c
583
cleanup();
games/boggle/boggle/bog.c
603
cleanup();
games/boggle/boggle/extern.h
39
void cleanup(void);
games/boggle/boggle/mach.c
226
cleanup();
games/canfield/canfield/canfield.c
1742
cleanup(0);
games/canfield/canfield/canfield.c
1762
signal(SIGHUP, cleanup);
games/canfield/canfield/canfield.c
1763
signal(SIGTERM, cleanup);
games/canfield/canfield/canfield.c
1783
cleanup(0);
games/hack/hack.pager.c
338
goto cleanup;
games/hack/hack.pager.c
348
cleanup:
games/hunt/huntd/answer.c
81
cleanup(1);
games/hunt/huntd/driver.c
356
cleanup(0);
games/hunt/huntd/driver.c
382
(void) signal(SIGTERM, cleanup);
games/hunt/huntd/driver.c
444
cleanup(1);
games/hunt/huntd/driver.c
460
cleanup(1);
games/hunt/huntd/hunt.h
177
__dead void cleanup(int);
games/phantasia/gamesupport.c
163
cleanup(TRUE);
games/phantasia/main.c
110
cleanup(TRUE);
games/phantasia/main.c
116
cleanup(TRUE);
games/phantasia/main.c
130
cleanup(TRUE);
games/phantasia/main.c
136
cleanup(TRUE);
games/phantasia/main.c
142
cleanup(TRUE);
games/phantasia/main.c
149
cleanup(TRUE);
games/phantasia/main.c
158
cleanup(TRUE);
games/phantasia/main.c
176
cleanup(TRUE);
games/phantasia/main.c
807
cleanup(TRUE);
games/phantasia/misc.c
585
cleanup(TRUE);
games/phantasia/misc.c
683
cleanup(FALSE);
games/phantasia/misc.c
689
cleanup(TRUE);
games/phantasia/misc.c
951
cleanup(TRUE);
games/phantasia/misc.c
971
cleanup(TRUE);
games/phantasia/phantglobs.h
74
void cleanup(int);
lib/csu/common/crt0-common.c
322
___start(void (*cleanup)(void), /* from shared loader */
lib/csu/common/crt0-common.c
360
if (cleanup != NULL)
lib/csu/common/crt0-common.c
361
atexit(cleanup);
lib/libc/nameser/ns_name.c
576
goto cleanup;
lib/libc/nameser/ns_name.c
594
goto cleanup;
lib/libc/nameser/ns_name.c
598
goto cleanup;
lib/libc/nameser/ns_name.c
606
cleanup:
lib/libc/net/getaddrinfo.c
915
goto cleanup;
lib/libc/net/getaddrinfo.c
919
goto cleanup;
lib/libc/net/getaddrinfo.c
939
cleanup:
lib/libc/resolv/res_debug.c
190
goto cleanup;
lib/libc/resolv/res_debug.c
272
goto cleanup;
lib/libc/resolv/res_debug.c
279
cleanup:
lib/libc/stdlib/quick_exit.c
45
void (*cleanup)(void);
lib/libc/stdlib/quick_exit.c
69
h->cleanup = func;
lib/libc/stdlib/quick_exit.c
91
(*h->cleanup)();
lib/libc/string/strerror_r.c
87
goto cleanup;
lib/libc/string/strerror_r.c
91
goto cleanup;
lib/libc/string/strerror_r.c
94
cleanup:
lib/libcurses/refresh.c
766
goto cleanup;
lib/libcurses/refresh.c
803
cleanup:
lib/libpam/modules/pam_krb5/pam_krb5.c
1038
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
1054
cleanup:
lib/libpam/modules/pam_krb5/pam_krb5.c
320
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
327
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
335
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
348
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
358
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
368
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
375
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
380
cleanup:
lib/libpam/modules/pam_krb5/pam_krb5.c
721
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
734
cleanup:
lib/libpam/modules/pam_krb5/pam_krb5.c
846
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
853
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
865
goto cleanup;
lib/libpam/modules/pam_krb5/pam_krb5.c
881
cleanup:
lib/libpthread/pthread.c
1093
pthread__cleanup_push(void (*cleanup)(void *), void *arg, void *store)
lib/libpthread/pthread.c
1100
entry->ptc_cleanup = cleanup;
lib/libpthread/pthread.c
646
struct pt_clean_t *cleanup;
lib/libpthread/pthread.c
661
cleanup = PTQ_FIRST(&self->pt_cleanup_stack);
lib/libpthread/pthread.c
662
PTQ_REMOVE(&self->pt_cleanup_stack, cleanup, ptc_next);
lib/libpthread/pthread.c
663
(*cleanup->ptc_cleanup)(cleanup->ptc_arg);
lib/libresolv/res_findzonecut.c
291
goto cleanup;
lib/libresolv/res_findzonecut.c
296
goto cleanup;
lib/libresolv/res_findzonecut.c
309
goto cleanup;
lib/libresolv/res_findzonecut.c
333
goto cleanup;
lib/libresolv/res_findzonecut.c
350
goto cleanup;
lib/libresolv/res_findzonecut.c
361
goto cleanup;
lib/libresolv/res_findzonecut.c
372
goto cleanup;
lib/libresolv/res_findzonecut.c
380
goto cleanup;
lib/libresolv/res_findzonecut.c
385
goto cleanup;
lib/libresolv/res_findzonecut.c
400
goto cleanup;
lib/libresolv/res_findzonecut.c
407
cleanup:
lib/libresolv/res_findzonecut.c
467
goto cleanup;
lib/libresolv/res_findzonecut.c
478
goto cleanup;
lib/libresolv/res_findzonecut.c
489
goto cleanup;
lib/libresolv/res_findzonecut.c
500
goto cleanup;
lib/libresolv/res_findzonecut.c
514
cleanup:
lib/librumpclient/rumpclient.c
276
goto cleanup;
lib/librumpclient/rumpclient.c
294
goto cleanup;
lib/librumpclient/rumpclient.c
303
goto cleanup;
lib/librumpclient/rumpclient.c
325
cleanup:
lib/librumpuser/rumpuser_sp.c
1379
parsetab[cleanupidx].cleanup(cleanupsa);
lib/librumpuser/sp_common.c
734
cleanup_fn cleanup;
lib/libtelnet/forward.c
56
goto cleanup;
lib/libtelnet/forward.c
59
goto cleanup;
lib/libtelnet/forward.c
62
goto cleanup;
lib/libtelnet/forward.c
64
cleanup:
lib/libwrap/tcpd.h
35
void (*cleanup)(void); /* cleanup function or 0 */
libexec/httpd/bozohttpd.c
1868
goto cleanup;
libexec/httpd/bozohttpd.c
1872
goto cleanup;
libexec/httpd/bozohttpd.c
1883
goto cleanup;
libexec/httpd/bozohttpd.c
1937
goto cleanup;
libexec/httpd/bozohttpd.c
1943
cleanup:
libexec/httpd/bozohttpd.c
694
goto cleanup;
libexec/httpd/bozohttpd.c
711
goto cleanup;
libexec/httpd/bozohttpd.c
731
goto cleanup;
libexec/httpd/bozohttpd.c
738
goto cleanup;
libexec/httpd/bozohttpd.c
752
goto cleanup;
libexec/httpd/bozohttpd.c
756
goto cleanup;
libexec/httpd/bozohttpd.c
766
goto cleanup;
libexec/httpd/bozohttpd.c
788
goto cleanup;
libexec/httpd/bozohttpd.c
793
goto cleanup;
libexec/httpd/bozohttpd.c
801
goto cleanup;
libexec/httpd/bozohttpd.c
817
goto cleanup;
libexec/httpd/bozohttpd.c
826
goto cleanup;
libexec/httpd/bozohttpd.c
848
goto cleanup;
libexec/httpd/bozohttpd.c
859
goto cleanup;
libexec/httpd/bozohttpd.c
867
goto cleanup;
libexec/httpd/bozohttpd.c
902
cleanup:
libexec/ld.elf_so/paths.c
256
goto cleanup;
libexec/ld.elf_so/paths.c
272
goto cleanup;
libexec/ld.elf_so/paths.c
277
goto cleanup;
libexec/ld.elf_so/paths.c
283
goto cleanup;
libexec/ld.elf_so/paths.c
291
goto cleanup;
libexec/ld.elf_so/paths.c
299
goto cleanup;
libexec/ld.elf_so/paths.c
322
goto cleanup;
libexec/ld.elf_so/paths.c
330
cleanup:
libexec/rlogind/rlogind.c
133
__dead static void cleanup(int);
libexec/rlogind/rlogind.c
414
signal(SIGCHLD, cleanup);
libexec/rlogind/rlogind.c
417
cleanup(0);
libexec/rpc.rquotad/rquotad.c
106
(void) signal(SIGINT, cleanup);
libexec/rpc.rquotad/rquotad.c
107
(void) signal(SIGTERM, cleanup);
libexec/rpc.rquotad/rquotad.c
108
(void) signal(SIGHUP, cleanup);
libexec/rpc.rquotad/rquotad.c
40
__dead static void cleanup(int);
libexec/rpc.rstatd/rstatd.c
53
__dead static void cleanup(int);
libexec/rpc.rstatd/rstatd.c
93
(void) signal(SIGINT, cleanup);
libexec/rpc.rstatd/rstatd.c
94
(void) signal(SIGTERM, cleanup);
libexec/rpc.rstatd/rstatd.c
95
(void) signal(SIGHUP, cleanup);
libexec/rpc.rusersd/rusersd.c
54
cleanup(int n)
libexec/rpc.rusersd/rusersd.c
83
(void)signal(SIGINT, cleanup);
libexec/rpc.rusersd/rusersd.c
84
(void)signal(SIGTERM, cleanup);
libexec/rpc.rusersd/rusersd.c
85
(void)signal(SIGHUP, cleanup);
libexec/rpc.rwalld/rwalld.c
102
(void) signal(SIGINT, cleanup);
libexec/rpc.rwalld/rwalld.c
103
(void) signal(SIGTERM, cleanup);
libexec/rpc.rwalld/rwalld.c
104
(void) signal(SIGHUP, cleanup);
libexec/rpc.rwalld/rwalld.c
64
static void cleanup(int);
libexec/rpc.sprayd/sprayd.c
43
__dead static void cleanup(int);
libexec/rpc.sprayd/sprayd.c
85
(void)signal(SIGINT, cleanup);
libexec/rpc.sprayd/sprayd.c
86
(void)signal(SIGTERM, cleanup);
libexec/rpc.sprayd/sprayd.c
87
(void)signal(SIGHUP, cleanup);
libexec/telnetd/state.c
911
cleanup(0);
libexec/telnetd/telnetd.c
1095
cleanup(0);
libexec/telnetd/telnetd.c
879
(void) signal(SIGCHLD, cleanup);
libexec/telnetd/utility.c
128
cleanup(0);
libexec/telnetd/utility.c
300
cleanup(0);
sbin/gpt/add.c
209
goto cleanup;
sbin/gpt/add.c
212
goto cleanup;
sbin/gpt/add.c
217
cleanup:
sbin/gpt/backup.c
118
cleanup:
sbin/gpt/backup.c
141
cleanup:
sbin/gpt/backup.c
196
cleanup:
sbin/gpt/backup.c
234
goto cleanup;
sbin/gpt/backup.c
247
goto cleanup;
sbin/gpt/backup.c
255
goto cleanup;
sbin/gpt/backup.c
270
goto cleanup;
sbin/gpt/backup.c
277
cleanup:
sbin/gpt/backup.c
74
#define PROP_ERR(x) if (!(x)) goto cleanup
sbin/gpt/biosboot.c
319
goto cleanup;
sbin/gpt/biosboot.c
323
goto cleanup;
sbin/gpt/biosboot.c
329
cleanup:
sbin/gpt/label.c
101
goto cleanup;
sbin/gpt/label.c
106
goto cleanup;
sbin/gpt/label.c
116
cleanup:
sbin/ldconfig/ldconfig.c
528
goto cleanup;
sbin/ldconfig/ldconfig.c
533
goto cleanup;
sbin/ldconfig/ldconfig.c
539
goto cleanup;
sbin/ldconfig/ldconfig.c
546
goto cleanup;
sbin/ldconfig/ldconfig.c
553
goto cleanup;
sbin/ldconfig/ldconfig.c
558
goto cleanup;
sbin/ldconfig/ldconfig.c
571
goto cleanup;
sbin/ldconfig/ldconfig.c
575
goto cleanup;
sbin/ldconfig/ldconfig.c
591
cleanup:
sbin/restore/extern.h
40
void cleanup(void);
sbin/restore/main.c
194
atexit(cleanup);
sys/arch/arm/broadcom/bcm2835_com_acpi.c
109
goto cleanup;
sys/arch/arm/broadcom/bcm2835_com_acpi.c
120
goto cleanup;
sys/arch/arm/broadcom/bcm2835_com_acpi.c
137
goto cleanup;
sys/arch/arm/broadcom/bcm2835_com_acpi.c
143
cleanup:
sys/arch/arm/broadcom/bcm2835_com_acpi.c
99
goto cleanup;
sys/arch/arm/broadcom/bcm2835_emmc_acpi.c
134
goto cleanup;
sys/arch/arm/broadcom/bcm2835_emmc_acpi.c
138
goto cleanup;
sys/arch/arm/broadcom/bcm2835_emmc_acpi.c
145
goto cleanup;
sys/arch/arm/broadcom/bcm2835_emmc_acpi.c
172
cleanup:
sys/arch/arm/broadcom/bcm2838_emmc2_acpi.c
103
goto cleanup;
sys/arch/arm/broadcom/bcm2838_emmc2_acpi.c
107
goto cleanup;
sys/arch/arm/broadcom/bcm2838_emmc2_acpi.c
114
goto cleanup;
sys/arch/arm/broadcom/bcm2838_emmc2_acpi.c
145
cleanup:
sys/arch/arm/fdt/pmu_fdt.c
154
goto cleanup;
sys/arch/arm/fdt/pmu_fdt.c
163
goto cleanup;
sys/arch/arm/fdt/pmu_fdt.c
174
goto cleanup;
sys/arch/arm/fdt/pmu_fdt.c
182
cleanup:
sys/arch/arm/ti/am18xx_usbphy.c
128
goto cleanup;
sys/arch/arm/ti/am18xx_usbphy.c
164
goto cleanup;
sys/arch/arm/ti/am18xx_usbphy.c
168
cleanup:
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
220
CTrapCleanup *cleanup = CTrapCleanup::New();
sys/arch/epoc32/stand/e32boot/exe/e32boot.cpp
225
delete cleanup;
sys/arch/hp300/stand/common/if_le.c
481
goto cleanup;
sys/arch/hp300/stand/common/if_le.c
495
goto cleanup;
sys/arch/hp300/stand/common/if_le.c
498
goto cleanup;
sys/arch/hp300/stand/common/if_le.c
513
cleanup:
sys/arch/i386/pci/pci_intr_fixup.c
904
goto cleanup;
sys/arch/i386/pci/pci_intr_fixup.c
912
goto cleanup;
sys/arch/i386/pci/pci_intr_fixup.c
921
goto cleanup;
sys/arch/i386/pci/pci_intr_fixup.c
930
goto cleanup;
sys/arch/i386/pci/pci_intr_fixup.c
938
goto cleanup;
sys/arch/i386/pci/pci_intr_fixup.c
944
cleanup:
sys/arch/mvme68k/stand/netboot/if_le.c
284
goto cleanup;
sys/arch/mvme68k/stand/netboot/if_le.c
294
goto cleanup;
sys/arch/mvme68k/stand/netboot/if_le.c
297
goto cleanup;
sys/arch/mvme68k/stand/netboot/if_le.c
311
cleanup:
sys/arch/mvme68k/stand/sboot/le_poll.c
163
goto cleanup;
sys/arch/mvme68k/stand/sboot/le_poll.c
175
goto cleanup;
sys/arch/mvme68k/stand/sboot/le_poll.c
178
goto cleanup;
sys/arch/mvme68k/stand/sboot/le_poll.c
184
cleanup:
sys/arch/x86/include/cpu.h
394
#define CPU_START_CLEANUP(_ci) ((_ci)->ci_func->cleanup(_ci))
sys/arch/x86/include/cpuvar.h
77
void (*cleanup)(struct cpu_info *);
sys/dev/acpi/acpi_mcfg.c
815
goto cleanup;
sys/dev/acpi/acpi_mcfg.c
829
goto cleanup;
sys/dev/acpi/acpi_mcfg.c
846
goto cleanup;
sys/dev/acpi/acpi_mcfg.c
865
cleanup:
sys/dev/acpi/com_acpi.c
199
goto cleanup;
sys/dev/acpi/com_acpi.c
209
cleanup:
sys/dev/acpi/qcompas.c
301
goto cleanup;
sys/dev/acpi/qcompas.c
325
goto cleanup;
sys/dev/acpi/qcompas.c
338
goto cleanup;
sys/dev/acpi/qcompas.c
349
goto cleanup;
sys/dev/acpi/qcompas.c
418
cleanup:
sys/dev/acpi/sdhc_acpi.c
224
goto cleanup;
sys/dev/acpi/sdhc_acpi.c
228
goto cleanup;
sys/dev/acpi/sdhc_acpi.c
235
goto cleanup;
sys/dev/acpi/sdhc_acpi.c
307
cleanup:
sys/dev/acpi/wb_acpi.c
123
goto cleanup;
sys/dev/acpi/wb_acpi.c
128
goto cleanup;
sys/dev/acpi/wb_acpi.c
138
goto cleanup;
sys/dev/acpi/wb_acpi.c
151
cleanup:
sys/dev/hyperv/vmbus.c
279
goto cleanup;
sys/dev/hyperv/vmbus.c
282
goto cleanup;
sys/dev/hyperv/vmbus.c
285
goto cleanup;
sys/dev/hyperv/vmbus.c
301
goto cleanup;
sys/dev/hyperv/vmbus.c
307
cleanup:
sys/dev/ic/isp.c
7658
goto cleanup;
sys/dev/ic/isp.c
7686
cleanup:
sys/dev/ic/smc90cx6.c
527
goto cleanup;
sys/dev/ic/smc90cx6.c
552
goto cleanup;
sys/dev/ic/smc90cx6.c
579
goto cleanup;
sys/dev/ic/smc90cx6.c
605
cleanup:
sys/dev/pci/if_bwfm_pci.c
644
goto cleanup;
sys/dev/pci/if_bwfm_pci.c
649
goto cleanup;
sys/dev/pci/if_bwfm_pci.c
654
goto cleanup;
sys/dev/pci/if_bwfm_pci.c
658
goto cleanup;
sys/dev/pci/if_bwfm_pci.c
662
goto cleanup;
sys/dev/pci/if_bwfm_pci.c
679
goto cleanup;
sys/dev/pci/if_bwfm_pci.c
692
goto cleanup;
sys/dev/pci/if_bwfm_pci.c
705
goto cleanup;
sys/dev/pci/if_bwfm_pci.c
709
goto cleanup;
sys/dev/pci/if_bwfm_pci.c
756
cleanup:
sys/dev/pci/vioscsi.c
620
goto cleanup;
sys/dev/pci/vioscsi.c
629
goto cleanup;
sys/dev/pci/vioscsi.c
639
goto cleanup;
sys/dev/pci/vioscsi.c
645
cleanup:
sys/dev/raidframe/rf_shutdown.c
105
r->cleanup(r->arg);
sys/dev/raidframe/rf_shutdown.c
60
_rf_ShutdownCreate(RF_ShutdownList_t **listp, void (*cleanup)(void *arg),
sys/dev/raidframe/rf_shutdown.c
64
_rf_ShutdownCreate(RF_ShutdownList_t **listp, void (*cleanup)(void *arg),
sys/dev/raidframe/rf_shutdown.c
76
ent->cleanup = cleanup;
sys/dev/raidframe/rf_shutdown.h
54
void (*cleanup) (void *arg);
sys/dev/raidframe/rf_shutdown.h
65
void _rf_ShutdownCreate(RF_ShutdownList_t **, void (*cleanup) (void *),
sys/dev/raidframe/rf_shutdown.h
70
void _rf_ShutdownCreate(RF_ShutdownList_t **, void (*cleanup) (void *),
sys/dist/pf/net/pf.c
3490
goto cleanup;
sys/dist/pf/net/pf.c
3497
goto cleanup;
sys/dist/pf/net/pf.c
3505
goto cleanup;
sys/dist/pf/net/pf.c
3510
cleanup:
sys/dist/pf/net/pf.c
3631
goto cleanup;
sys/kern/init_sysctl.c
1104
goto cleanup;
sys/kern/init_sysctl.c
1116
goto cleanup;
sys/kern/init_sysctl.c
1137
goto cleanup;
sys/kern/init_sysctl.c
1144
goto cleanup;
sys/kern/init_sysctl.c
1162
goto cleanup;
sys/kern/init_sysctl.c
1173
goto cleanup;
sys/kern/init_sysctl.c
1198
cleanup:
sys/kern/kern_proc.c
2227
goto cleanup;
sys/kern/kern_proc.c
2315
cleanup:
sys/kern/kern_synch.c
1047
sched_unsleep(struct lwp *l, bool cleanup)
sys/kern/kern_turnstile.c
498
turnstile_unsleep(lwp_t *l, bool cleanup)
sys/net/agr/if_agr.c
618
goto cleanup;
sys/net/agr/if_agr.c
641
goto cleanup;
sys/net/agr/if_agr.c
648
goto cleanup;
sys/net/agr/if_agr.c
662
cleanup:
sys/net80211/ieee80211_netbsd.c
449
goto cleanup;
sys/net80211/ieee80211_netbsd.c
457
cleanup:
sys/netinet6/in6.c
1371
goto cleanup;
sys/netinet6/in6.c
1435
cleanup:
sys/rump/librump/rumpkern/lwproc.c
67
lwp_unsleep(lwp_t *l, bool cleanup)
sys/rump/librump/rumpkern/lwproc.c
72
(*l->l_syncobj->sobj_unsleep)(l, cleanup);
sys/rump/librump/rumpkern/sleepq.c
136
sleepq_unsleep(struct lwp *l, bool cleanup)
sys/rump/librump/rumpkern/sleepq.c
144
if (cleanup) {
sys/stand/efiboot/exec.c
212
goto cleanup;
sys/stand/efiboot/exec.c
218
goto cleanup;
sys/stand/efiboot/exec.c
226
cleanup:
tests/kernel/kqueue/t_vnode.c
104
cleanup();
tests/kernel/kqueue/t_vnode.c
128
cleanup();
tests/kernel/kqueue/t_vnode.c
152
cleanup();
tests/kernel/kqueue/t_vnode.c
176
cleanup();
tests/kernel/kqueue/t_vnode.c
199
cleanup();
tests/kernel/kqueue/t_vnode.c
223
cleanup();
tests/kernel/kqueue/t_vnode.c
247
cleanup();
tests/kernel/kqueue/t_vnode.c
271
cleanup();
tests/kernel/kqueue/t_vnode.c
294
cleanup();
tests/kernel/kqueue/t_vnode.c
30
void cleanup(void);
tests/kernel/kqueue/t_vnode.c
317
cleanup();
tests/kernel/kqueue/t_vnode.c
341
cleanup();
tests/kernel/kqueue/t_vnode.c
365
cleanup();
tests/kernel/kqueue/t_vnode.c
389
cleanup();
tests/kernel/kqueue/t_vnode.c
413
cleanup();
tests/kernel/kqueue/t_vnode.c
437
cleanup();
tests/kernel/kqueue/t_vnode.c
461
cleanup();
tests/kernel/kqueue/t_vnode.c
485
cleanup();
tests/kernel/kqueue/t_vnode.c
509
cleanup();
tests/kernel/kqueue/t_vnode.c
719
cleanup();
tests/lib/libc/db/h_db.c
549
goto cleanup;
tests/lib/libc/db/h_db.c
553
cleanup:
tests/lib/libpthread/cancelpoint.h
72
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
1027
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
1110
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
1166
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
1206
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
1263
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
1322
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
1380
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
1433
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
956
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
969
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/lib/libpthread/t_cancellation.c
981
pthread_cleanup_push(&cleanup, &cleanup_done);
tests/net/inpcb/inpcb_bind.c
128
cleanup(sockets, 3);
tests/net/inpcb/inpcb_bind.c
137
cleanup(sockets, 3);
tests/net/inpcb/inpcb_bind.c
147
cleanup(sockets, 4);
tests/net/inpcb/inpcb_bind.c
157
cleanup(sockets, 4);
tests/net/inpcb/inpcb_bind.c
166
cleanup(sockets, 3);
tests/net/inpcb/inpcb_bind.c
175
cleanup(sockets, 3);
tests/net/inpcb/inpcb_bind.c
195
cleanup(sockets, 4);
tests/net/inpcb/inpcb_bind.c
206
cleanup(sockets, 5);
tests/net/inpcb/inpcb_bind.c
217
cleanup(sockets, 5);
tests/net/inpcb/inpcb_bind.c
228
cleanup(sockets, 5);
tests/net/inpcb/inpcb_bind.c
238
cleanup(sockets, 3);
tests/net/inpcb/inpcb_bind.c
249
cleanup(sockets, 5);
tests/net/inpcb/inpcb_bind.c
260
cleanup(sockets, 5);
tests/net/inpcb/inpcb_bind.c
280
cleanup(sockets, 3);
tests/net/inpcb/inpcb_bind.c
289
cleanup(sockets, 3);
tests/net/inpcb/inpcb_bind.c
299
cleanup(sockets, 4);
tests/net/inpcb/inpcb_bind.c
314
cleanup(sockets, 4);
tests/net/inpcb/inpcb_bind.c
324
cleanup(sockets, 4);
tests/net/inpcb/inpcb_bind.c
336
cleanup(sockets, 4);
usr.bin/audio/play/play.c
197
signal(SIGINT, cleanup);
usr.bin/audio/play/play.c
198
signal(SIGTERM, cleanup);
usr.bin/audio/play/play.c
199
signal(SIGHUP, cleanup);
usr.bin/audio/play/play.c
208
cleanup(0);
usr.bin/audio/play/play.c
61
static void cleanup(int) __dead;
usr.bin/audio/record/record.c
367
cleanup(0);
usr.bin/audio/record/record.c
77
static void cleanup (int) __dead;
usr.bin/chpass/chpass.c
230
if (atexit(cleanup)) {
usr.bin/chpass/chpass.c
231
cleanup();
usr.bin/chpass/chpass.c
77
static void cleanup(void);
usr.bin/csplit/csplit.c
154
(void)atexit(cleanup);
usr.bin/csplit/csplit.c
237
cleanup();
usr.bin/csplit/csplit.c
69
static void cleanup(void);
usr.bin/db/db.c
330
goto cleanup;
usr.bin/db/db.c
334
goto cleanup;
usr.bin/db/db.c
338
goto cleanup;
usr.bin/db/db.c
357
goto cleanup;
usr.bin/db/db.c
362
goto cleanup;
usr.bin/db/db.c
366
goto cleanup;
usr.bin/db/db.c
372
cleanup:
usr.bin/make/for.c
158
goto cleanup;
usr.bin/make/for.c
183
cleanup:
usr.bin/make/var.c
4166
goto cleanup;
usr.bin/make/var.c
4188
goto cleanup;
usr.bin/make/var.c
4195
cleanup:
usr.bin/man/man.c
120
static int cleanup(void);
usr.bin/man/man.c
378
exit(cleanup());
usr.bin/man/man.c
408
(void)cleanup();
usr.bin/man/man.c
421
exit(cleanup());
usr.bin/man/man.c
429
exit(cleanup());
usr.bin/man/man.c
437
exit(cleanup());
usr.bin/man/man.c
452
(void)cleanup();
usr.bin/man/man.c
475
exit(cleanup());
usr.bin/man/man.c
570
(void)cleanup();
usr.bin/man/man.c
625
(void)cleanup();
usr.bin/man/man.c
647
(void)cleanup();
usr.bin/man/man.c
724
(void)cleanup();
usr.bin/man/man.c
815
(void)cleanup();
usr.bin/man/man.c
824
(void)cleanup();
usr.bin/man/man.c
831
(void)cleanup();
usr.bin/man/man.c
857
(void)cleanup();
usr.bin/man/man.c
903
(void)cleanup();
usr.bin/man/man.c
909
(void)cleanup();
usr.bin/man/man.c
914
(void)cleanup();
usr.bin/man/man.c
976
(void)cleanup();
usr.bin/midirecord/midirecord.c
240
signal(SIGINT, cleanup);
usr.bin/midirecord/midirecord.c
280
cleanup(0);
usr.bin/midirecord/midirecord.c
96
static void cleanup(int) __dead;
usr.bin/rdist/defs.h
154
void cleanup(int) __dead;
usr.bin/rdist/docmd.c
187
(void) signal(SIGPIPE, cleanup);
usr.bin/rdist/docmd.c
339
cleanup(0);
usr.bin/rdist/docmd.c
80
signal(SIGHUP, cleanup);
usr.bin/rdist/docmd.c
81
signal(SIGINT, cleanup);
usr.bin/rdist/docmd.c
82
signal(SIGQUIT, cleanup);
usr.bin/rdist/docmd.c
83
signal(SIGTERM, cleanup);
usr.bin/rdist/server.c
100
signal(SIGHUP, cleanup);
usr.bin/rdist/server.c
101
signal(SIGINT, cleanup);
usr.bin/rdist/server.c
102
signal(SIGQUIT, cleanup);
usr.bin/rdist/server.c
103
signal(SIGTERM, cleanup);
usr.bin/rdist/server.c
104
signal(SIGPIPE, cleanup);
usr.bin/rdist/server.c
123
cleanup(0);
usr.bin/rdist/server.c
1272
cleanup(0);
usr.bin/rdist/server.c
1513
cleanup(0);
usr.bin/rdist/server.c
870
cleanup(0);
usr.bin/rdist/server.c
919
cleanup(0);
usr.bin/sdiff/common.h
9
__dead void cleanup(const char *);
usr.bin/sdiff/edit.c
137
cleanup(filename);
usr.bin/sdiff/edit.c
151
cleanup(filename);
usr.bin/sdiff/edit.c
161
cleanup(filename);
usr.bin/sdiff/edit.c
175
cleanup(filename);
usr.bin/sdiff/edit.c
46
cleanup(filename);
usr.bin/sdiff/edit.c
49
cleanup(filename);
usr.bin/sdiff/edit.c
56
cleanup(filename);
usr.bin/sdiff/edit.c
62
cleanup(filename);
usr.bin/sort/sort.c
112
static void cleanup(void);
usr.bin/sort/sort.c
336
(void)atexit(cleanup);
usr.bin/sort/sort.c
384
cleanup();
usr.bin/tip/cu.c
205
(void)signal(SIGINT, cleanup);
usr.bin/tip/cu.c
206
(void)signal(SIGQUIT, cleanup);
usr.bin/tip/cu.c
207
(void)signal(SIGHUP, cleanup);
usr.bin/tip/cu.c
208
(void)signal(SIGTERM, cleanup);
usr.bin/tip/tip.c
209
(void)signal(SIGINT, cleanup);
usr.bin/tip/tip.c
210
(void)signal(SIGQUIT, cleanup);
usr.bin/tip/tip.c
211
(void)signal(SIGHUP, cleanup);
usr.bin/tip/tip.c
212
(void)signal(SIGTERM, cleanup);
usr.bin/tip/tip.c
404
cleanup(SIGHUP);
usr.bin/tip/tip.h
264
void cleanup(int) __dead;
usr.sbin/crash/crash.c
487
atexit(cleanup);
usr.sbin/lpr/lpr/lpr.c
136
signal(SIGHUP, cleanup);
usr.sbin/lpr/lpr/lpr.c
138
signal(SIGINT, cleanup);
usr.sbin/lpr/lpr/lpr.c
140
signal(SIGQUIT, cleanup);
usr.sbin/lpr/lpr/lpr.c
142
signal(SIGTERM, cleanup);
usr.sbin/lpr/lpr/lpr.c
399
cleanup(0);
usr.sbin/lpr/lpr/lpr.c
406
cleanup(0);
usr.sbin/lpr/lpr/lpr.c
418
cleanup(0);
usr.sbin/lpr/lpr/lpr.c
548
cleanup(0);
usr.sbin/lpr/lpr/lpr.c
552
cleanup(0); /* cleanup does exit */
usr.sbin/lpr/lpr/lpr.c
558
cleanup(0);
usr.sbin/makemandb/makemandb.c
101
static void cleanup(mandb_rec *);
usr.sbin/makemandb/makemandb.c
1480
cleanup(rec);
usr.sbin/makemandb/makemandb.c
1724
cleanup(rec);
usr.sbin/makemandb/makemandb.c
1748
cleanup(rec);
usr.sbin/makemandb/makemandb.c
1755
cleanup(rec);
usr.sbin/makemandb/makemandb.c
1779
cleanup(rec);
usr.sbin/makemandb/makemandb.c
1786
cleanup(rec);
usr.sbin/makemandb/makemandb.c
1792
cleanup(rec);
usr.sbin/makemandb/makemandb.c
426
cleanup(&rec);
usr.sbin/moused/moused.c
443
__dead static void cleanup(int sig);
usr.sbin/moused/moused.c
773
signal(SIGINT , cleanup);
usr.sbin/moused/moused.c
774
signal(SIGQUIT, cleanup);
usr.sbin/moused/moused.c
775
signal(SIGTERM, cleanup);
usr.sbin/mrouted/main.c
239
atexit(cleanup);
usr.sbin/mrouted/main.c
484
cleanup();
usr.sbin/mrouted/main.c
74
static void cleanup(void);
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
132
if (atexit(cleanup))
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
70
static void cleanup(void);
usr.sbin/services_mkdb/services_mkdb.c
130
if (atexit(cleanup))
usr.sbin/services_mkdb/services_mkdb.c
61
static void cleanup(void);
usr.sbin/sysinst/gpt.c
1970
.cleanup = gpt_cleanup,
usr.sbin/sysinst/main.c
314
(void)atexit(cleanup);
usr.sbin/sysinst/main.c
98
static void cleanup(void);
usr.sbin/sysinst/partitions.c
230
if (available_part_schemes[i]->cleanup != NULL)
usr.sbin/sysinst/partitions.c
231
available_part_schemes[i]->cleanup();
usr.sbin/sysinst/partitions.h
565
void (*cleanup)(void);