/src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/ |
buildgo.sh | 134 cleanup() { function 137 trap cleanup EXIT
|
buildgo.sh | 134 cleanup() { function 137 trap cleanup EXIT
|
/src/usr.bin/sdiff/ |
common.c | 16 cleanup(const char *filename) function in typeref:typename:void
|
common.c | 16 cleanup(const char *filename) function in typeref:typename:void
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
check_lint.sh | 38 cleanup() { function 41 trap cleanup EXIT
|
check_lint.sh | 38 cleanup() { function 41 trap cleanup EXIT
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
collect_data_flow.py | 31 def cleanup(d): function 58 atexit.register(cleanup, tmpdir)
|
collect_data_flow.py | 31 def cleanup(d): function 58 atexit.register(cleanup, tmpdir)
|
/src/distrib/sets/ |
regpkgset | 69 # cleanup() deletes temporary files. 72 cleanup() function 78 trap 'es=128; cleanup' 1 2 3 13 15 # HUP INT QUIT PIPE TERM 79 trap 'es=$?; cleanup' 0 # EXIT
|
regpkgset | 69 # cleanup() deletes temporary files. 72 cleanup() function 78 trap 'es=128; cleanup' 1 2 3 13 15 # HUP INT QUIT PIPE TERM 79 trap 'es=$?; cleanup' 0 # EXIT
|
maketars | 164 cleanup() function 171 trap cleanup 0 2 3 13 # EXIT INT QUIT PIPE
|
maketars | 164 cleanup() function 171 trap cleanup 0 2 3 13 # EXIT INT QUIT PIPE
|
/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)();
|
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/libexec/rpc.rstatd/ |
rstatd.c | 53 __dead static void cleanup(int); 59 cleanup(int dummy) function in typeref:typename:void 93 (void) signal(SIGINT, cleanup); 94 (void) signal(SIGTERM, cleanup); 95 (void) signal(SIGHUP, cleanup);
|
rstatd.c | 53 __dead static void cleanup(int); 59 cleanup(int dummy) function in typeref:typename:void 93 (void) signal(SIGINT, cleanup); 94 (void) signal(SIGTERM, cleanup); 95 (void) signal(SIGHUP, 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);
|
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/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.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 *),
|
/src/distrib/utils/embedded/ |
mkimage | 79 trap "cleanup" 0 1 2 3 15 81 cleanup() { function
|
mkimage | 79 trap "cleanup" 0 1 2 3 15 81 cleanup() { function
|
/src/tests/net/npf/ |
t_npf.sh | 41 cleanup() function 56 atf_test_case "npf_${name}" cleanup 65 cleanup
|
t_npf.sh | 41 cleanup() function 56 atf_test_case "npf_${name}" cleanup 65 cleanup
|
/src/libexec/rpc.sprayd/ |
sprayd.c | 43 __dead static void cleanup(int); 52 cleanup(int n) function in typeref:typename:void 85 (void)signal(SIGINT, cleanup); 86 (void)signal(SIGTERM, cleanup); 87 (void)signal(SIGHUP, cleanup);
|