Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 2801) sorted by relevance

12345678910>>...113

/freebsd/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb78 File.open(output_file, 'w') do |output|
79 create_header(output, used_mocks, testfile_includes)
80 create_externs(output, tests, used_mocks)
81 create_mock_management(output, used_mocks)
82 create_suite_setup_and_teardown(output)
83 create_reset(output, used_mocks)
84 create_main(output, input_file, tests, used_mocks)
170 def create_header(output, mocks, testfile_includes=[]) argument
171 output.puts('/* AUTOGENERATED FILE. DO NOT EDIT. */')
172 create_runtest(output, mocks)
[all …]
/freebsd/contrib/ldns/
H A Dhost2str.c197 ldns_pkt_opcode2buffer_str(ldns_buffer *output, ldns_pkt_opcode opcode) in ldns_pkt_opcode2buffer_str() argument
201 ldns_buffer_printf(output, "%s", lt->name); in ldns_pkt_opcode2buffer_str()
203 ldns_buffer_printf(output, "OPCODE%u", opcode); in ldns_pkt_opcode2buffer_str()
205 return ldns_buffer_status(output); in ldns_pkt_opcode2buffer_str()
209 ldns_pkt_rcode2buffer_str(ldns_buffer *output, ldns_pkt_rcode rcode) in ldns_pkt_rcode2buffer_str() argument
213 ldns_buffer_printf(output, "%s", lt->name); in ldns_pkt_rcode2buffer_str()
215 ldns_buffer_printf(output, "RCODE%u", rcode); in ldns_pkt_rcode2buffer_str()
217 return ldns_buffer_status(output); in ldns_pkt_rcode2buffer_str()
221 ldns_algorithm2buffer_str(ldns_buffer *output, in ldns_algorithm2buffer_str() argument
227 ldns_buffer_printf(output, "%s", lt->name); in ldns_algorithm2buffer_str()
[all …]
/freebsd/contrib/byacc/
H A DMANIFEST35 output.c original version of byacc - 1993
70 test/btyacc/big_b.output exercise -L/-B options
72 test/btyacc/big_l.output exercise -L/-B options
73 test/btyacc/btyacc_calc1.error reference output for testing
74 test/btyacc/btyacc_calc1.output reference output for testing
75 test/btyacc/btyacc_calc1.tab.c reference output for testing
76 test/btyacc/btyacc_calc1.tab.h reference output for testing
77 test/btyacc/btyacc_demo.error reference output for testing
78 test/btyacc/btyacc_demo.output reference output for testing
79 test/btyacc/btyacc_demo.tab.c reference output for testing
[all …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test.py64 def RemoveReportHeaderAndFooter(output): argument
67 output = re.sub(r'.*gtest_main.*\n', '', output)
68 output = re.sub(r'\[.*\d+ tests.*\n', '', output)
69 output = re.sub(r'\[.* test environment .*\n', '', output)
70 output = re.sub(r'\[=+\] \d+ tests .* ran.*', '', output)
71 output = re.sub(r'.* FAILED TESTS\n', '', output)
72 return output
75 def RemoveLocations(output): argument
88 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\:', 'FILE:#:', output)
91 def NormalizeErrorMarker(output): argument
[all …]
/freebsd/contrib/ldns/ldns/
H A Dhost2str.h187 ldns_pkt_opcode2buffer_str(ldns_buffer *output, ldns_pkt_opcode opcode);
197 ldns_pkt_rcode2buffer_str(ldns_buffer *output, ldns_pkt_rcode rcode);
207 ldns_algorithm2buffer_str(ldns_buffer *output,
218 ldns_cert_algorithm2buffer_str(ldns_buffer *output,
268 ldns_status ldns_rdf2buffer_str_a(ldns_buffer *output, const ldns_rdf *rdf);
276 ldns_status ldns_rdf2buffer_str_aaaa(ldns_buffer *output, const ldns_rdf *rdf);
284 ldns_status ldns_rdf2buffer_str_str(ldns_buffer *output, const ldns_rdf *rdf);
292 ldns_status ldns_rdf2buffer_str_b64(ldns_buffer *output, const ldns_rdf *rdf);
300 ldns_status ldns_rdf2buffer_str_b32_ext(ldns_buffer *output, const ldns_rdf *rdf);
308 ldns_status ldns_rdf2buffer_str_hex(ldns_buffer *output, const ldns_rdf *rdf);
[all …]
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_drm_subr.c51 struct tegra_drm_encoder *output; in tegra_drm_connector_get_modes() local
55 output = container_of(connector, struct tegra_drm_encoder, in tegra_drm_connector_get_modes()
59 if (output->panel != NULL) { in tegra_drm_connector_get_modes()
65 edid = output->edid; in tegra_drm_connector_get_modes()
69 edid = drm_get_edid(connector, output->ddc); in tegra_drm_connector_get_modes()
84 struct tegra_drm_encoder *output; in tegra_drm_connector_best_encoder() local
86 output = container_of(connector, struct tegra_drm_encoder, in tegra_drm_connector_best_encoder()
89 return &(output->encoder); in tegra_drm_connector_best_encoder()
95 struct tegra_drm_encoder *output; in tegra_drm_connector_detect() local
99 output = container_of(connector, struct tegra_drm_encoder, in tegra_drm_connector_detect()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm750-pincfg-evb.dtsi11 pin9_output_high: pin9-output-high {
14 output-high;
21 pin11_output_high: pin11-output-high {
24 output-high;
31 pin24_output_high: pin24-output-high {
34 output-high;
36 pin25_output_low: pin25-output-low {
39 output-low;
41 pin32_output_high: pin32-output-high {
44 output-high;
[all …]
/freebsd/sys/contrib/libsodium/test/default/
H A Dstream.c16 static unsigned char output[4194304]; variable
26 randombytes_buf(output, sizeof output); in main()
27 crypto_stream(output, sizeof output, nonce, firstkey); in main()
28 crypto_hash_sha256(h, output, sizeof output); in main()
32 assert(sizeof output > 4000); in main()
34 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 0U, firstkey); in main()
36 assert(output[i] == 0); in main()
38 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 1U, firstkey); in main()
39 crypto_hash_sha256(h, output, sizeof output); in main()
44 memset(output, i, 64); in main()
[all …]
H A Dkdf.exp11 Failure -- probably expected for output length=0
12 Failure -- probably expected for output length=1
13 Failure -- probably expected for output length=2
14 Failure -- probably expected for output length=3
15 Failure -- probably expected for output length=4
16 Failure -- probably expected for output length=5
17 Failure -- probably expected for output length=6
18 Failure -- probably expected for output length=7
19 Failure -- probably expected for output length=8
20 Failure -- probably expected for output length=9
[all …]
/freebsd/contrib/ldns/compat/
H A Db64_ntop.c118 uint8_t output[4]; in ldns_b64_ntop() local
136 output[0] = input[0] >> 2; in ldns_b64_ntop()
137 output[1] = ((input[0] & 0x03) << 4) + (input[1] >> 4); in ldns_b64_ntop()
138 output[2] = ((input[1] & 0x0f) << 2) + (input[2] >> 6); in ldns_b64_ntop()
139 output[3] = input[2] & 0x3f; in ldns_b64_ntop()
140 assert(output[0] < 64); in ldns_b64_ntop()
141 assert(output[1] < 64); in ldns_b64_ntop()
142 assert(output[2] < 64); in ldns_b64_ntop()
143 assert(output[3] < 64); in ldns_b64_ntop()
148 target[datalength++] = Base64[output[0]]; in ldns_b64_ntop()
[all …]
/freebsd/usr.bin/yacc/tests/
H A DMakefile83 FILEStest_yacc+= big_b.output
85 FILEStest_yacc+= big_l.output
87 FILEStest_yacc+= calc_code_all.output
91 FILEStest_yacc+= calc_code_default.output
95 FILEStest_yacc+= calc_code_imports.output
99 FILEStest_yacc+= calc_code_provides.output
103 FILEStest_yacc+= calc_code_requires.output
107 FILEStest_yacc+= calc_code_top.output
111 FILEStest_yacc+= calc.output
115 FILEStest_yacc+= calc1.output
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test.py122 def RemoveStackTraceDetails(output): argument
127 r'Stack trace:(.|\n)*?\n\n', 'Stack trace: (omitted)\n\n', output
131 def RemoveStackTraces(output): argument
135 return re.sub(r'Stack trace:(.|\n)*?\n', '', output)
138 def RemoveTime(output): argument
141 return re.sub(r'\(\d+ ms', '(? ms', output)
172 def RemoveTestCounts(output): argument
175 output = re.sub(r'\d+ tests?, listed below', '? tests, listed below', output)
176 output = re.sub(r'\d+ FAILED TESTS', '? FAILED TESTS', output)
177 output = re.sub(
[all …]
/freebsd/lib/libc/gen/
H A Dfmtmsg.c52 char *env, *msgverb, *output; in fmtmsg() local
68 output = printfmt(msgverb, class, label, sev, text, action, in fmtmsg()
70 if (output == NULL) { in fmtmsg()
74 if (*output != '\0') in fmtmsg()
75 fprintf(stderr, "%s", output); in fmtmsg()
77 free(output); in fmtmsg()
80 output = printfmt(DFLT_MSGVERB, class, label, sev, text, in fmtmsg()
82 if (output == NULL) in fmtmsg()
84 if (*output != '\0') { in fmtmsg()
86 free(output); in fmtmsg()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_013_pos.ksh48 output=$(showshares_nfs 2>&1)
49 log_must grep -q "::1(" <<< "$output"
52 output=$(showshares_nfs 2>&1)
53 log_must grep -q "2::3(" <<< "$output"
56 output=$(showshares_nfs 2>&1)
57 log_must grep -q "::1(" <<< "$output"
58 log_must grep -q "2::3(" <<< "$output"
61 output=$(showshares_nfs 2>&1)
62 log_must grep -q "::1/64(" <<< "$output"
65 output=$(showshares_nfs 2>&1)
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap44xx-clocks.dtsi11 clock-output-names = "extalt_clkin_ck";
18 clock-output-names = "pad_clks_src_ck";
25 clock-output-names = "pad_clks_ck";
34 clock-output-names = "pad_slimbus_core_clks_ck";
41 clock-output-names = "secure_32k_clk_src_ck";
48 clock-output-names = "slimbus_src_clk";
55 clock-output-names = "slimbus_clk";
64 clock-output-names = "sys_32k_ck";
71 clock-output-names = "virt_12000000_ck";
78 clock-output-names = "virt_13000000_ck";
[all …]
H A Domap54xx-clocks.dtsi11 clock-output-names = "pad_clks_src_ck";
18 clock-output-names = "pad_clks_ck";
27 clock-output-names = "secure_32k_clk_src_ck";
34 clock-output-names = "slimbus_src_clk";
41 clock-output-names = "slimbus_clk";
50 clock-output-names = "sys_32k_ck";
57 clock-output-names = "virt_12000000_ck";
64 clock-output-names = "virt_13000000_ck";
71 clock-output-names = "virt_16800000_ck";
78 clock-output-names = "virt_19200000_ck";
[all …]
H A Dam43xx-clocks.dtsi11 clock-output-names = "sys_clkin_ck";
20 clock-output-names = "crystal_freq_sel_ck";
29 clock-output-names = "sysboot_freq_sel_ck";
38 clock-output-names = "adc_tsc_fck";
47 clock-output-names = "dcan0_fck";
56 clock-output-names = "dcan1_fck";
65 clock-output-names = "mcasp0_fck";
74 clock-output-names = "mcasp1_fck";
83 clock-output-names = "smartreflex0_fck";
92 clock-output-names = "smartreflex1_fck";
[all …]
H A Dam33xx-clocks.dtsi11 clock-output-names = "sys_clkin_ck";
20 clock-output-names = "adc_tsc_fck";
29 clock-output-names = "dcan0_fck";
38 clock-output-names = "dcan1_fck";
47 clock-output-names = "mcasp0_fck";
56 clock-output-names = "mcasp1_fck";
65 clock-output-names = "smartreflex0_fck";
74 clock-output-names = "smartreflex1_fck";
83 clock-output-names = "sha0_fck";
92 clock-output-names = "aes0_fck";
[all …]
H A Ddra7xx-clocks.dtsi11 clock-output-names = "atl_clkin0_ck";
18 clock-output-names = "atl_clkin1_ck";
25 clock-output-names = "atl_clkin2_ck";
32 clock-output-names = "atl_clkin3_ck";
39 clock-output-names = "hdmi_clkin_ck";
46 clock-output-names = "mlb_clkin_ck";
53 clock-output-names = "mlbp_clkin_ck";
60 clock-output-names = "pciesref_acs_clk_ck";
67 clock-output-names = "ref_clkin0_ck";
74 clock-output-names = "ref_clkin1_ck";
[all …]
/freebsd/bin/sh/
H A Doutput.h41 struct output { struct
50 extern struct output output; /* to fd 1 */ argument
51 extern struct output errout; /* to fd 2 */
52 extern struct output memout;
53 extern struct output *out1; /* &memout if backquote, otherwise &output */
54 extern struct output *out2; /* &memout if backquote with 2>&1, otherwise
57 void outcslow(int, struct output *);
62 void outstr(const char *, struct output *);
63 void outqstr(const char *, struct output *);
64 void outbin(const void *, size_t, struct output *);
[all …]
/freebsd/usr.bin/truncate/tests/
H A Dtruncate_test.sh75 atf_check -s not-exit:0 -e file:stderr.txt truncate -7 -s0 output.txt
76 [ ! -e output.txt ] || atf_fail "output.txt should not exist"
90 atf_check -s not-exit:0 -e file:stderr.txt truncate -s+1L output.txt
91 [ ! -e output.txt ] || atf_fail "output.txt should not exist"
106 truncate -s8388608t output.txt
107 [ ! -e output.txt ] || atf_fail "output.txt should not exist"
119 [ ! -e output.txt ] || atf_fail "doesnotexist.txt should not exist"
122 [ ! -e output.txt ] || atf_fail "doesnotexist.txt should not exist"
204 atf_check -s exit:0 -e file:stderr.txt truncate -s1k output.txt
205 atf_check -s exit:1 cmp -s output.txt /dev/zero
[all …]
/freebsd/lib/libc/net/
H A Dbase64.c129 u_char output[4]; in b64_ntop() local
138 output[0] = input[0] >> 2; in b64_ntop()
139 output[1] = ((input[0] & 0x03) << 4) + (input[1] >> 4); in b64_ntop()
140 output[2] = ((input[1] & 0x0f) << 2) + (input[2] >> 6); in b64_ntop()
141 output[3] = input[2] & 0x3f; in b64_ntop()
142 Assert(output[0] < 64); in b64_ntop()
143 Assert(output[1] < 64); in b64_ntop()
144 Assert(output[2] < 64); in b64_ntop()
145 Assert(output[3] < 64); in b64_ntop()
149 target[datalength++] = Base64[output[0]]; in b64_ntop()
[all …]
/freebsd/contrib/kyua/utils/format/
H A Dcontainers.ipp39 /// \param output The stream into which to inject the object.
42 /// \return The output stream.
45 std::operator<<(std::ostream& output, const std::map< K, V >& object)
47 output << "map(";
52 output << ", ";
53 output << (*iter).first << "=" << (*iter).second;
55 output << ")";
56 return output;
62 /// \param output The stream into which to inject the object.
65 /// \return The output stream.
[all …]
/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c80 int output; in gauge_builder()
91 output = bsddialog_gauge(conf, text, rows, cols, perc, STDIN_FILENO, in gauge_builder()
94 return (output); in gauge_builder()
99 int output, *minipercs; in mixedgauge_builder()
125 output = bsddialog_mixedgauge(conf, text, rows, cols, mainperc, in mixedgauge_builder()
128 return (output); in mixedgauge_builder()
133 int output; in pause_builder()
142 output = bsddialog_pause(conf, text, rows, cols, &secs); in pause_builder()
144 return (output); in pause_builder()
149 int output, mi in rangebox_builder()
79 int output; gauge_builder() local
98 int output, *minipercs; mixedgauge_builder() local
132 int output; pause_builder() local
148 int output, min, max, value; rangebox_builder() local
246 int output; timebox_builder() local
341 print_menu_items(int output,int nitems,struct bsddialog_menuitem * items,int focusitem,struct options * opt) print_menu_items() argument
432 int output, focusitem; checklist_builder() local
457 int output, focusitem; menu_builder() local
483 int output, focusitem; radiolist_builder() local
508 int output, focusitem; treeview_builder() local
536 print_form_items(int output,int nitems,struct bsddialog_formitem * items,int focusitem,struct options * opt) print_form_items() argument
567 int output, fieldlen, valuelen, focusitem; form_builder() local
619 int output; inputbox_builder() local
646 int output, focusitem; mixedform_builder() local
691 int output; passwordbox_builder() local
719 int output, fieldlen, valuelen, focusitem; passwordform_builder() local
[all...]
/freebsd/contrib/ntp/sntp/
H A Dutilities.c12 FILE *output in pkt_output() argument
20 fprintf(output, HLINE); in pkt_output()
24 fprintf(output, "\n"); in pkt_output()
26 fprintf(output, "%3d: %02x ", a, pkt[a]); in pkt_output()
29 fprintf(output, "\n"); in pkt_output()
30 fprintf(output, HLINE); in pkt_output()
38 FILE * output in l_fp_output() argument
41 fprintf(output, "%s\n", prettydate(ts)); in l_fp_output()
49 FILE *output in l_fp_output_bin() argument
54 fprintf(output, HLINE); in l_fp_output_bin()
[all …]

12345678910>>...113