Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/NextBSD/contrib/netbsd-tests/crypto/opencrypto/
HDt_opencrypto.sh72 atf_test_case arc4 cleanup
86 atf_test_case camellia cleanup
99 atf_test_case cbcdes cleanup
112 atf_test_case comp cleanup
125 atf_test_case comp_deflate cleanup
138 atf_test_case comp_zlib_rnd cleanup
151 atf_test_case aesctr1 cleanup
164 atf_test_case aesctr2 cleanup
177 atf_test_case gcm cleanup
190 atf_test_case md5 cleanup
[all …]
/NextBSD/contrib/gdb/gdb/
HDdefs.h266 struct cleanup struct
268 struct cleanup *next; argument
354 extern void do_cleanups (struct cleanup *);
355 extern void do_final_cleanups (struct cleanup *);
356 extern void do_run_cleanups (struct cleanup *);
357 extern void do_exec_cleanups (struct cleanup *);
358 extern void do_exec_error_cleanups (struct cleanup *);
360 extern void discard_cleanups (struct cleanup *);
361 extern void discard_final_cleanups (struct cleanup *);
362 extern void discard_exec_error_cleanups (struct cleanup *);
[all …]
HDutils.c99 static void do_my_cleanups (struct cleanup **, struct cleanup *);
109 static struct cleanup *cleanup_chain; /* cleaned up after a failed command */
110 static struct cleanup *final_cleanup_chain; /* cleaned up when gdb exits */
111 static struct cleanup *run_cleanup_chain; /* cleaned up on each 'run' */
112 static struct cleanup *exec_cleanup_chain; /* cleaned up on each execution command */
114 static struct cleanup *exec_error_cleanup_chain;
181 struct cleanup *
187 struct cleanup *
193 struct cleanup *
199 struct cleanup *
[all …]
/NextBSD/usr.sbin/pkg/
HDpkg.c106 goto cleanup; in extract_pkg_static()
111 goto cleanup; in extract_pkg_static()
136 cleanup: in extract_pkg_static()
257 goto cleanup; in fetch_to_fd()
266 cleanup: in fetch_to_fd()
445 goto cleanup; in sha256_fd()
450 goto cleanup; in sha256_fd()
460 goto cleanup; in sha256_fd()
467 cleanup: in sha256_fd()
532 goto cleanup; in rsa_verify_cert()
[all …]
/NextBSD/contrib/llvm/include/llvm/Support/
HDCrashRecoveryContext.h52 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
53 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
184 CrashRecoveryContextCleanup *cleanup; variable
187 : cleanup(Cleanup::create(x)) { in CrashRecoveryContextCleanupRegistrar()
188 if (cleanup) in CrashRecoveryContextCleanupRegistrar()
189 cleanup->getContext()->registerCleanup(cleanup); in CrashRecoveryContextCleanupRegistrar()
197 if (cleanup && !cleanup->cleanupFired) in unregister()
198 cleanup->getContext()->unregisterCleanup(cleanup); in unregister()
199 cleanup = 0; in unregister()
/NextBSD/contrib/llvm/lib/Support/
HDCrashRecoveryContext.cpp105 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup() argument
107 if (!cleanup) in registerCleanup()
110 head->prev = cleanup; in registerCleanup()
111 cleanup->next = head; in registerCleanup()
112 head = cleanup; in registerCleanup()
116 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup() argument
117 if (!cleanup) in unregisterCleanup()
119 if (cleanup == head) { in unregisterCleanup()
120 head = cleanup->next; in unregisterCleanup()
125 cleanup->prev->next = cleanup->next; in unregisterCleanup()
[all …]
/NextBSD/contrib/gdb/gdb/mi/
HDmi-cmd-var.c48 struct cleanup *old_cleanups; in mi_cmd_var_create()
120 struct cleanup *old_cleanups; in mi_cmd_var_delete()
257 struct cleanup *cleanup_children; in mi_cmd_var_list_children()
294 struct cleanup *cleanup_child; in mi_cmd_var_list_children()
427 struct cleanup *cleanup; in mi_cmd_var_update() local
443 cleanup = make_cleanup_ui_out_tuple_begin_end (uiout, "changelist"); in mi_cmd_var_update()
445 cleanup = make_cleanup_ui_out_list_begin_end (uiout, "changelist"); in mi_cmd_var_update()
448 do_cleanups (cleanup); in mi_cmd_var_update()
458 do_cleanups (cleanup); in mi_cmd_var_update()
468 cleanup = make_cleanup_ui_out_tuple_begin_end (uiout, "changelist"); in mi_cmd_var_update()
[all …]
HDmi-main.c286 struct cleanup *cleanup; in mi_cmd_data_list_register_names() local
296 cleanup = make_cleanup_ui_out_list_begin_end (uiout, "register-names"); in mi_cmd_data_list_register_names()
318 do_cleanups (cleanup); in mi_cmd_data_list_register_names()
328 do_cleanups (cleanup); in mi_cmd_data_list_register_names()
337 struct cleanup *cleanup; in mi_cmd_data_list_changed_registers() local
347 cleanup = make_cleanup_ui_out_list_begin_end (uiout, "changed-registers"); in mi_cmd_data_list_changed_registers()
361 do_cleanups (cleanup); in mi_cmd_data_list_changed_registers()
384 do_cleanups (cleanup); in mi_cmd_data_list_changed_registers()
394 do_cleanups (cleanup); in mi_cmd_data_list_changed_registers()
399 do_cleanups (cleanup); in mi_cmd_data_list_changed_registers()
[all …]
/NextBSD/tools/regression/security/access/
HDtestaccess.c149 cleanup(void) in cleanup() function
180 cleanup(); in main()
188 cleanup(); in main()
195 cleanup(); in main()
202 cleanup(); in main()
213 cleanup(); in main()
236 cleanup(); in main()
243 cleanup(); in main()
282 cleanup(); in main()
289 cleanup(); in main()
[all …]
/NextBSD/contrib/netbsd-tests/sbin/sysctl/
HDt_perm.sh73 atf_test_case sysctl_ddb cleanup
89 atf_test_case sysctl_hw cleanup
105 atf_test_case sysctl_kern cleanup
122 atf_test_case sysctl_machdep cleanup
138 atf_test_case sysctl_net cleanup
154 atf_test_case sysctl_security cleanup
170 atf_test_case sysctl_vfs cleanup
186 atf_test_case sysctl_vm cleanup
/NextBSD/contrib/openpam/lib/libpam/
HDpam_set_data.c60 void (*cleanup)(pam_handle_t *pamh, in pam_set_data()
71 if (dp->cleanup) in pam_set_data()
72 (dp->cleanup)(pamh, dp->data, PAM_SUCCESS); in pam_set_data()
74 dp->cleanup = cleanup; in pam_set_data()
85 dp->cleanup = cleanup; in pam_set_data()
/NextBSD/crypto/openssl/crypto/evp/
HDevp_locl.h135 key_len, iv_len, flags, init_key, cleanup, \ argument
142 cleanup, \
151 iv_len, flags, init_key, cleanup, set_asn1, \ argument
154 iv_len, flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
157 iv_len, cbits, flags, init_key, cleanup, \ argument
160 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
164 iv_len, cbits, flags, init_key, cleanup, \ argument
167 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
171 flags, init_key, cleanup, set_asn1, \ argument
174 0, flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
[all …]
/NextBSD/contrib/netbsd-tests/lib/libc/net/
HDt_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
/NextBSD/usr.sbin/makefs/tests/
HDmakefs_cd9660_tests.sh64 atf_test_case D_flag cleanup
91 atf_test_case F_flag cleanup
110 atf_test_case from_mtree_spec_file cleanup
130 atf_test_case from_multiple_dirs cleanup
152 atf_test_case from_single_dir cleanup
168 atf_test_case o_flag_allow_deep_trees cleanup
188 atf_test_case o_flag_allow_max_name cleanup
211 atf_test_case o_flag_isolevel_1 cleanup
229 atf_test_case o_flag_isolevel_2 cleanup
245 atf_test_case o_flag_isolevel_3 cleanup
[all …]
/NextBSD/contrib/libarchive/libarchive/test/
HDtest_read_format_cpio_filename.c50 goto cleanup; in test_read_format_cpio_filename_eucJP_UTF8()
76 cleanup: in test_read_format_cpio_filename_eucJP_UTF8()
99 goto cleanup; in test_read_format_cpio_filename_UTF8_eucJP()
127 cleanup: in test_read_format_cpio_filename_UTF8_eucJP()
198 goto cleanup; in test_read_format_cpio_filename_CP866_KOI8R()
225 cleanup: in test_read_format_cpio_filename_CP866_KOI8R()
249 goto cleanup; in test_read_format_cpio_filename_CP866_UTF8()
276 cleanup: in test_read_format_cpio_filename_CP866_UTF8()
301 goto cleanup; in test_read_format_cpio_filename_KOI8R_CP866()
328 cleanup: in test_read_format_cpio_filename_KOI8R_CP866()
[all …]
HDtest_read_format_gtar_filename.c50 goto cleanup; in test_read_format_gtar_filename_eucJP_UTF8()
76 cleanup: in test_read_format_gtar_filename_eucJP_UTF8()
101 goto cleanup; in test_read_format_gtar_filename_CP866_KOI8R()
128 cleanup: in test_read_format_gtar_filename_CP866_KOI8R()
152 goto cleanup; in test_read_format_gtar_filename_CP866_UTF8()
179 cleanup: in test_read_format_gtar_filename_CP866_UTF8()
204 goto cleanup; in test_read_format_gtar_filename_KOI8R_CP866()
231 cleanup: in test_read_format_gtar_filename_KOI8R_CP866()
255 goto cleanup; in test_read_format_gtar_filename_KOI8R_UTF8()
282 cleanup: in test_read_format_gtar_filename_KOI8R_UTF8()
[all …]
HDtest_read_format_ustar_filename.c50 goto cleanup; in test_read_format_ustar_filename_eucJP_UTF8()
76 cleanup: in test_read_format_ustar_filename_eucJP_UTF8()
101 goto cleanup; in test_read_format_ustar_filename_CP866_KOI8R()
128 cleanup: in test_read_format_ustar_filename_CP866_KOI8R()
152 goto cleanup; in test_read_format_ustar_filename_CP866_UTF8()
179 cleanup: in test_read_format_ustar_filename_CP866_UTF8()
204 goto cleanup; in test_read_format_ustar_filename_KOI8R_CP866()
231 cleanup: in test_read_format_ustar_filename_KOI8R_CP866()
255 goto cleanup; in test_read_format_ustar_filename_KOI8R_UTF8()
282 cleanup: in test_read_format_ustar_filename_KOI8R_UTF8()
[all …]
HDtest_read_format_zip_filename.c50 goto cleanup; in test_read_format_zip_filename_CP932_eucJP()
79 cleanup: in test_read_format_zip_filename_CP932_eucJP()
103 goto cleanup; in test_read_format_zip_filename_CP932_UTF8()
152 cleanup: in test_read_format_zip_filename_CP932_UTF8()
176 goto cleanup; in test_read_format_zip_filename_UTF8_eucJP()
219 cleanup: in test_read_format_zip_filename_UTF8_eucJP()
331 goto cleanup; in test_read_format_zip_filename_CP866_KOI8R()
358 cleanup: in test_read_format_zip_filename_CP866_KOI8R()
382 goto cleanup; in test_read_format_zip_filename_CP866_UTF8()
409 cleanup: in test_read_format_zip_filename_CP866_UTF8()
[all …]
/NextBSD/share/examples/printing/
HDhpdf13 cleanup() {
24 cleanup
32 trap cleanup 1 2 15
37 cleanup
58 cleanup
/NextBSD/sbin/mdconfig/tests/
HDmdconfig_test.sh49 atf_test_case attach_vnode_non_explicit_type cleanup
73 atf_test_case attach_vnode_implicit_a_f cleanup
97 atf_test_case attach_vnode_explicit_type cleanup
122 atf_test_case attach_vnode_smaller_than_file cleanup
147 atf_test_case attach_vnode_larger_than_file cleanup
172 atf_test_case attach_vnode_sector_size cleanup
197 atf_test_case attach_malloc cleanup
221 atf_test_case attach_swap cleanup
245 atf_test_case attach_with_specific_unit_number cleanup
/NextBSD/lib/libthr/thread/
HDthr_clean.c59 newbuf->prev = curthread->cleanup; in __pthread_cleanup_push_imp()
60 curthread->cleanup = newbuf; in __pthread_cleanup_push_imp()
69 if ((old = curthread->cleanup) != NULL) { in __pthread_cleanup_pop_imp()
70 curthread->cleanup = old->prev; in __pthread_cleanup_pop_imp()
91 newbuf->prev = curthread->cleanup; in _pthread_cleanup_push()
92 curthread->cleanup = newbuf; in _pthread_cleanup_push()
/NextBSD/lib/libmach/mach/
HDmach_msg.c342 goto cleanup; in mach_msg_server_once()
349 goto cleanup; in mach_msg_server_once()
374 goto cleanup; in mach_msg_server_once()
389 goto cleanup; in mach_msg_server_once()
429 goto cleanup; in mach_msg_server_once()
435 goto cleanup; in mach_msg_server_once()
440 goto cleanup; in mach_msg_server_once()
443 cleanup: in mach_msg_server_once()
478 goto cleanup; in mach_msg_server()
485 goto cleanup; in mach_msg_server()
[all …]
/NextBSD/contrib/gcc/cp/
HDexcept.c225 tree fn, cleanup; in do_end_catch() local
236 cleanup = build_function_call (fn, NULL_TREE); in do_end_catch()
237 TREE_NOTHROW (cleanup) = dtor_nothrow (type); in do_end_catch()
239 return cleanup; in do_end_catch()
574 tree cleanup; in wrap_cleanups_r() local
585 cleanup = TARGET_EXPR_CLEANUP (exp); in wrap_cleanups_r()
586 if (cleanup) in wrap_cleanups_r()
588 cleanup = build1 (MUST_NOT_THROW_EXPR, void_type_node, cleanup); in wrap_cleanups_r()
589 TARGET_EXPR_CLEANUP (exp) = cleanup; in wrap_cleanups_r()
647 tree cleanup; in build_throw() local
[all …]
/NextBSD/contrib/atf/test-programs/
HDsh_helpers.sh30 atf_test_case cleanup_pass cleanup
41 if [ $(atf_config_get cleanup no) = yes ]; then
46 atf_test_case cleanup_fail cleanup
58 if [ $(atf_config_get cleanup no) = yes ]; then
63 atf_test_case cleanup_skip cleanup
75 if [ $(atf_config_get cleanup no) = yes ]; then
80 atf_test_case cleanup_curdir cleanup
94 atf_test_case cleanup_sigterm cleanup
/NextBSD/crypto/heimdal/lib/krb5/
HDverify_init.c104 goto cleanup; in krb5_verify_init_creds()
111 goto cleanup; in krb5_verify_init_creds()
121 goto cleanup; in krb5_verify_init_creds()
126 goto cleanup; in krb5_verify_init_creds()
131 goto cleanup; in krb5_verify_init_creds()
150 goto cleanup; in krb5_verify_init_creds()
166 goto cleanup; in krb5_verify_init_creds()
178 cleanup: in krb5_verify_init_creds()

12345678910>>...26