Searched refs:cleanup (Results 251 - 275 of 594) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h122 void cleanup (int sig);
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c123 void cleanup(int);
315 signal(SIGCHLD, cleanup);
318 cleanup(0);
470 cleanup(int signo __unused) function
/freebsd-11-stable/crypto/openssh/
H A Dcipher-ctr.c137 aes_ctr.cleanup = ssh_aes_ctr_cleanup;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcrypto.h81 void (*cleanup)(krb5_context, struct _krb5_key_data *); member in struct:_krb5_key_type
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c177 static void cleanup P((void));
331 if (nerror) cleanup();
333 else for (; 0 < argc; cleanup(), ++argv, --argc) {
514 cleanup() function
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_int.h100 * Any code that will need cleanup operations should use these functions to
129 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
/freebsd-11-stable/contrib/netbsd-tests/net/if/
H A Dt_ifconf.sh33 atf_test_case basic cleanup
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtcpd.h44 void (*cleanup) (struct request_info *); /* cleanup function or 0 */ member in struct:request_info
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dbio_asn1.c122 asn1_ps_func *cleanup, asn1_bio_state_t next);
296 asn1_ps_func *cleanup, asn1_bio_state_t next)
309 if (cleanup)
310 cleanup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg);
295 asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *cleanup, asn1_bio_state_t next) argument
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mount.sh98 atf_test_case large cleanup
H A Dt_remove.sh51 atf_test_case uchg cleanup
H A Dt_vnd.sh35 atf_test_case basic cleanup
/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c243 goto cleanup;
312 cleanup:
407 goto cleanup;
412 cleanup:
/freebsd-11-stable/release/tools/
H A Dvmimage.subr10 trap "cleanup" INT QUIT TRAP ABRT TERM
59 cleanup
63 cleanup() {
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_userdel_test.sh10 atf_test_case rmuser_seperate_group cleanup
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dext.h88 cleanup(int),
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBlock.h87 void cleanup();
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockets.c490 apr_status_t (*cleanup) (void *))
499 if (cleanup) {
500 apr_pool_cleanup_register(sock->pool, data, cleanup, cleanup);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsol-thread.c463 struct cleanup *old_chain;
496 struct cleanup *old_chain;
736 struct cleanup *old_chain;
767 struct cleanup *old_chain;
1045 struct cleanup *old_chain;
1149 struct cleanup *old_chain;
1172 struct cleanup *old_chain;
1281 struct cleanup *old_chain;
1304 struct cleanup *old_chain;
H A Dmipsread.c85 struct cleanup *back_to;
243 struct cleanup *cleanups;
435 mipscoff_symfile_finish, /* sym_finish: finished with file, cleanup */
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c287 goto cleanup;
301 goto cleanup;
304 goto cleanup;
310 goto cleanup;
316 goto cleanup;
322 goto cleanup;
328 goto cleanup;
339 goto cleanup;
343 goto cleanup;
349 goto cleanup;
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c55 cleanup(void) function
124 atexit(cleanup);
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh58 atf_test_case "${name}" cleanup
74 atf_test_case "${name}" cleanup
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dmacros.hpp67 void cleanup(void) const; \
89 atfu_tc_ ## name::cleanup(void) \
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dthread.c273 apr_status_t (*cleanup)(void *),
276 return apr_pool_userdata_set(data, key, cleanup, thread->pool);

Completed in 235 milliseconds

<<11121314151617181920>>