Searched refs:want_out (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/regress/lib/libssl/unit/ |
| D | ssl_set_alpn_protos.c | 210 const unsigned char *want_out; member 219 .want_out = "a", 228 .want_out = "b", 238 .want_out = "a", 248 .want_out = "bbb", 258 .want_out = "z", 267 .want_out = "a", 277 .want_out = "a", 287 .want_out = "a", 297 .want_out = "a", [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/ |
| D | todo.t | 43 my ($name, $code, $want_out, $no_tests_run) = @_; 47 chomp $want_out; 48 my @outlines = split /\n/, $want_out;
|