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

1234567891011>>

/freebsd-10.0-release/usr.sbin/kgzip/
H A Dkgzip.c56 static void cleanup(void);
107 atexit(cleanup);
127 cleanup(void) function
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dutils.c99 static void do_my_cleanups (struct cleanup **, struct cleanup *);
106 /* Chain of cleanup actions established with make_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;
177 /* Add a new cleanup to the cleanup_chain,
182 struct cleanup *
[all...]
H A Ddisasm.c99 struct cleanup *ui_out_chain;
166 struct cleanup *ui_out_chain;
167 struct cleanup *ui_out_tuple_chain = make_cleanup (null_cleanup, 0);
168 struct cleanup *ui_out_list_chain = make_cleanup (null_cleanup, 0);
244 struct cleanup *ui_out_list_chain_line;
245 struct cleanup *ui_out_tuple_chain_line;
304 struct cleanup *ui_out_chain;
358 struct cleanup *cleanups = make_cleanup_ui_out_stream_delete (stb);
H A Dui-out.h83 extern struct cleanup *ui_out_begin_cleanup_end (struct ui_out *uiout,
97 extern struct cleanup *make_cleanup_ui_out_table_begin_end (struct ui_out *ui_out,
103 extern struct cleanup *make_cleanup_ui_out_list_begin_end (struct ui_out *uiout,
106 extern struct cleanup *make_cleanup_ui_out_tuple_begin_end (struct ui_out *uiout,
141 struct cleanup *make_cleanup_ui_out_stream_delete (struct ui_stream *buf);
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cpio_filename.c50 goto cleanup;
76 cleanup:
99 goto cleanup;
127 cleanup:
198 goto cleanup;
225 cleanup:
249 goto cleanup;
276 cleanup:
301 goto cleanup;
328 cleanup
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dpex-common.h137 void (*cleanup) (struct pex_obj *); member in struct:pex_funcs
/freebsd-10.0-release/contrib/gdb/gdb/mi/
H A Dmi-symbol-cmds.c38 struct cleanup *cleanup_stack, *cleanup_tuple;
H A Dmi-cmd-stack.c47 struct cleanup *cleanup_stack;
174 struct cleanup *cleanup_stack_args;
210 struct cleanup *cleanup_frame;
236 struct cleanup *cleanup_list;
288 struct cleanup *cleanup_tuple = NULL;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dcrypto.c89 for its cleanup handlers. We don't have to worry about ANY_POOL
350 goto cleanup;
363 goto cleanup;
375 goto cleanup;
382 cleanup:
447 goto cleanup;
458 goto cleanup;
467 goto cleanup;
476 cleanup:
568 goto cleanup;
[all...]
H A Dconfig_win.c214 goto cleanup;
237 goto cleanup;
247 goto cleanup;
253 goto cleanup;
256 cleanup:
/freebsd-10.0-release/lib/csu/i386-elf/
H A Dcrt1_s.S48 pushl %edx # rtld cleanup
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_findzonecut.c291 goto cleanup;
296 goto cleanup;
309 goto cleanup;
333 goto cleanup;
350 goto cleanup;
361 goto cleanup;
372 goto cleanup;
380 goto cleanup;
385 goto cleanup;
400 goto cleanup;
[all...]
/freebsd-10.0-release/share/examples/sunrpc/dir/
H A DMakefile24 clean cleanup:
/freebsd-10.0-release/share/examples/sunrpc/msg/
H A DMakefile34 clean cleanup:
/freebsd-10.0-release/usr.bin/lockf/
H A Dlockf.c42 static void cleanup(void);
142 if (atexit(cleanup) == -1)
184 cleanup(void) function
201 cleanup();
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend/
H A DMakefile3 FILES= functions-bsdlabel.sh functions-cleanup.sh functions-disk.sh \
/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dfileacc.c116 apr_status_t (*cleanup)(void *))
118 return apr_pool_userdata_set(data, key, cleanup, file->pool);
/freebsd-10.0-release/contrib/apr/threadproc/unix/
H A Dthreadpriv.c87 apr_status_t (*cleanup)(void *),
90 return apr_pool_userdata_set(data, key, cleanup, threadkey->pool);
/freebsd-10.0-release/tools/regression/sockets/reconnect/
H A Dreconnect.c99 cleanup(void) function
113 atexit(cleanup);
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c127 goto cleanup;
152 goto cleanup;
157 goto cleanup;
162 goto cleanup;
199 goto cleanup;
206 cleanup:
/freebsd-10.0-release/sys/dev/hyperv/vmbus/
H A Dhv_connection.c93 goto cleanup;
119 goto cleanup;
130 goto cleanup;
174 goto cleanup;
196 goto cleanup;
207 cleanup:
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dstore.c1364 if(ret) goto cleanup;
1366 if(ret) goto cleanup;
1368 if(ret) goto cleanup;
1370 if(ret) goto cleanup;
1372 if(ret) goto cleanup;
1374 if(ret) goto cleanup;
1393 if(ret) goto cleanup;
1395 if(ret) goto cleanup;
1397 if(ret) goto cleanup;
1399 cleanup
[all...]
/freebsd-10.0-release/usr.sbin/pkg_install/create/
H A Dperform.c134 cleanup(0);
258 signal(SIGINT, cleanup);
259 signal(SIGHUP, cleanup);
331 cleanup(0);
337 cleanup(0);
420 cleanup(0);
424 cleanup(0);
432 cleanup(0);
439 cleanup(0);
482 cleanup(
510 cleanup(int sig) function
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchanges-table.c301 goto cleanup;
305 goto cleanup;
310 goto cleanup;
360 cleanup:
420 goto cleanup;
424 goto cleanup;
443 cleanup:
/freebsd-10.0-release/lib/libc/gen/
H A Dwordexp.c165 goto cleanup;
186 goto cleanup;
191 goto cleanup;
201 goto cleanup;
205 cleanup:

Completed in 343 milliseconds

1234567891011>>