Searched refs:cleanup (Results 51 - 75 of 594) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/pkg/
H A Dpkg.c108 goto cleanup;
113 goto cleanup;
138 cleanup:
259 goto cleanup;
268 cleanup:
447 goto cleanup;
452 goto cleanup;
462 goto cleanup;
469 cleanup:
534 goto cleanup;
[all...]
/freebsd-11-stable/usr.bin/sdiff/
H A Dedit.c27 cleanup(const char *filename) function
156 cleanup(filename);
167 cleanup(filename);
173 cleanup(filename);
185 cleanup(filename);
199 cleanup(filename);
/freebsd-11-stable/usr.sbin/makefs/tests/
H A Dmakefs_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...]
H A Dmakefs_ffs_tests.sh57 atf_test_case autocalculate_image_size cleanup
79 atf_test_case D_flag cleanup
106 atf_test_case F_flag cleanup
125 atf_test_case from_mtree_spec_file cleanup
146 atf_test_case from_multiple_dirs cleanup
168 atf_test_case from_single_dir cleanup
184 atf_test_case o_flag_version_1 cleanup
216 atf_test_case o_flag_version_2 cleanup
/freebsd-11-stable/contrib/netbsd-tests/fs/zfs/
H A Dt_zpool.sh32 atf_test_case create cleanup
/freebsd-11-stable/contrib/netbsd-tests/modules/
H A Dt_abi_uvm.sh28 atf_test_case PAGE_SIZE cleanup
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab_filename.c50 goto cleanup;
82 cleanup:
107 goto cleanup;
160 cleanup:
H A Dtest_read_format_gtar_filename.c51 goto cleanup;
79 cleanup:
105 goto cleanup;
132 cleanup:
157 goto cleanup;
184 cleanup:
210 goto cleanup;
237 cleanup:
262 goto cleanup;
289 cleanup
[all...]
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcu.c146 signal(SIGINT, cleanup);
147 signal(SIGQUIT, cleanup);
148 signal(SIGHUP, cleanup);
149 signal(SIGTERM, cleanup);
/freebsd-11-stable/contrib/netbsd-tests/net/if_vlan/
H A Dt_vlan.sh36 atf_test_case vlan_create_destroy cleanup
61 cleanup
64 atf_test_case vlan_basic cleanup
107 cleanup
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_vnode_leak.sh28 atf_test_case main cleanup
/freebsd-11-stable/libexec/rpc.sprayd/
H A Dsprayd.c65 cleanup(int sig __unused) function
98 (void)signal(SIGINT, cleanup);
99 (void)signal(SIGTERM, cleanup);
100 (void)signal(SIGHUP, cleanup);
/freebsd-11-stable/sbin/mdconfig/tests/
H A Dmdconfig_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
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_sh.sh39 atf_test_case runscript cleanup
60 atf_test_case redirect cleanup
/freebsd-11-stable/tests/sys/audit/
H A Dioctl.c69 cleanup();
93 cleanup();
H A Dmiscellaneous.c71 cleanup();
138 cleanup();
162 cleanup();
193 cleanup();
217 cleanup();
/freebsd-11-stable/lib/csu/arm/
H A Dcrt1.c76 " mov r5, r2 /* cleanup */ \n"
94 const struct Struct_Obj_Entry *obj __unused, void (*cleanup)(void))
103 atexit(cleanup);
93 __start(int argc, char **argv, char **env, struct ps_strings *ps_strings, const struct Struct_Obj_Entry *obj __unused, void (*cleanup)(void)) argument
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dffs_common.sh44 atf_test_case "${name}" cleanup
70 atf_test_case "${name}" cleanup
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_lock_test.sh7 atf_test_case user_locking cleanup
19 atf_test_case numeric_locking cleanup
/freebsd-11-stable/contrib/gcc/cp/
H A Dexcept.c93 propagated out of a cleanup region. */
225 tree fn, cleanup; local
236 cleanup = build_function_call (fn, NULL_TREE);
237 TREE_NOTHROW (cleanup) = dtor_nothrow (type);
239 return cleanup;
242 /* This routine creates the cleanup for the current exception. */
547 /* Call __cxa_free_exception from a cleanup. This is never invoked
574 tree cleanup; local
585 cleanup = TARGET_EXPR_CLEANUP (exp);
586 if (cleanup)
647 tree cleanup; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dproc-service.c75 struct cleanup *old_chain = save_inferior_ptid ();
236 struct cleanup *old_chain = save_inferior_ptid ();
253 struct cleanup *old_chain = save_inferior_ptid ();
272 struct cleanup *old_chain = save_inferior_ptid ();
290 struct cleanup *old_chain = save_inferior_ptid ();
/freebsd-11-stable/contrib/netbsd-tests/lib/librumpclient/
H A Dt_exec.sh32 atf_test_case noexec cleanup
55 atf_test_case exec cleanup
78 atf_test_case cloexec cleanup
101 atf_test_case vfork cleanup
130 atf_test_case threxec cleanup
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-main.c286 struct cleanup *cleanup; local
296 cleanup = make_cleanup_ui_out_list_begin_end (uiout, "register-names");
318 do_cleanups (cleanup);
328 do_cleanups (cleanup);
337 struct cleanup *cleanup; local
347 cleanup = make_cleanup_ui_out_list_begin_end (uiout, "changed-registers");
361 do_cleanups (cleanup);
384 do_cleanups (cleanup);
1223 struct cleanup *cleanup = make_cleanup (xfree, msg); local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/arp/
H A Dt_arp.sh38 atf_test_case arp_cache_expiration_5s cleanup
39 atf_test_case arp_cache_expiration_10s cleanup
40 atf_test_case arp_command cleanup
41 atf_test_case arp_garp cleanup
42 atf_test_case arp_cache_overwriting cleanup
43 atf_test_case arp_proxy_arp_pub cleanup
44 atf_test_case arp_proxy_arp_pubproxy cleanup
45 atf_test_case arp_link_activation cleanup
46 atf_test_case arp_static cleanup
550 cleanup
[all...]
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_audit.c351 goto cleanup;
364 goto cleanup;
373 goto cleanup;
379 cleanup:
413 goto cleanup;
419 goto cleanup;
425 cleanup:

Completed in 250 milliseconds

1234567891011>>