Searched refs:cleanup (Results 1 - 25 of 325) sorted by relevance

1234567891011>>

/src/usr.bin/sdiff/
H A Dcommon.h9 __dead void cleanup(const char *);
H A Dcommon.c16 cleanup(const char *filename) function in typeref:typename:void
H A Dedit.c46 cleanup(filename);
49 cleanup(filename);
56 cleanup(filename);
62 cleanup(filename);
137 cleanup(filename);
151 cleanup(filename);
161 cleanup(filename);
175 cleanup(filename);
/src/tests/lib/csu/
H A Dt_hello.sh45 cleanup() function
56 atf_test_case dynamic cleanup
68 cleanup h_hello_dyn
71 atf_test_case dynamicpie cleanup
83 cleanup h_hello_dynpie
86 atf_test_case relr cleanup
104 cleanup h_hello_relr
107 atf_test_case static cleanup
119 cleanup h_hello_sta
122 atf_test_case staticpie cleanup
[all...]
/src/lib/csu/arch/m68k/
H A Dcrt0.S44 movl %a1,-(%sp) | cleanup
45 | call: ___start(cleanup, ps_strings)
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dgcc_personality_test.c26 * main() will catch the exception and verify that the cleanup
32 int x __attribute__((cleanup(bar_clean))) = 0;
38 int x __attribute__((cleanup(foo_clean))) = 0;
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dgcc_personality_test.c26 * main() will catch the exception and verify that the cleanup
32 int x __attribute__((cleanup(bar_clean))) = 0;
38 int x __attribute__((cleanup(foo_clean))) = 0;
/src/tests/net/if_loop/
H A Dt_basic.sh31 atf_test_case loop_create_destroy cleanup
51 cleanup
/src/tests/crypto/opencrypto/
H A Dt_opencrypto.sh72 atf_test_case arc4 cleanup
83 # No cleanup required since test is skipped. Trying to run rump.halt
90 atf_test_case camellia cleanup
103 atf_test_case cbcdes cleanup
116 atf_test_case cbc3des cleanup
129 atf_test_case comp cleanup
142 atf_test_case comp_deflate cleanup
155 atf_test_case comp_zlib_rnd cleanup
168 atf_test_case aesctr1 cleanup
181 atf_test_case aesctr2 cleanup
[all...]
/src/lib/libc/stdlib/
H A Dquick_exit.c45 void (*cleanup)(void); member in struct:quick_exit_handler
56 * Stack of cleanup handlers. These will be invoked in reverse order when
69 h->cleanup = func;
91 (*h->cleanup)();
/src/sys/dev/raidframe/
H A Drf_shutdown.h32 * Maintain lists of cleanup functions. Also, mechanisms for coordinating
54 void (*cleanup) (void *arg); member in struct:RF_ShutdownList_s
65 void _rf_ShutdownCreate(RF_ShutdownList_t **, void (*cleanup) (void *),
70 void _rf_ShutdownCreate(RF_ShutdownList_t **, void (*cleanup) (void *),
H A Drf_shutdown.c32 * Maintain lists of cleanup functions. Also, mechanisms for coordinating
60 _rf_ShutdownCreate(RF_ShutdownList_t **listp, void (*cleanup)(void *arg),
64 _rf_ShutdownCreate(RF_ShutdownList_t **listp, void (*cleanup)(void *arg),
76 ent->cleanup = cleanup;
105 r->cleanup(r->arg);
/src/lib/libtelnet/
H A Dforward.c56 goto cleanup;
59 goto cleanup;
62 goto cleanup;
64 cleanup:
/src/tests/sbin/sysctl/
H A Dt_perm.sh74 atf_test_case sysctl_ddb cleanup
90 atf_test_case sysctl_hw cleanup
106 atf_test_case sysctl_kern cleanup
123 atf_test_case sysctl_machdep cleanup
139 atf_test_case sysctl_net cleanup
155 atf_test_case sysctl_security cleanup
171 atf_test_case sysctl_vfs cleanup
187 atf_test_case sysctl_vm cleanup
/src/tests/kernel/
H A Dt_magic_symlinks.sh77 atf_test_case domainname cleanup
93 atf_test_case hostname cleanup
109 atf_test_case machine cleanup
125 atf_test_case machine_arch cleanup
141 atf_test_case ostype cleanup
157 atf_test_case ruid cleanup
173 atf_test_case uid cleanup
189 atf_test_case rgid cleanup
205 atf_test_case gid cleanup
221 atf_test_case realpath cleanup
[all...]
H A Dt_nointerpreter.sh32 atf_test_case nointerpreter cleanup
/src/libexec/rpc.rusersd/
H A Drusersd.c50 static void cleanup(int) __dead;
54 cleanup(int n) function in typeref:typename:void
83 (void)signal(SIGINT, cleanup);
84 (void)signal(SIGTERM, cleanup);
85 (void)signal(SIGHUP, cleanup);
/src/tests/usr.sbin/stdethers/
H A Dt_stdethers.sh53 atf_test_case default cleanup
70 atf_test_case valid cleanup
/src/tests/usr.sbin/stdhosts/
H A Dt_stdhosts.sh53 atf_test_case default cleanup
67 atf_test_case ipv6 cleanup
/src/tests/lib/libc/kevent_nullmnt/
H A Dt_nullmnt.sh47 atf_test_case nullmnt_upper_lower cleanup
62 atf_test_case nullmnt_upper_upper cleanup
76 atf_test_case nullmnt_lower_upper cleanup
91 atf_test_case nullmnt_lower_lower cleanup
/src/lib/csu/arch/sh3/
H A Dcrt0.S53 mov r7, r4 ! void (*cleanup)(void)
/src/lib/csu/arch/sparc/
H A Dcrt0.S45 ! %g3 = cleanup
47 ! call: ___start(cleanup, ps_strings)
/src/lib/csu/arch/sparc64/
H A Dcrt0.S49 ! %g3 = cleanup
52 ! call: ___start(cleanup, ps_strings)
/src/tests/usr.bin/ztest/
H A Dt_ztest.sh32 atf_test_case assert cleanup
/src/tests/usr.sbin/useradd/
H A Dt_useradd.sh32 atf_test_case longname cleanup

Completed in 14 milliseconds

1234567891011>>