Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 3478) sorted by relevance

12345678910>>...140

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.h15 struct run;
34 int (*run_assign)(struct msg *, int, const struct run*);
35 int (*run_get)(struct msg *, int, struct run* *);
36 struct run* (*run_add)(struct msg *msg);
45 struct run* *run_data;
72 int msg_run_assign(struct msg *, int, const struct run*);
73 int msg_run_get(struct msg *, int, struct run* *);
74 struct run* msg_run_add(struct msg *msg);
143 int (*how_assign)(struct run *, const char *);
144 int (*how_get)(struct run *, char * *);
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D25-test_req.t47 ok( run(app([@addext_args, "-addext", $val])));
48 ok( run(app([@addext_args, "-addext", $val1])));
50 ok(!run(app([@addext_args, "-addext", $val1])));
51 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val])));
52 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val2])));
53 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val3])));
54 ok(!run(app([@addext_args, "-addext", $val2, "-addext", $val3])));
55 ok(run(app([@addext_args, "-addext", "SXNetID=1:one, 2:two, 3:three"])));
56 ok(run(app([@addext_args, "-addext", "subjectAltName=dirName:dirname_sec"])));
59 ok(!run(app(["openssl", "req", "-x509",
[all …]
H A D80-test_ssl_old.t127 ok(run(app([@reqcmd, "-config", $cnf,
133 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $CAreq, "-days", "30",
140 ok(run(app([@x509cmd, "-in", $CAcert,
146 ok(run(app([@reqcmd, "-config", $dummycnf,
152 ok(run(app([@reqcmd, "-config", $dummycnf,
157 ok(run(app([@verifycmd, "-CAfile", $CAcert, $CAcert])),
161 ok(run(app([@reqcmd, "-config", $cnf, "-section", "userreq",
167 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $Ureq, "-days", "30",
172 && run(app([@verifycmd, "-CAfile", $CAcert, $Ucert])),
176 ok(run(app([@x509cmd,
[all …]
H A D90-test_store.t148 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
151 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
154 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
156 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
173 ok(!run(app([@storeutl, "-noout", $file])));
174 ok(!run(app([@storeutl, "-noout", to_abs_file($file)])));
178 ok(!run(app([@storeutl, "-noout",
185 ok(run(app([@storeutl, "-noout", $file])));
186 ok(run(app([@storeutl, "-noout", to_abs_file($file)])));
191 ok(run(app([@storeutl, "-noout",
[all …]
H A D15-test_genrsa.t31 is(run(app([ 'openssl', 'genpkey', '-out', 'genrsatest.pem',
35 is(run(app([ 'openssl', 'genrsa', '-3', '-out', 'genrsatest.pem', '8'])),
50 $fin = run(app([ 'openssl', 'genpkey', '-out', 'genrsatest.pem',
66 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
71 ok(run(app([ 'openssl', 'pkey', '-check', '-in', 'genrsatest.pem', '-noout' ])),
74 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
78 ok(run(app([ 'openssl', 'pkey', '-check', '-in', 'genrsatest2048.pem', '-noout' ])),
81 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
85 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
89 ok(!run(app([ 'openssl', 'genpkey', '-propquery', 'unknown',
[all …]
H A D20-test_cli_fips.t39 ok(run(app(['openssl', 'list', '-public-key-methods', '-verbose'])),
41 ok(run(app(['openssl', 'list', '-public-key-algorithms', '-verbose'])),
43 ok(run(app(['openssl', 'list', '-key-managers', '-verbose'])),
45 ok(run(app(['openssl', 'list', '-key-exchange-algorithms', '-verbose'])),
47 ok(run(app(['openssl', 'list', '-kem-algorithms', '-verbose'])),
49 ok(run(app(['openssl', 'list', '-signature-algorithms', '-verbose'])),
51 ok(run(app(['openssl', 'list', '-asymcipher-algorithms', '-verbose'])),
53 ok(run(app(['openssl', 'list', '-key-managers', '-verbose', '-select', 'DSA' ])),
62 ok(run(app(['openssl', 'pkey',
87 ok(run(app(['openssl', 'dgst', '-sha256',
[all …]
H A D80-test_tsa.t40 ok(run(app(["openssl", "req", "-config", $openssl_conf, "-new",
45 ok(run(app(["openssl", "x509", "-req",
59 ok(run(app([@REPLY, "-section", $config, "-queryfile", $queryfile,
70 ok(run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
72 ok(run(app([@VERIFY, "-data", $datafile, "-in", $inputfile,
82 ok(!run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
106 unless ok(run(app(["openssl", "req", "-config", $openssl_conf,
122 unless ok(run(app([@QUERY, "-data", $testtsa,
127 ok(run(app([@QUERY, "-in", "req1.tsq", "-text"])),
139 ok(run(app([@REPLY, "-in", "resp1.tsr", "-text"])),
[all …]
H A D25-test_x509.t36 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_msb,
40 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_utf8,
52 ok(run(app(["openssl", "x509", "-text", "-in", $p12, "-out", $out_pem,
57 ok(!run(app(["openssl", "x509", "-in", $pem, "-inform", "DER",
60 ok(run(app(["openssl", "x509", "-in", $pem, "-inform", "PEM",
63 ok(!run(app(["openssl", "x509", "-in", $der, "-inform", "PEM",
76 ok(run(app(["openssl", "pkey", "-in", $pkey, "-pubout", "-out", $pubkey]))
77 && run(app(["openssl", "x509", "-new", "-force_pubkey", $pubkey,
80 && run(app(["openssl", "verify", "-no_check_time",
99 ok(run(test(["v3ext", srctop_file(@certs, "pathlen.pem")])));
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D80-test_ssl_old.t121 ok(run(app([@reqcmd, "-config", $CAconf,
127 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $CAreq, "-days", "30",
134 ok(run(app([@x509cmd, "-in", $CAcert,
140 ok(run(app([@reqcmd, "-config", $dummycnf,
146 ok(run(app([@reqcmd, "-config", $dummycnf,
151 ok(run(app([@verifycmd, "-CAfile", $CAcert, $CAcert])),
155 ok(run(app([@reqcmd, "-config", $Uconf,
161 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $Ureq, "-days", "30",
166 && run(app([@verifycmd, "-CAfile", $CAcert, $Ucert])),
170 ok(run(app([@x509cmd,
[all …]
H A D90-test_store.t94 ok(!run(app(["openssl", "storeutl", "-noout", $file])));
95 ok(!run(app(["openssl", "storeutl", "-noout",
100 ok(!run(app(["openssl", "storeutl", "-noout",
107 ok(run(app(["openssl", "storeutl", "-noout", $file])));
108 ok(run(app(["openssl", "storeutl", "-noout", to_abs_file($file)])));
113 ok(run(app(["openssl", "storeutl", "-noout",
115 ok(run(app(["openssl", "storeutl", "-noout",
117 ok(run(app(["openssl", "storeutl", "-noout",
119 ok(!run(app(["openssl", "storeutl", "-noout",
124 ok(run(app(["openssl", "storeutl", "-noout", "-passin",
[all …]
H A D80-test_tsa.t37 ok(run(app(["openssl", "req", "-config", $openssl_conf, "-new",
41 ok(run(app(["openssl", "x509", "-req",
54 ok(run(app([@RUN, "-reply", "-section", "$datafile",
63 ok(run(app([@RUN, "-verify", "-queryfile", "$queryfile",
66 ok(run(app([@RUN, "-verify", "-data", "$datafile",
75 ok(!run(app([@RUN, "-verify", "-queryfile", "$queryfile",
99 unless ok(run(app(["openssl", "req", "-config", $openssl_conf,
115 unless ok(run(app([@RUN, "-query", "-data", $testtsa,
120 ok(run(app([@RUN, "-query", "-in", "req1.tsq", "-text"])),
127 ok(run(app([@RUN, "-reply", "-in", "resp1.tsr", "-text"])),
[all …]
H A D25-test_req.t43 ok( run(app([@addext_args, "-addext", $val])));
44 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val])));
45 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val2])));
46 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val3])));
47 ok(!run(app([@addext_args, "-addext", $val2, "-addext", $val3])));
56 ok(run(app(["openssl", "req",
62 ok(run(app(["openssl", "req",
67 ok(run(app(["openssl", "req",
73 ok(run(app(["openssl", "req",
78 ok(run(app(["openssl", "req",
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dsh_flowinfo_example.txt171 0 156789 72519 firefox:209 cmd -> /usr/lib/firefox/run-mozilla.sh
172 0 156810 1 run-mozilla.sh:- subsh -> pid 156811
173 0 156810 15 run-mozilla.sh:- subsh <- = 0
174 0 156810 129474 run-mozilla.sh:- subsh -> pid 156812
175 0 156810 24 run-mozilla.sh:- subsh <- = 0
176 0 156810 743 run-mozilla.sh:258 builtin -> [
177 0 156810 28 run-mozilla.sh:- builtin <- [
178 0 156810 212 run-mozilla.sh:275 builtin -> break
179 0 156810 10 run-mozilla.sh:- builtin <- break
180 0 156810 31 run-mozilla.sh:283 builtin -> [
[all …]
H A Dsh_flow_example.txt80 0 3060321685358 firefox | /usr/lib/firefox/run-mozilla.sh
81 0 3060321700731 run-mozilla.sh > [
82 0 3060321700950 run-mozilla.sh > break
83 0 3060321703259 run-mozilla.sh > [
84 0 3060321703292 run-mozilla.sh > shift
85 0 3060321703382 run-mozilla.sh > [
86 0 3060321703421 run-mozilla.sh > [
87 0 3060321703493 run-mozilla.sh > [
88 0 3060321703642 run-mozilla.sh > [
89 0 3060321703669 run-mozilla.sh > export
[all …]
H A Dsh_flowtime_example.txt90 0 3060994804329 run-mozilla.sh 2 > [
91 0 3060994804524 run-mozilla.sh 194 > break
92 0 3060994804560 run-mozilla.sh 36 > [
93 0 3060994804580 run-mozilla.sh 20 > shift
94 0 3060994804649 run-mozilla.sh 68 > [
95 0 3060994804710 run-mozilla.sh 61 > [
96 0 3060994804747 run-mozilla.sh 36 > [
97 0 3060994804889 run-mozilla.sh 142 > [
98 0 3060994804915 run-mozilla.sh 26 > export
99 0 3060994804952 run-mozilla.sh 36 > [
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dsh_flowinfo_example.txt171 0 156789 72519 firefox:209 cmd -> /usr/lib/firefox/run-mozilla.sh
172 0 156810 1 run-mozilla.sh:- subsh -> pid 156811
173 0 156810 15 run-mozilla.sh:- subsh <- = 0
174 0 156810 129474 run-mozilla.sh:- subsh -> pid 156812
175 0 156810 24 run-mozilla.sh:- subsh <- = 0
176 0 156810 743 run-mozilla.sh:258 builtin -> [
177 0 156810 28 run-mozilla.sh:- builtin <- [
178 0 156810 212 run-mozilla.sh:275 builtin -> break
179 0 156810 10 run-mozilla.sh:- builtin <- break
180 0 156810 31 run-mozilla.sh:283 builtin -> [
[all …]
H A Dsh_flow_example.txt80 0 3060321685358 firefox | /usr/lib/firefox/run-mozilla.sh
81 0 3060321700731 run-mozilla.sh > [
82 0 3060321700950 run-mozilla.sh > break
83 0 3060321703259 run-mozilla.sh > [
84 0 3060321703292 run-mozilla.sh > shift
85 0 3060321703382 run-mozilla.sh > [
86 0 3060321703421 run-mozilla.sh > [
87 0 3060321703493 run-mozilla.sh > [
88 0 3060321703642 run-mozilla.sh > [
89 0 3060321703669 run-mozilla.sh > export
[all …]
H A Dsh_flowtime_example.txt90 0 3060994804329 run-mozilla.sh 2 > [
91 0 3060994804524 run-mozilla.sh 194 > break
92 0 3060994804560 run-mozilla.sh 36 > [
93 0 3060994804580 run-mozilla.sh 20 > shift
94 0 3060994804649 run-mozilla.sh 68 > [
95 0 3060994804710 run-mozilla.sh 61 > [
96 0 3060994804747 run-mozilla.sh 36 > [
97 0 3060994804889 run-mozilla.sh 142 > [
98 0 3060994804915 run-mozilla.sh 26 > export
99 0 3060994804952 run-mozilla.sh 36 > [
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcsv_reporter.cc50 for (const auto& run : reports) { in ReportRuns() local
51 for (const auto& cnt : run.counters) { in ReportRuns()
72 for (const auto& run : reports) { in ReportRuns() local
73 for (const auto& cnt : run.counters) { in ReportRuns()
85 for (const auto& run : reports) { in ReportRuns() local
86 PrintRunData(run); in ReportRuns()
90 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData() argument
95 std::string name = run.benchmark_name(); in PrintRunData()
98 if (run.error_occurred) { in PrintRunData()
101 std::string msg = run.error_message; in PrintRunData()
[all …]
H A Djson_reporter.cc167 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData() argument
170 out << indent << FormatKV("name", run.benchmark_name()) << ",\n"; in PrintRunData()
171 out << indent << FormatKV("run_name", run.run_name) << ",\n"; in PrintRunData()
172 out << indent << FormatKV("run_type", [&run]() -> const char* { in PrintRunData()
173 switch (run.run_type) { in PrintRunData()
181 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()
182 out << indent << FormatKV("aggregate_name", run.aggregate_name) << ",\n"; in PrintRunData()
184 if (run.error_occurred) { in PrintRunData()
185 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
186 out << indent << FormatKV("error_message", run.error_message) << ",\n"; in PrintRunData()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcsv_reporter.cc50 for (const auto& run : reports) { in ReportRuns() local
51 for (const auto& cnt : run.counters) { in ReportRuns()
69 for (const auto& run : reports) { in ReportRuns() local
70 for (const auto& cnt : run.counters) { in ReportRuns()
80 for (const auto& run : reports) { in ReportRuns() local
81 PrintRunData(run); in ReportRuns()
86 void CSVReporter::PrintRunData(const Run & run) { in PrintRunData() argument
91 std::string name = run.benchmark_name; in PrintRunData()
94 if (run.error_occurred) { in PrintRunData()
97 std::string msg = run.error_message; in PrintRunData()
[all …]
H A Djson_reporter.cc154 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData() argument
157 out << indent << FormatKV("name", run.benchmark_name) << ",\n"; in PrintRunData()
158 if (run.error_occurred) { in PrintRunData()
159 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
160 out << indent << FormatKV("error_message", run.error_message) << ",\n"; in PrintRunData()
162 if (!run.report_big_o && !run.report_rms) { in PrintRunData()
163 out << indent << FormatKV("iterations", run.iterations) << ",\n"; in PrintRunData()
165 << FormatKV("real_time", run.GetAdjustedRealTime()) in PrintRunData()
168 << FormatKV("cpu_time", run.GetAdjustedCPUTime()); in PrintRunData()
170 << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit)); in PrintRunData()
[all …]
/netbsd-src/usr.bin/sys_info/
H A Dsys_info.sh124 run "bzip2 --help 2>&1 | awk '{ sub(\",\", \"\", \$7); print \"bzip2-\" \$7; exit }'"
127 v=$(run "calendar -v" || true)
134 run "dhcpcd --version | sed -e 's/ /-/g' -e 1q"
137 run "dtc --version | sed 's/Version: DTC /dtc-/'"
140 run "strings -a /usr/libexec/ftpd | awk '\$1 == \"NetBSD-ftpd\" { print \"ftpd-\" \$2 }'"
143 run "g++ --version | awk '{ print \$1 \"-\" \$4; exit }'"
146 run "gcc --version | awk '{ print \$1 \"-\" \$4; exit }'"
149 run "grep --version | awk '{ print \$1 \"-\" \$4 \$5; exit }'"
152 run "gzip --version 2>&1 | awk '{ print \$2 \"-\" \$3 }'"
160 run "ls -al \"${d}/$L.so\" | sed -e 's/^.*-> //' -e 's;^.*/;;' -e 's/\\.so\\./-/'"
[all …]
/netbsd-src/sys/lib/libkern/
H A Drngtest.c174 endrun(rngtest_t *const rc, const int last, int run) in endrun() argument
176 if (run >= longrun) { in endrun()
178 "Run of %d %ds found\n", rc->rt_name, run, last); in endrun()
181 if (run > 6) in endrun()
182 run = 6; in endrun()
183 ++rc->rt_runs[last][run]; in endrun()
194 int run; in rngtest() local
228 run = 0; in rngtest()
233 endrun(rc, last, run); in rngtest()
234 run = 0; in rngtest()
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.c132 ucrun_t *run; in _add_run() local
134 run = (ucrun_t *) malloc(sizeof(ucrun_t)); in _add_run()
135 run->visual_next = run->visual_prev = 0; in _add_run()
136 run->direction = direction; in _add_run()
138 run->cursor = ~0; in _add_run()
140 run->chars = (unsigned long *) in _add_run()
142 run->positions = run->chars + (end - start); in _add_run()
144 run->source = src; in _add_run()
145 run->start = start; in _add_run()
146 run->end = end; in _add_run()
[all …]

12345678910>>...140