Home
last modified time | relevance | path

Searched refs:verified (Results 1 – 25 of 91) sorted by relevance

1234

/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Compare/
H A DMeta.t68 { verified => F(), got => 'Bar' },
69 { verified => F(), got => 'ARRAY' },
70 { verified => F(), got => $not_it },
71 { verified => F(), got => $not_it },
72 { verified => F(), got => 1 },
80 { verified => F(), got => undef },
81 { verified => F(), got => undef },
82 { verified => F(), got => 'a' },
83 { verified => F(), got => 'a' },
84 { verified => F(), got => undef },
H A DHash.t108 verified => F(),
115 verified => F(),
130 verified => F(),
138 verified => F(),
152 verified => F(),
159 verified => F(),
172 verified => F(),
H A DDelta.t156 my $one = $CLASS->new(verified => 0);
157 ok($one->should_show, "not verified, always show");
160 ok(!$one->should_show, "verified, do not show");
164 ok(!$one->should_show, "verified, check is uninteresting");
177 my $root = $CLASS->new(verified => 1);
202 my $one = $CLASS->new(verified => 0);
218 my $one = $CLASS->new(verified => 0);
233 my $one = $CLASS->new(verified => 0);
257 my $one = $CLASS->new(verified => 0);
381 return $d->verified ? '*' : '';
[all …]
H A DRef.t10 ok($one->verify(exists => 1, got => $ref), "verified ref");
H A DBase.t34 verified => '',
/openbsd/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_location.py75 verified = False
78 verified = True
80 self.assertTrue(verified)
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Compare/
H A DBag.pm100 verified => undef,
135 verified => undef,
H A DObject.pm112 verified => undef,
139 verified => undef,
H A DOrderedSubset.pm82 verified => 0,
H A DSet.pm91 verified => 0,
H A DBase.pm114 verified => $ok,
H A DHash.pm178 verified => undef,
/openbsd/usr.sbin/nsd/doc/
H A DNSD-VERIFY-MODS40 read. If some should be loaded (because they verified or didn't need to be
41 verified) and some not, we have a problem because the database is updated
47 When an update is verified this will be modified to DIFF_COMMITTED (1),
49 was applied and verified successfully. When a reload resulted in one or
99 Verifiers are informed on how a zone can be verified through environment
184 prevent a bad zone from being verified again and again, xfrd remembers the
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DSIGNATURE10 validity. If "==> Signature verified OK! <==" is not displayed,
/openbsd/gnu/usr.bin/perl/lib/Tie/
H A DScalar.t43 is( $scalar, 'fetch me', 'STORE() and FETCH() verified with one test!' );
/openbsd/usr.bin/file/magdir/
H A Dframe43 # XXX - this book entry should be verified, if you find one, uncomment this
/openbsd/sbin/unwind/libunbound/validator/
H A Dval_utils.c409 int *verified, char* reasonbuf, size_t reasonlen) in val_verify_rrset() argument
419 *verified = 0; in val_verify_rrset()
428 *verified = 0; in val_verify_rrset()
434 reason_bogus, section, qstate, verified, reasonbuf, reasonlen); in val_verify_rrset()
469 int* verified, char* reasonbuf, size_t reasonlen) in val_verify_rrset_entry() argument
483 reason_bogus, section, qstate, verified, reasonbuf, reasonlen); in val_verify_rrset_entry()
H A Dval_sigcrypt.h276 sldns_pkt_section section, struct module_qstate* qstate, int* verified,
H A Dval_nsec.c184 int verified = 0; in nsec_verify_rrset() local
192 reason_bogus, LDNS_SECTION_AUTHORITY, qstate, &verified, in nsec_verify_rrset()
H A Dval_utils.h136 int* verified, char* reasonbuf, size_t reasonlen);
/openbsd/usr.sbin/unbound/validator/
H A Dval_utils.c409 int *verified, char* reasonbuf, size_t reasonlen) in val_verify_rrset() argument
419 *verified = 0; in val_verify_rrset()
428 *verified = 0; in val_verify_rrset()
434 reason_bogus, section, qstate, verified, reasonbuf, reasonlen); in val_verify_rrset()
469 int* verified, char* reasonbuf, size_t reasonlen) in val_verify_rrset_entry() argument
483 reason_bogus, section, qstate, verified, reasonbuf, reasonlen); in val_verify_rrset_entry()
H A Dval_sigcrypt.h276 sldns_pkt_section section, struct module_qstate* qstate, int* verified,
H A Dval_nsec.c184 int verified = 0; in nsec_verify_rrset() local
192 reason_bogus, LDNS_SECTION_AUTHORITY, qstate, &verified, in nsec_verify_rrset()
H A Dval_utils.h136 int* verified, char* reasonbuf, size_t reasonlen);
/openbsd/lib/libcurses/tinfo/
H A Dwrite_entry.c128 static bool verified[sizeof(dirnames)]; in check_writeable() local
135 } else if (!verified[s - dirnames]) { in check_writeable()
140 verified[s - dirnames] = TRUE; in check_writeable()

1234