HomeSort by: relevance | last modified time | path
    Searched defs:cleanup (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
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
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
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)
  /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
maketars 164 cleanup() function
171 trap cleanup 0 2 3 13 # EXIT INT QUIT PIPE
checkflist 37 cleanup() function
44 trap cleanup 0 2 3 13 # EXIT INT QUIT PIPE
293 exit 0 # cleanup will exit with ${es}
  /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/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);
  /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/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 *),
  /src/distrib/utils/embedded/
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
  /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);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fence.h 57 void (*cleanup) (struct vmw_fence_action *action); member in struct:vmw_fence_action
  /src/tests/lib/libpthread/
cancelpoint.h 46 cleanup(void *cookie) function in typeref:typename:void
72 pthread_cleanup_push(&cleanup, &cleanup_done);
  /src/tests/sbin/fsck_ffs/
t_extattr.sh 34 atf_test_case fsck_extattr_enable cleanup
35 atf_test_case fsck_extattr_enable_corrupted cleanup
36 atf_test_case fsck_extattr_disable cleanup
38 cleanup() function
40 echo in cleanup
87 cleanup
155 cleanup
211 cleanup
  /src/sys/arch/x86/include/
cpuvar.h 77 void (*cleanup)(struct cpu_info *); member in struct:cpu_functions
  /src/libexec/rpc.rwalld/
rwalld.c 64 static void cleanup(int);
68 cleanup(int n) function in typeref:typename:__dead void
102 (void) signal(SIGINT, cleanup);
103 (void) signal(SIGTERM, cleanup);
104 (void) signal(SIGHUP, cleanup);
  /src/usr.bin/make/unit-tests/
opt-query.mk 22 all: .PHONY variants cleanup
56 cleanup: .PHONY target
cmdline.mk 15 all: cleanup
61 cleanup: target
  /src/sys/kern/
makesyscalls.sh 123 cleanup() { function
126 trap "cleanup" 0
  /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/libexec/rpc.rquotad/
rquotad.c 40 __dead static void cleanup(int);
45 cleanup(int dummy) function in typeref:typename:void
106 (void) signal(SIGINT, cleanup);
107 (void) signal(SIGTERM, cleanup);
108 (void) signal(SIGHUP, cleanup);
  /src/share/misc/
NetBSD.el 13 (c-cleanup-list . (brace-else-brace
65 "Enable NetBSD KNF whitespace cleanup when saving the buffer.
67 `whitespace-auto-cleanup',
82 (defun netbsd-knf-whitespace-cleanup ()
87 (whitespace-cleanup-internal))
92 (whitespace-cleanup)
99 (if whitespace-auto-cleanup
100 (netbsd-knf-whitespace-cleanup)
119 ;; check/cleanup whitespace when saving

Completed in 40 milliseconds

1 2 3