Searched defs:cleanup (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs_test.cpp121 ATF_TEST_CASE(cleanup); variable
122 ATF_TEST_CASE_HEAD(cleanup)
124 set_md_var("descr", "Tests the cleanup function");
126 ATF_TEST_CASE_BODY(cleanup)
128 using atf::atf_run::cleanup;
142 cleanup(p);
149 set_md_var("descr", "Tests the cleanup function");
153 using atf::atf_run::cleanup;
160 cleanup(atf::fs::path("aux/root"));
171 set_md_var("descr", "Tests the cleanup functio
[all...]
H A Dfs.cpp66 // The cleanup routines below are tricky: they are executed immediately after
123 throw atf::system_error(IMPL_NAME "::cleanup(" +
177 throw atf::system_error(IMPL_NAME "::cleanup(" + in_path.str() +
216 cleanup(*m_path);
245 impl::cleanup(const atf::fs::path& p) function in class:impl
/bind-9.6-ESV-R11/bin/named/
H A Dmain.c802 cleanup(void) { function
1003 cleanup();
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h174 /* cleanup */
175 void (*cleanup)(void); member in struct:dst_func
H A Dzone.c1367 goto cleanup;
1381 goto cleanup;
1394 goto cleanup;
1418 goto cleanup;
1430 goto cleanup;
1445 goto cleanup;
1460 goto cleanup;
1477 goto cleanup;
1490 goto cleanup;
1501 goto cleanup;
4856 dns_nsec3chainlist_t cleanup; local
5659 dns_signinglist_t cleanup; local
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dmessage.h223 isc_bufferlist_t cleanup; member in struct:dns_message
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtc.c550 atf_tc_body_t body, atf_tc_cleanup_t cleanup,
564 tc->pimpl->m_cleanup = cleanup;
578 if (cleanup != NULL) {
579 err = atf_tc_set_md_var(tc, "has.cleanup", "true");
549 atf_tc_init(atf_tc_t *tc, const char *ident, atf_tc_head_t head, atf_tc_body_t body, atf_tc_cleanup_t cleanup, const char *const *config) argument
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp173 (*iter).second->cleanup();
301 impl::tc::cleanup(void) function in class:impl::tc
629 else if (partname == "cleanup")
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c2710 cleanup(void) { function
2711 ddebug("cleanup()");
2814 cleanup();

Completed in 3284 milliseconds