| /openbsd-src/lib/libkeynote/ |
| H A D | assertion.h | 40 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 D | parse_assertion.c | 39 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 D | auxil.c | 300 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 D | environment.c | 41 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 D | keynote.l | 453 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 D | gdb_assert.h | 49 #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 D | 862-intercept_tb_todo.t | 17 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 D | 817-subtest-todo.t | 39 "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 D | prove.t | 1451 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 D | tlsfuzzer.py | 80 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 D | Facets2Legacy.t | 62 …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 D | cryptlib.c | |
| /openbsd-src/lib/libkeynote/testsuite/ |
| H A D | test-assertion3 | 3 # This assertion will return "true"
|
| H A D | test-assertion6 | 3 licensees: "KeyB" # this assertion will return "false" because
|
| H A D | test-assertion5 | 4 # this assertion will evaluate to "false" because of the conditions field value
|
| H A D | test-assertion7 | 1 comment: this assertion will return "true", since "KeyC" is among the
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | simplify.inc | 146 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 D | simplify.inc | 146 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 D | ccomplex | 20 #include <__assert> // all public C++ headers provide the assertion handler
|
| H A D | ciso646 | 18 #include <__assert> // all public C++ headers provide the assertion handler
|
| H A D | cstdbool | 22 #include <__assert> // all public C++ headers provide the assertion handler
|
| H A D | ctgmath | 21 #include <__assert> // all public C++ headers provide the assertion handler
|
| H A D | execution | 13 #include <__assert> // all public C++ headers provide the assertion handler
|
| H A D | cassert | 19 #include <__assert> // all public C++ headers provide the assertion handler
|
| /openbsd-src/gnu/llvm/libcxx/include/experimental/ |
| H A D | utility | 33 #include <__assert> // all public C++ headers provide the assertion handler
|