Searched refs:capture (Results 1 - 25 of 72) sorted by relevance

123

/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dfix-deprecation66 my $capture = $2;
70 my $test = $capture.$';
73 print STDERR "DEBUG: captured:\n$capture"
82 $before .= $capture;
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D05-test_rand.t30 capture => 1, statusvar => \$success);
36 capture => 1, statusvar => \$success);
H A D15-test_gensm2.t52 capture => 1));
58 capture => 1));
H A D20-test_dgst.t161 $testdata]), capture => 1);
174 $testdata, $testdata]), capture => 1);
188 $testdata, $testdata]), capture => 1);
203 $testdata, $testdata]), capture => 1);
217 $testdata, $testdata]), capture => 1);
229 my @xofdata = run(app(['openssl', 'dgst', '-shake128', $testdata], stderr => "outerr.txt"), capture => 1);
H A D04-test_pem_reading.t87 my @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
98 @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
106 my @data = run(app([@common, data_file("beermug.pem")], stderr => undef), capture => 1);
110 @data = run(app([@common, $certkeycert], stderr => "outerr.txt"), capture => 1);
H A D79-test_http.t21 my @output = run(app($cmd), capture => 1);
H A D25-test_crl.t56 my @lines = run(app($cmdarray), capture => 1);
66 my @lines = run(app($cmdarray, stdin => $infile), capture => 1);
H A D15-test_gendhparam.t148 capture => 1);
152 capture => 1);
H A D20-test_rand_config.t94 capture => 1);
H A D20-test_passwd.t125 my @lines = run(app($cmdarray), capture => 1);
132 my @lines = run(app($cmdarray), capture => 1);
H A D20-test_enc.t39 capture => 1, statusvar => \$ciphersstatus);
H A D20-test_enc_more.t39 capture => 1, statusvar => \$ciphersstatus)));
H A D02-test_errstr.t138 ( run(app([ qw(openssl errstr), $errcode_hex ]), capture => 1) )[0];
/netbsd-current/crypto/external/bsd/heimdal/dist/tools/
H A Dcov.sh12 lcov --directory . --capture --output-file heimdal-lcov.info
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D02-test_errstr.t105 capture => 1);
113 my @after = run(app([ qw(openssl errstr 2000080) ]), capture => 1);
118 my @zero = run(app([ qw(openssl errstr 2000000) ]), capture => 1);
H A D04-test_pem.t86 my @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
97 @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
106 my @data = run(app([@common, data_file("beermug.pem")], stderr => undef), capture => 1);
H A D25-test_crl.t47 my @lines = run(app($cmdarray), capture => 1);
H A D20-test_dgst.t118 $testdata]), capture => 1);
H A D20-test_enc_more.t34 capture => 1, statusvar => \$ciphersstatus)));
H A D20-test_passwd.t115 my @lines = run(app($cmdarray), capture => 1);
122 my @lines = run(app($cmdarray), capture => 1);
H A D20-test_enc.t34 capture => 1, statusvar => \$ciphersstatus);
/netbsd-current/games/trek/
H A Dplay.c63 { "ca", "pture", capture, 0 },
H A Dcapture.c1 /* $NetBSD: capture.c,v 1.11 2009/05/24 22:55:03 dholland Exp $ */
35 static char sccsid[] = "@(#)capture.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: capture.c,v 1.11 2009/05/24 22:55:03 dholland Exp $");
62 capture(int v __unused) function
H A DMakefile5 SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
/netbsd-current/external/apache2/llvm/dist/llvm/utils/Target/ARM/
H A Danalyze-match-table.py51 from lit.Util import capture namespace
52 llvm_obj_root = capture(["llvm-config", "--obj-root"])

Completed in 229 milliseconds

123