Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/openbsd-src/lib/libkeynote/
H A Dassertion.h40 struct assertion *ks_assertion_table[HASHTABLESIZE];
56 struct assertion struct
83 struct assertion *as_next; argument
117 extern struct assertion *keynote_current_assertion;
144 extern struct assertion *keynote_parse_assertion(char *, int, int);
145 extern int keynote_evaluate_authorizer(struct assertion *, int);
146 extern struct assertion *keynote_find_assertion(void *, int, int);
149 extern int keynote_sigverify_assertion(struct assertion *);
150 extern int keynote_evaluate_assertion(struct assertion *);
151 extern int keynote_parse_keypred(struct assertion *, int);
[all …]
H A Dparse_assertion.c39 rec_evaluate_query(struct assertion *as) in rec_evaluate_query()
41 struct assertion *ast; in rec_evaluate_query()
176 keynote_fix_fields(struct assertion *ast, int sigfield) in keynote_fix_fields()
178 struct assertion *as; in keynote_fix_fields()
280 struct assertion *as; in keynote_evaluate_query()
367 struct assertion *
372 struct assertion *as; in keynote_parse_assertion()
375 as = calloc(1, sizeof(struct assertion)); in keynote_parse_assertion()
H A Dauxil.c300 struct assertion *
303 struct assertion *as; in keynote_find_assertion()
333 keynote_add_htable(struct assertion *as, int which) in keynote_add_htable()
369 struct assertion *as; in kn_add_assertion()
418 struct assertion *ht, *ht2; in keynote_remove_assertion()
485 keynote_free_assertion(struct assertion *as) in keynote_free_assertion()
H A Denvironment.c41 struct assertion *keynote_current_assertion = NULL;
346 HASHTABLESIZE * sizeof(struct assertion *)); in keynote_init_environment()
471 struct assertion *as, *as2; in kn_close()
604 struct assertion *as; in kn_do_query()
664 struct assertion *as; in kn_get_failed()
901 struct assertion *as; in kn_get_authorizer()
943 struct assertion *as; in kn_get_licensees()
H A Dkeynote.l453 keynote_evaluate_assertion(struct assertion *as)
511 keynote_parse_keypred(struct assertion *as, int record)
579 keynote_evaluate_authorizer(struct assertion *as, int flag)
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdb_assert.h49 #define gdb_assert_fail(assertion, file, line, function) \ argument
51 function, assertion)
53 #define gdb_assert_fail(assertion, file, line, function) \ argument
55 assertion)
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/
H A D862-intercept_tb_todo.t17 main::ok(1, "assertion 1");
21 main::ok(1, "assertion 2");
26 main::ok(1, "assertion 3");
29 main::ok(1, "assertion 4");
H A D817-subtest-todo.t39 "Amnesty was set properly for first subtest assertion",
45 "Amnesty was set properly for second subtest assertion",
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dprove.t1451 my $assertion
1457 if ( 'CODE' eq ref $assertion ) {
1458 $is_ok = ok $assertion->( $val, $attr ),
1461 elsif ( 'Regexp' eq ref $assertion ) {
1462 $is_ok = like $val, $assertion,
1463 "$name: $attr matches $assertion";
1466 $is_ok = is_deeply $val, $assertion,
/openbsd-src/regress/lib/libssl/tlsfuzzer/
H A Dtlsfuzzer.py80 assertion = substitute_alert("decode_error", "decrypt_error");
155 "-x", "empty - cipher TLS_AES_128_GCM_SHA256", "-X", assertion,
156 "-x", "empty - cipher TLS_AES_256_GCM_SHA384", "-X", assertion,
160 args += ["-x", padding_fmt % padding, "-X", assertion]
163 args += ["-x", truncation_fmt % truncation, "-X", assertion]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/
H A DFacets2Legacy.t62 …is(causes_fail({assert => {pass => 0}, amnesty => [{}]}), 0, "amnesty prevents assertion failure");
83 is(increments_count({}), 0, "No count bump without an assertion");
84 is(increments_count({assert => {}}), 1, "count bump with assertion");
/openbsd-src/lib/libcrypto/
H A Dcryptlib.c
/openbsd-src/lib/libkeynote/testsuite/
H A Dtest-assertion33 # This assertion will return "true"
H A Dtest-assertion63 licensees: "KeyB" # this assertion will return "false" because
H A Dtest-assertion54 # this assertion will evaluate to "false" because of the conditions field value
H A Dtest-assertion71 comment: this assertion will return "true", since "KeyC" is among the
/openbsd-src/gnu/usr.bin/binutils/cpu/
H A Dsimplify.inc146 x-syntax x-base-ifield x-encoding x-ifield-assertion
156 (ifield-assertion x-ifield-assertion)
166 ; Fields ifield-assertion is absent.
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dsimplify.inc146 x-syntax x-base-ifield x-encoding x-ifield-assertion
156 (ifield-assertion x-ifield-assertion)
166 ; Fields ifield-assertion is absent.
/openbsd-src/gnu/llvm/libcxx/include/
H A Dccomplex20 #include <__assert> // all public C++ headers provide the assertion handler
H A Dciso64618 #include <__assert> // all public C++ headers provide the assertion handler
H A Dcstdbool22 #include <__assert> // all public C++ headers provide the assertion handler
H A Dctgmath21 #include <__assert> // all public C++ headers provide the assertion handler
H A Dexecution13 #include <__assert> // all public C++ headers provide the assertion handler
H A Dcassert19 #include <__assert> // all public C++ headers provide the assertion handler
/openbsd-src/gnu/llvm/libcxx/include/experimental/
H A Dutility33 #include <__assert> // all public C++ headers provide the assertion handler

12345678910>>...15