Searched refs:exists (Results 1 - 25 of 41) sorted by relevance

12

/bind-9.11.3/contrib/scripts/
H A Dcheck-secure-delegation.pl.in77 exists($ds{"$words[10] $words[5]"}));
79 if (exists($ds{"$words[10] $words[5]"}) &&
80 exists($dnskey{"$words[10] $words[5]"}));
84 if (exists($dnskey{"$words[10] $words[5]"}));
95 if (!exists($dnskeygood{$alg}));
102 if (exists($dsgood{$alg})) {
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dmacros_test.cpp294 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
295 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
308 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
309 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
323 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
324 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
355 ATF_REQUIRE(atf::fs::exists(before));
358 ATF_REQUIRE(atf::fs::exists(after));
362 ATF_REQUIRE(!atf::fs::exists(after));
405 ATF_REQUIRE(atf::fs::exists(befor
[all...]
H A Dcheck_test.cpp259 ATF_REQUIRE(atf::fs::exists(*out.get()));
260 ATF_REQUIRE(atf::fs::exists(*err.get()));
262 ATF_REQUIRE(!atf::fs::exists(*out.get()));
263 ATF_REQUIRE(!atf::fs::exists(*err.get()));
/bind-9.11.3/unit/atf-src/tools/
H A Dfs_test.cpp473 ATF_REQUIRE(!tools::fs::exists(tmpl));
474 ATF_REQUIRE( tools::fs::exists(t1));
475 ATF_REQUIRE( tools::fs::exists(t2));
501 ATF_REQUIRE(!tools::fs::exists(t1));
503 ATF_REQUIRE(!tools::fs::exists(t2));
511 ATF_TEST_CASE(exists);
512 ATF_TEST_CASE_HEAD(exists)
514 set_md_var("descr", "Tests the exists function");
516 ATF_TEST_CASE_BODY(exists)
518 using tools::fs::exists;
[all...]
H A Dfs.hpp184 //! exists in the file system.
343 //! \brief Checks if the given path exists.
345 bool exists(const path&);
356 //! \brief Checks if the given path exists, is accessible and is executable.
H A Datf-run.cpp135 if (!tools::fs::exists(corename)) {
426 assert(!tools::fs::exists(resfile));
463 if (tools::fs::exists(resfile))
467 if (tools::fs::exists(resfile))
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs_test.cpp442 ATF_TEST_CASE(exists);
443 ATF_TEST_CASE_HEAD(exists)
445 set_md_var("descr", "Tests the exists function");
447 ATF_TEST_CASE_BODY(exists)
449 using atf::fs::exists;
454 ATF_REQUIRE( exists(path("files")));
455 ATF_REQUIRE(!exists(path("file")));
456 ATF_REQUIRE(!exists(path("files2")));
458 ATF_REQUIRE( exists(path("files/.")));
459 ATF_REQUIRE( exists(pat
[all...]
H A Dfs.hpp208 //! exists in the file system.
357 //! \brief Checks if the given path exists.
359 bool exists(const path&);
370 //! \brief Checks if the given path exists, is accessible and is executable.
H A Dfs.cpp451 impl::exists(const path& p) function in class:impl
489 if (!exists(p))
/bind-9.11.3/util/
H A Dnew-func72 if ($category eq "func" && !exists($c2->{$c}) && !exists($c3->{$c})) {
H A Dupdate_branches97 next if (exists($history{$branch}));
134 if (exists($history{$_})) {
H A Dmerge_copyrights15 my %exists = ();
33 $exists{$_} = 1;
42 next unless ($exists{$_});
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck_test.c340 bool exists; local
346 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(exists);
347 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(exists);
349 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(!exists);
350 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(!exists);
H A Dmacros_test.c65 exists(const char *p) function
261 ATF_REQUIRE(exists("before"));
262 ATF_REQUIRE(exists("after"));
305 ATF_REQUIRE(exists("before"));
308 ATF_REQUIRE(exists("after"));
313 ATF_REQUIRE(!exists("after"));
362 ATF_REQUIRE(exists("before"));
363 ATF_REQUIRE(exists("after"));
403 ATF_CHECK(exists("before"));
404 ATF_CHECK(exists("afte
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c134 int exists; local
136 r = idn_ucsset_lookup(ctx->set, *str, &exists);
140 } else if (exists) {
/bind-9.11.3/lib/dns/include/dns/
H A Dnsec.h95 isc_boolean_t *exists, isc_boolean_t *data,
H A Dnsec3.h259 dns_name_t *zonename, isc_boolean_t *exists,
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c72 exists(const atf_fs_path_t *p) function
561 ATF_TC(exists); variable
562 ATF_TC_HEAD(exists, tc)
566 ATF_TC_BODY(exists, tc)
750 ATF_REQUIRE(exists(&p));
752 ATF_REQUIRE(!exists(&p));
770 ATF_REQUIRE(exists(&p));
797 ATF_REQUIRE(exists(&p));
828 ATF_REQUIRE(exists(&p1));
829 ATF_REQUIRE(exists(
[all...]
/bind-9.11.3/lib/dns/
H A Dnsec.c295 isc_boolean_t *exists, isc_boolean_t *data,
308 REQUIRE(exists != NULL);
363 *exists = ISC_TRUE;
366 "nsec proves name exists (owner) data=%d",
370 (*logit)(arg, ISC_LOG_DEBUG(3), "NSEC proves CNAME exists");
412 *exists = ISC_TRUE;
439 *exists = ISC_FALSE;
293 dns_nsec_noexistnodata(dns_rdatatype_t type, dns_name_t *name, dns_name_t *nsecname, dns_rdataset_t *nsecset, isc_boolean_t *exists, isc_boolean_t *data, dns_name_t *wild, dns_nseclog_t logit, void *arg) argument
H A Dupdate.c412 * does not exist, or if no RRset of the given type exists at the name,
500 * ISC_R_SUCCESS, set *exists to ISC_TRUE or ISC_FALSE,
504 * Return the failure result code and do not set *exists.
511 (*exists = ISC_TRUE, ISC_R_SUCCESS) : \
513 (*exists = ISC_FALSE, ISC_R_SUCCESS) : \
517 * Set '*exists' to true iff an rrset of the given type exists,
523 isc_boolean_t *exists)
532 * Set '*visible' to true if the RRset exists and is part of the
583 * Set '*exists' t
521 rrset_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_rdatatype_t covers, isc_boolean_t *exists) argument
586 name_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *exists) argument
790 non_nsec_rrset_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, isc_boolean_t *exists) argument
1592 isc_boolean_t existed, exists; local
1681 isc_boolean_t exists; local
1860 isc_boolean_t exists, existed; local
[all...]
H A Dnsec3.c323 * Set '*exists' to true iff the given name exists, to false otherwise.
327 isc_boolean_t *exists)
335 *exists = ISC_FALSE;
348 *exists = ISC_TRUE;
350 *exists = ISC_FALSE;
353 *exists = ISC_FALSE;
518 isc_boolean_t exists = ISC_FALSE; local
729 CHECK(name_exists(db, version, &empty, &exists));
730 if (exists)
326 name_exists(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, isc_boolean_t *exists) argument
1836 dns_nsec3_noexistnodata(dns_rdatatype_t type, dns_name_t* name, dns_name_t *nsec3name, dns_rdataset_t *nsec3set, dns_name_t *zonename, isc_boolean_t *exists, isc_boolean_t *data, isc_boolean_t *optout, isc_boolean_t *unknown, isc_boolean_t *setclosest, isc_boolean_t *setnearest, dns_name_t *closest, dns_name_t *nearest, dns_nseclog_t logit, void *arg) argument
[all...]
H A Dvalidator.c542 * If the DS record exists it will be secure. We can continue looking
850 isc_boolean_t exists, data; local
892 devent->name, rdataset, &exists,
896 if (exists && !data) {
902 if (!exists) {
2388 isc_boolean_t exists, data; local
2425 rdataset, &exists, &data, NULL,
2430 if (exists && !data)
2432 if (exists && !data && NEEDNODATA(val))
2435 if (!exists)
2483 isc_boolean_t exists, data, optout, unknown; local
[all...]
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-sh.cpp166 if (!atf::fs::exists(script))
/bind-9.11.3/lib/isc/win32/
H A Dfile.c189 BOOL exists = FALSE; local
201 * Rename to a backup the new file if it still exists
204 exists = TRUE;
225 if (exists == TRUE) {
236 if (exists == TRUE)
806 /* Check whether the full-length SHA256 hash filename exists */
827 * If neither hash filename already exists, then we'll use
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl196 if { [file exists $configFile] } {
549 if {[support_dll_redirection] && [file exists $prgName.local]} {
569 if {[file exists $dotlocal]} {
583 if {[file exists $dotlocal] && [catch {file delete $dotlocal}]} {
627 set local_dll [file exists $prg.local]
766 if {![file exists $prog.local]} continue
860 if {![file exists $dir]} {
982 rb4 1 "Wrap only WINSOCK2.0 if it exists.\nOtherwise wrap only WINSOCK1.1"] {

Completed in 1597 milliseconds

12