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

1 2 3 4 5 6 7 8 91011

  /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
  /src/crypto/external/bsd/openssl/dist/util/
check-format-commit.sh 36 # cleanup handler function, returns us to the root of the git tree
38 cleanup() { function
43 trap cleanup EXIT
  /src/external/bsd/libc++/dist/libcxxrt/src/
cxa_finalize.c 30 static void cleanup(void) { function
  /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
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
check_lint.sh 38 cleanup() { function
41 trap cleanup EXIT
  /src/external/bsd/bzip2/dist/
xmlproc.sh 62 cleanup() { function
84 cleanup $xmlfmtfile
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
  /src/external/bsd/openldap/dist/tests/data/tls/
create-crt.sh 48 cleanup() { function
75 $(cleanup)
90 $(cleanup)
106 $(cleanup)
119 $(cleanup)
  /src/external/bsd/unbound/dist/testcode/
run_vm.sh 37 cleanup() { function
38 echo cleanup
42 trap cleanup INT
  /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/tests/net/npf/
t_npf.sh 41 cleanup() function
56 atf_test_case "npf_${name}" cleanup
65 cleanup
  /src/external/bsd/nsd/dist/
nsd-control-setup.sh.in 70 cleanup() { function
111 trap cleanup INT
207 cleanup
  /src/external/gpl2/lvm2/dist/scripts/
vgimportclone.sh 89 function cleanup { function
125 trap cleanup 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  /src/external/ibm-public/postfix/dist/src/util/
fifo_open.c 37 static void cleanup(void) function
48 cleanup();
63 cleanup();
67 cleanup();
  /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
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
83 (void)signal(SIGINT, cleanup);
84 (void)signal(SIGTERM, cleanup);
85 (void)signal(SIGHUP, cleanup);
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpBlock.cpp 42 void Block::cleanup() { function in class:Block
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
main.c 80 /* Cleanup the runtime library. */
83 cleanup (void) function
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
main.c 80 /* Cleanup the runtime library. */
83 cleanup (void) function
  /src/external/gpl3/gdb/dist/gdb/testsuite/
make-check-all.sh 273 # Cleanup function, scheduled to run on exit.
274 cleanup () function
291 # Create tmpdir and schedule cleanup.
293 trap cleanup EXIT
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/
make-check-all.sh 247 # Cleanup function, scheduled to run on exit.
248 cleanup () function
265 # Create tmpdir and schedule cleanup.
267 trap cleanup EXIT
  /src/distrib/utils/embedded/
mkimage 79 trap "cleanup" 0 1 2 3 15
81 cleanup() { function
  /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 *),

Completed in 86 milliseconds

1 2 3 4 5 6 7 8 91011