Home
last modified time | relevance | path

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

12345678910>>...137

/netbsd/external/bsd/ntp/dist/tests/libntp/
H A DMakefile.am144 run-atoint.c \
154 run-atouint.c \
164 run-authkeys.c \
296 run-lfpfunc.c \
316 run-modetoa.c \
326 run-msyslog.c \
336 run-netof.c \
347 run-numtoa.c \
514 run-tstotv.c \
524 run-tvtots.c \
[all …]
/netbsd/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.gen.h15 struct run;
36 struct run* (*run_add)(struct msg *msg);
45 struct run* *run_data;
159 struct run { struct
182 struct run *run_new(void); argument
183 struct run *run_new_with_arg(void *);
184 void run_free(struct run *);
185 void run_clear(struct run *);
188 int run_complete(struct run *);
190 const struct run *);
[all …]
/netbsd/external/bsd/libevent/dist/test/
H A Dregress.gen.h15 struct run;
36 struct run* (*run_add)(struct msg *msg);
45 struct run* *run_data;
159 struct run { struct
182 struct run *run_new(void); argument
183 struct run *run_new_with_arg(void *);
184 void run_free(struct run *);
185 void run_clear(struct run *);
188 int run_complete(struct run *);
190 const struct run *);
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_ssl_old.t127 ok(run(app([@reqcmd, "-config", $cnf,
140 ok(run(app([@x509cmd, "-in", $CAcert,
176 ok(run(app([@x509cmd,
217 ok(run(app([@x509cmd,
264 ok(run(app([@x509cmd,
288 run(app([@verifycmd, "-CAfile", $CAcert,
290 ok(run(app([@x509cmd,
315 run(app([@verifycmd, "-CAfile", $CAcert,
317 ok(run(app([@x509cmd,
409 ok(run(test([@ssltest, "-ipv4"])),
[all …]
H A D25-test_req.t53 ok(!run(app(["openssl", "req", "-x509",
64 ok(run(app(["openssl", "req",
71 ok(run(app(["openssl", "req",
76 ok(run(app(["openssl", "req",
92 ok(!run(app(["openssl", "req",
99 ok(run(app(["openssl", "req",
106 ok(run(app(["openssl", "req",
111 ok(run(app(["openssl", "req",
116 ok(run(app(["openssl", "req",
122 ok(run(app(["openssl", "req",
[all …]
H A D90-test_store.t178 ok(!run(app([@storeutl, "-noout",
191 ok(run(app([@storeutl, "-noout",
193 ok(run(app([@storeutl, "-noout",
195 ok(run(app([@storeutl, "-noout",
197 ok(!run(app([@storeutl, "-noout",
250 ok(run(app([@storeutl, "-noout",
255 ok(!run(app([@storeutl, '-noout',
281 ok(run(app([@storeutl, '-noout',
284 ok(run(app([@storeutl, '-noout',
315 run(app(["openssl", "pkey", @std_args,
[all …]
H A D03-test_fipsinstall.t113 && !run(app(['openssl', 'fipsinstall',
122 && !run(app(['openssl', 'fipsinstall',
132 && !run(app(['openssl', 'fipsinstall',
142 && !run(app(['openssl', 'fipsinstall',
152 && !run(app(['openssl', 'fipsinstall',
268 && !run(app(['openssl', 'fipsinstall',
274 && !run(app(['openssl', 'fipsinstall',
280 && !run(app(['openssl', 'fipsinstall',
287 && !run(app(['openssl', 'fipsinstall',
293 && !run(app(['openssl', 'fipsinstall',
[all …]
H A D15-test_genrsa.t31 is(run(app([ 'openssl', 'genpkey', '-out', 'genrsatest.pem',
66 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
74 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
81 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
85 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
89 ok(!run(app([ 'openssl', 'genpkey', '-propquery', 'unknown',
119 ok(run(app(['openssl', 'genpkey',
125 ok(run(app(['openssl', 'genpkey',
132 ok(!run(app(['openssl', 'genrsa', @prov, '512'])),
135 ok(!run(app(['openssl', 'genrsa',
[all …]
H A D20-test_cli_fips.t62 ok(run(app(['openssl', 'pkey',
87 ok(run(app(['openssl', 'dgst', '-sha256',
95 ok(run(app(['openssl', 'dgst', '-sha256',
104 ok(!run(app(['openssl', 'dgst', '-sha256',
116 ok(run(app(['openssl', 'dgst', '-sha256',
125 ok(run(app(['openssl', 'dgst', '-sha256',
136 ok(!run(app(['openssl', 'dgst', '-sha256',
154 ok(run(app(['openssl', 'dgst',
343 ok(run(app(['openssl', 'genpkey',
355 ok(run(app(['openssl', 'genpkey',
[all …]
H A D80-test_tsa.t45 ok(run(app(["openssl", "x509", "-req",
122 unless ok(run(app([@QUERY, "-data", $testtsa,
148 ok(run(app([@REPLY, "-in", "resp1.tsr",
153 ok(run(app([@VERIFY, "-data", $testtsa,
177 ok(run(app([@REPLY, "-in", "resp2.tsr",
179 ok(run(app([@REPLY, "-in", "$TOKEN_DER",
182 ok(run(app([@REPLY, "-in", "resp2.tsr",
184 ok(run(app([@REPLY, "-in", "$TOKEN_DER",
222 unless ok(run(app([@QUERY, "-data", $CAtsa,
237 ok(run(app([@VERIFY, "-no_check_time",
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D80-test_ssl_old.t121 ok(run(app([@reqcmd, "-config", $CAconf,
134 ok(run(app([@x509cmd, "-in", $CAcert,
155 ok(run(app([@reqcmd, "-config", $Uconf,
170 ok(run(app([@x509cmd,
210 ok(run(app([@x509cmd,
253 ok(run(app([@x509cmd,
262 ok(run(app([@reqcmd, "-config", $P1conf,
279 ok(run(app([@x509cmd,
306 ok(run(app([@x509cmd,
354 ok(run(test([@ssltest, "-bio_pair"])),
[all …]
H A D90-test_store.t95 ok(!run(app(["openssl", "storeutl", "-noout",
113 ok(run(app(["openssl", "storeutl", "-noout",
115 ok(run(app(["openssl", "storeutl", "-noout",
117 ok(run(app(["openssl", "storeutl", "-noout",
159 ok(run(app(["openssl", "storeutl", "-noout",
170 ok(!run(app(['openssl', 'storeutl', '-noout',
196 ok(run(app(['openssl', 'storeutl', '-noout',
199 ok(run(app(['openssl', 'storeutl', '-noout',
224 run(app(["openssl", "genrsa",
227 && run(app(["openssl", "dsaparam", "-genkey",
[all …]
H A D80-test_tsa.t41 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",
115 unless ok(run(app([@RUN, "-query", "-data", $testtsa,
136 ok(run(app([@RUN, "-reply", "-in", "resp1.tsr",
142 ok(run(app([@RUN, "-verify", "-data", $testtsa,
167 ok(run(app([@RUN, "-reply", "-in", "resp2.tsr",
172 ok(run(app([@RUN, "-reply", "-in", "resp2.tsr",
[all …]
H A D25-test_req.t56 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",
85 ok(run(app(["openssl", "req",
99 ok(run(app(["openssl", "req",
105 ok(run(app(["openssl", "req",
119 ok(run(app(["openssl", "req",
125 ok(run(app(["openssl", "req",
[all …]
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dsh_flowinfo_example.txt176 0 156810 743 run-mozilla.sh:258 builtin -> [
177 0 156810 28 run-mozilla.sh:- builtin <- [
180 0 156810 31 run-mozilla.sh:283 builtin -> [
181 0 156810 10 run-mozilla.sh:- builtin <- [
184 0 156810 55 run-mozilla.sh:291 builtin -> [
185 0 156810 9 run-mozilla.sh:- builtin <- [
186 0 156810 36 run-mozilla.sh:317 builtin -> [
187 0 156810 34 run-mozilla.sh:- builtin <- [
188 0 156810 37 run-mozilla.sh:327 builtin -> [
189 0 156810 9 run-mozilla.sh:- builtin <- [
[all …]
H A Dsh_flow_example.txt81 0 3060321700731 run-mozilla.sh > [
83 0 3060321703259 run-mozilla.sh > [
85 0 3060321703382 run-mozilla.sh > [
86 0 3060321703421 run-mozilla.sh > [
87 0 3060321703493 run-mozilla.sh > [
88 0 3060321703642 run-mozilla.sh > [
90 0 3060321703706 run-mozilla.sh > [
91 0 3060321703725 run-mozilla.sh > [
92 0 3060321703857 run-mozilla.sh > [
95 0 3060321703954 run-mozilla.sh > [
[all …]
H A Dsh_flowtime_example.txt90 0 3060994804329 run-mozilla.sh 2 > [
92 0 3060994804560 run-mozilla.sh 36 > [
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 > [
99 0 3060994804952 run-mozilla.sh 36 > [
100 0 3060994804981 run-mozilla.sh 28 > [
101 0 3060994805093 run-mozilla.sh 112 > [
104 0 3060994805187 run-mozilla.sh 27 > [
[all …]
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dsh_flowinfo_example.txt176 0 156810 743 run-mozilla.sh:258 builtin -> [
177 0 156810 28 run-mozilla.sh:- builtin <- [
180 0 156810 31 run-mozilla.sh:283 builtin -> [
181 0 156810 10 run-mozilla.sh:- builtin <- [
184 0 156810 55 run-mozilla.sh:291 builtin -> [
185 0 156810 9 run-mozilla.sh:- builtin <- [
186 0 156810 36 run-mozilla.sh:317 builtin -> [
187 0 156810 34 run-mozilla.sh:- builtin <- [
188 0 156810 37 run-mozilla.sh:327 builtin -> [
189 0 156810 9 run-mozilla.sh:- builtin <- [
[all …]
H A Dsh_flow_example.txt81 0 3060321700731 run-mozilla.sh > [
83 0 3060321703259 run-mozilla.sh > [
85 0 3060321703382 run-mozilla.sh > [
86 0 3060321703421 run-mozilla.sh > [
87 0 3060321703493 run-mozilla.sh > [
88 0 3060321703642 run-mozilla.sh > [
90 0 3060321703706 run-mozilla.sh > [
91 0 3060321703725 run-mozilla.sh > [
92 0 3060321703857 run-mozilla.sh > [
95 0 3060321703954 run-mozilla.sh > [
[all …]
H A Dsh_flowtime_example.txt90 0 3060994804329 run-mozilla.sh 2 > [
92 0 3060994804560 run-mozilla.sh 36 > [
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 > [
99 0 3060994804952 run-mozilla.sh 36 > [
100 0 3060994804981 run-mozilla.sh 28 > [
101 0 3060994805093 run-mozilla.sh 112 > [
104 0 3060994805187 run-mozilla.sh 27 > [
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcsv_reporter.cc50 for (const auto& run : reports) { in ReportRuns() local
85 for (const auto& run : reports) { in ReportRuns() local
86 PrintRunData(run); in ReportRuns()
98 if (run.error_occurred) { in PrintRunData()
108 if (!run.report_big_o && !run.report_rms) { in PrintRunData()
109 Out << run.iterations; in PrintRunData()
117 if (run.report_big_o) { in PrintRunData()
119 } else if (!run.report_rms) { in PrintRunData()
124 if (run.counters.find("bytes_per_second") != run.counters.end()) { in PrintRunData()
128 if (run.counters.find("items_per_second") != run.counters.end()) { in PrintRunData()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcsv_reporter.cc80 for (const auto& run : reports) { in ReportRuns() local
81 PrintRunData(run); in ReportRuns()
94 if (run.error_occurred) { in PrintRunData()
104 if (!run.report_big_o && !run.report_rms) { in PrintRunData()
105 Out << run.iterations; in PrintRunData()
113 if (run.report_big_o) { in PrintRunData()
115 } else if (!run.report_rms) { in PrintRunData()
121 Out << run.bytes_per_second; in PrintRunData()
125 Out << run.items_per_second; in PrintRunData()
128 if (!run.report_label.empty()) { in PrintRunData()
[all …]
/netbsd/usr.bin/sys_info/
H A Dsys_info.sh127 v=$(run "calendar -v" || true)
134 run "dhcpcd --version | sed -e 's/ /-/g' -e 1q"
137 run "dtc --version | sed 's/Version: DTC /dtc-/'"
143 run "g++ --version | awk '{ print \$1 \"-\" \$4; exit }'"
170 run "uname -sr | awk '{ print \$1 \"-\" \$2 }'"
176 run "netpgpverify -v | awk '{ print \$1 \"-\" \$3 }'"
197 run "printf 'pkg_install-%s\n' \$(${infopath} -V)"
207 run "printf '%s\n' sys_info-${SYS_INFO_VERSION}"
221 run "cat ${destdir}/usr/share/zoneinfo/TZDATA_VERSION"
223 run "printf '%s\n' tzdata-too-old-to-matter"
[all …]
/netbsd/sys/lib/libkern/
H A Drngtest.c181 if (run > 6) in endrun()
182 run = 6; in endrun()
194 int run; in rngtest() local
228 run = 0; in rngtest()
234 run = 0; in rngtest()
237 ++run; in rngtest()
242 for (run = 1; run <= 6; ++run) { in rngtest()
244 if (rc->rt_runs[last][run] <= minrun[run]) { in rngtest()
248 rc->rt_runs[last][run], minrun[run]); in rngtest()
250 } else if (rc->rt_runs[last][run] >= maxrun[run]) { in rngtest()
[all …]
/netbsd/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.c132 ucrun_t *run; in _add_run() local
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()
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()
181 return run; in _add_run()
189 ucrun_t *run, *lrun; in _ucadd_rtl_segment() local
[all …]

12345678910>>...137