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

1234567891011>>

/freebsd-11-stable/share/examples/printing/
H A Dhpdf13 cleanup() {
24 cleanup
32 trap cleanup 1 2 15
37 cleanup
58 cleanup
/freebsd-11-stable/share/examples/sunrpc/
H A DMakefile19 clean cleanup:
20 cd dir; $(MAKE) ${MFLAGS} cleanup
21 cd msg; $(MAKE) ${MFLAGS} cleanup
22 cd sort; $(MAKE) ${MFLAGS} cleanup
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dpam_set_data.c60 void (*cleanup)(pam_handle_t *pamh,
69 if (dp->cleanup)
70 (dp->cleanup)(pamh, dp->data, PAM_SUCCESS);
72 dp->cleanup = cleanup;
83 dp->cleanup = cleanup;
101 * If not =NULL, the =cleanup argument should point to a function
/freebsd-11-stable/contrib/netbsd-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 comp cleanup
129 atf_test_case comp_deflate cleanup
142 atf_test_case comp_zlib_rnd cleanup
155 atf_test_case aesctr1 cleanup
168 atf_test_case aesctr2 cleanup
181 atf_test_case gcm cleanup
[all...]
/freebsd-11-stable/lib/csu/riscv/
H A Dcrt1.c54 void __start(int argc, char **argv, char **env, void (*cleanup)(void));
61 " mv a3, a2 \n" /* cleanup */
71 __start(int argc, char **argv, char **env, void (*cleanup)(void)) argument
77 atexit(cleanup);
/freebsd-11-stable/tests/sys/audit/
H A Dutils.h39 void cleanup(void);
H A Dfile-create.c64 cleanup();
86 cleanup();
106 cleanup();
128 cleanup();
148 cleanup();
170 cleanup();
190 cleanup();
212 cleanup();
232 cleanup();
254 cleanup();
[all...]
/freebsd-11-stable/contrib/netbsd-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
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_clean.c60 newbuf->prev = curthread->cleanup;
61 curthread->cleanup = newbuf;
70 if ((old = curthread->cleanup) != NULL) {
71 curthread->cleanup = old->prev;
92 newbuf->prev = curthread->cleanup;
93 curthread->cleanup = newbuf;
/freebsd-11-stable/tests/sys/net/
H A Dif_clone_test.sh42 atf_test_case epair_stress cleanup
57 atf_test_case epair_up_stress cleanup
72 atf_test_case epair_ipv6_up_stress cleanup
88 atf_test_case faith_stress cleanup
103 atf_test_case faith_up_stress cleanup
119 atf_test_case faith_ipv6_up_stress cleanup
135 atf_test_case gif_stress cleanup
150 atf_test_case gif_up_stress cleanup
166 atf_test_case gif_ipv6_up_stress cleanup
182 atf_test_case lo_stress cleanup
[all...]
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_inherit.h24 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \
39 cleanup, apr_pool_cleanup_null); \
44 #define APR_IMPLEMENT_INHERIT_UNSET(name, flag, pool, cleanup) \
59 cleanup, cleanup); \
/freebsd-11-stable/lib/libc/stdlib/
H A Dquick_exit.c41 void (*cleanup)(void); member in struct:quick_exit_handler
49 * Stack of cleanup handlers. These will be invoked in reverse order when
62 h->cleanup = func;
82 h->cleanup();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h54 /// Register cleanup handler, which is used when the recovery context is
57 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
59 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
114 /// Abstract base class of cleanup handlers.
142 /// Base class of cleanup handler that controls recovery of resources of the
151 /// This class factors out creation of a cleanup handler. The latter requires
161 /// Creates cleanup handler.
240 /// destructor of CrashRecoveryContextCleanupRegistrar removes cleanup code from
243 /// and the resource is reclaimed by cleanup object registered in the recovery
247 CrashRecoveryContextCleanup *cleanup;
[all...]
/freebsd-11-stable/contrib/groff/src/utils/indxbib/
H A Dsignal.c39 extern void cleanup(void);
44 cleanup();
/freebsd-11-stable/lib/csu/aarch64/
H A Dcrt1.c57 " mov x3, x2 \n" /* cleanup */
67 __start(int argc, char *argv[], char *env[], void (*cleanup)(void)) argument
73 atexit(cleanup);
/freebsd-11-stable/lib/csu/amd64/
H A Dcrt1.c49 _start(char **ap, void (*cleanup)(void)) argument
61 atexit(cleanup);
/freebsd-11-stable/lib/csu/i386/
H A Dcrt1_c.c53 _start1(fptr cleanup, int argc, char *argv[]) argument
60 atexit(cleanup);
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-var.c48 struct cleanup *old_cleanups;
60 /* Add cleanup for name. Must be free_current_contents as
120 struct cleanup *old_cleanups;
126 /* Add cleanup for name. Must be free_current_contents as
257 struct cleanup *cleanup_children;
294 struct cleanup *cleanup_child;
427 struct cleanup *cleanup; local
443 cleanup = make_cleanup_ui_out_tuple_begin_end (uiout, "changelist");
445 cleanup
486 struct cleanup *cleanup = NULL; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.sbin/useradd/
H A Dt_useradd.sh32 atf_test_case longname cleanup
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.freopen.ksh52 cleanup() function
84 cleanup
94 cleanup
103 cleanup
/freebsd-11-stable/libexec/rpc.rusersd/
H A Drusersd.c47 cleanup(int sig __unused) function
76 (void) signal(SIGINT, cleanup);
77 (void) signal(SIGTERM, cleanup);
78 (void) signal(SIGHUP, cleanup);
/freebsd-11-stable/usr.bin/bmake/tests/sysmk/t1/2/1/
H A DMakefile9 ${PACKAGE}FILES+= cleanup
/freebsd-11-stable/usr.bin/bmake/tests/sysmk/t2/2/1/
H A DMakefile9 ${PACKAGE}FILES+= cleanup
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp68 // cleanup code crashes.
150 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) argument
152 if (!cleanup)
155 head->prev = cleanup;
156 cleanup->next = head;
157 head = cleanup;
161 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { argument
162 if (!cleanup)
164 if (cleanup == head) {
165 head = cleanup
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dt_hostent.sh64 atf_test_case gethostbyname4 cleanup
79 atf_test_case gethostbyname6 cleanup cleanup
94 atf_test_case gethostbyaddr4 cleanup
109 atf_test_case gethostbyaddr6 cleanup
164 atf_test_case dnsbynamelookup4 cleanup
179 atf_test_case dnsbynamelookup6 cleanup
194 atf_test_case dnsbyaddrlookup4 cleanup
209 atf_test_case dnsbyaddrlookup6 cleanup

Completed in 265 milliseconds

1234567891011>>