Searched refs:cleanup (Results 151 - 175 of 594) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/
H A Dmd-sha256.c78 ssh_sha256.cleanup = ssh_sha256_cleanup;
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c36 static void cleanup P((void));
135 cleanup();
137 for (; 0 < argc; cleanup(), ++argv, --argc) {
240 cleanup() function
/freebsd-11-stable/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c148 static void cleanup P((void));
309 cleanup();
313 for (; 0 < argc; cleanup(), ++argv, --argc) {
441 cleanup() function
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm.h93 * cleanup cleanup AQM status variables of queue 'q'
109 int (*cleanup)(struct dn_queue *); member in struct:dn_aqm
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_intr_v1.c197 goto cleanup;
206 goto cleanup;
213 goto cleanup;
217 cleanup:
H A Dmtk_intr_v2.c192 goto cleanup;
201 goto cleanup;
208 goto cleanup;
212 cleanup:
/freebsd-11-stable/tools/tools/pciroms/
H A Dpciroms.c140 goto cleanup;
147 cleanup:
323 goto cleanup;
330 cleanup:
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand.h84 void (*cleanup) (void); member in struct:rand_meth_st
/freebsd-11-stable/share/examples/sunrpc/dir/
H A DMakefile28 clean cleanup:
/freebsd-11-stable/share/examples/sunrpc/sort/
H A DMakefile37 clean cleanup:
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhlfsd.h127 extern RETSIGTYPE cleanup(int);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c77 static void cleanup(void *);
115 archive_read_disk_set_gname_lookup(a, gcache, lookup_gname, cleanup);
116 archive_read_disk_set_uname_lookup(a, ucache, lookup_uname, cleanup);
122 cleanup(void *data) function
H A Darchive_write_disk_set_standard_lookup.c63 static void cleanup(void *);
94 archive_write_disk_set_group_lookup(a, gcache, lookup_gid, cleanup);
95 archive_write_disk_set_user_lookup(a, ucache, lookup_uid, cleanup);
238 cleanup(void *private) function
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_tcpip.sh32 atf_test_case http cleanup
118 atf_test_case ssh cleanup
227 atf_test_case nfs cleanup
248 atf_test_case nfs_autoload cleanup
/freebsd-11-stable/contrib/netbsd-tests/net/icmp/
H A Dt_icmp_redirect.sh39 atf_test_case icmp_redirect_timeout cleanup
156 cleanup
159 atf_test_case icmp_redirect cleanup
248 # cleanup
277 cleanup
H A Dt_ping2.sh31 atf_test_case basic cleanup
/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dt_mcast.sh71 atf_test_case "mcast_${name}" cleanup
82 cleanup; \
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpnet/
H A Dt_shmif.sh28 atf_test_case crossping cleanup
/freebsd-11-stable/sys/amd64/vmm/io/
H A Diommu.h48 iommu_cleanup_func_t cleanup; member in struct:iommu_ops
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Ddigest.c284 if (ctx->digest->cleanup) {
285 ctx->digest->cleanup(ctx);
383 if (ctx->digest && ctx->digest->cleanup
385 ctx->digest->cleanup(ctx);
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dfifolog_write.h49 int cleanup; member in struct:fifolog_writer
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_impl.h100 void (*cleanup)(pam_handle_t *, void *, int); member in struct:pam_data
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Ddetach_test.sh5 atf_test_case detach_l cleanup
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_proc_mutex.h75 apr_status_t (*cleanup)(void *); member in struct:apr_proc_mutex_unix_lock_methods_t
/freebsd-11-stable/usr.bin/svn/lib/libsvn_wc/
H A DMakefile14 cleanup.c \

Completed in 324 milliseconds

1234567891011>>