/src/usr.bin/sdiff/ |
common.h | 9 __dead void cleanup(const char *);
|
common.c | 16 cleanup(const char *filename) function in typeref:typename:void
|
edit.c | 46 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/ |
t_hello.sh | 45 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/ |
crt0.S | 44 movl %a1,-(%sp) | cleanup 45 | call: ___start(cleanup, ps_strings)
|
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
gcc_personality_test.c | 26 * 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/builtins/Unit/ |
gcc_personality_test.c | 26 * 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/ |
t_basic.sh | 31 atf_test_case loop_create_destroy cleanup 51 cleanup
|
/src/tests/crypto/opencrypto/ |
t_opencrypto.sh | 72 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/ |
quick_exit.c | 45 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/ |
rf_shutdown.h | 32 * 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 *),
|
rf_shutdown.c | 32 * 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/ |
forward.c | 56 goto cleanup; 59 goto cleanup; 62 goto cleanup; 64 cleanup:
|
/src/tests/sbin/sysctl/ |
t_perm.sh | 74 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/ |
t_magic_symlinks.sh | 77 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...] |
t_nointerpreter.sh | 32 atf_test_case nointerpreter cleanup
|
/src/libexec/rpc.rusersd/ |
rusersd.c | 50 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/ |
t_stdethers.sh | 53 atf_test_case default cleanup 70 atf_test_case valid cleanup
|
/src/tests/usr.sbin/stdhosts/ |
t_stdhosts.sh | 53 atf_test_case default cleanup 67 atf_test_case ipv6 cleanup
|
/src/lib/csu/arch/sh3/ |
crt0.S | 53 mov r7, r4 ! void (*cleanup)(void)
|
/src/lib/csu/arch/sparc/ |
crt0.S | 45 ! %g3 = cleanup 47 ! call: ___start(cleanup, ps_strings)
|
/src/lib/csu/arch/sparc64/ |
crt0.S | 49 ! %g3 = cleanup 52 ! call: ___start(cleanup, ps_strings)
|
/src/tests/usr.bin/ztest/ |
t_ztest.sh | 32 atf_test_case assert cleanup
|
/src/tests/usr.sbin/useradd/ |
t_useradd.sh | 32 atf_test_case longname cleanup
|
/src/tests/lib/libc/kevent_nullmnt/ |
t_nullmnt.sh | 47 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
|