Home
last modified time | relevance | path

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

12345678910>>...96

/freebsd/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb191 output.puts('')
207 output.puts('')
215 output.puts("{")
228 output.puts("{")
236 output.puts("{")
250 output.puts("{")
305 output.puts("{")
313 output.puts("}")
322 output.puts("{")
345 output.puts()
[all …]
/freebsd/contrib/ldns/
H A Dhost2str.c1031 ldns_buffer_printf(output, in ldns_rdf2buffer_str_apl()
1553 if (!output) in ldns_rdf2buffer_str_svcparams()
1611 (void)output; (void)rdf; in ldns_rdf2buffer_str_svcparams()
1989 output, in ldns_rr2buffer_str_fmt()
2007 output, in ldns_rr2buffer_str_fmt()
2760 ldns_buffer_printf(output, in ldns_pkt2buffer_str_fmt()
3387 fprintf(output, "%s", str); in ldns_rdf_print()
3488 fprintf(output, "\n"); in ldns_resolver_print_fmt()
3493 fprintf(output, "\t"); in ldns_resolver_print_fmt()
3495 fprintf(output, "\n"); in ldns_resolver_print_fmt()
[all …]
/freebsd/contrib/byacc/
H A DMANIFEST73 test/btyacc/btyacc_calc1.output reference output for testing
77 test/btyacc/btyacc_demo.output reference output for testing
93 test/btyacc/calc.output reference output for testing
97 test/btyacc/calc1.output reference output for testing
101 test/btyacc/calc2.output reference output for testing
105 test/btyacc/calc3.output reference output for testing
134 test/btyacc/code_calc.output reference output for testing
139 test/btyacc/code_error.output reference output for testing
145 test/btyacc/defines1.output reference output for testing
149 test/btyacc/defines2.output reference output for testing
[all …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test.py67 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
129 output = ToUnixLineEnding(output)
130 output = RemoveReportHeaderAndFooter(output)
131 output = NormalizeErrorMarker(output)
132 output = RemoveLocations(output)
[all …]
/freebsd/contrib/ldns/ldns/
H A Dhost2str.h207 ldns_algorithm2buffer_str(ldns_buffer *output,
218 ldns_cert_algorithm2buffer_str(ldns_buffer *output,
341 ldns_status ldns_rr_type2buffer_str(ldns_buffer *output,
784 void ldns_rdf_print(FILE *output, const ldns_rdf *rdf);
794 void ldns_rr_print(FILE *output, const ldns_rr *rr);
805 void ldns_rr_print_fmt(FILE *output,
816 void ldns_pkt_print(FILE *output, const ldns_pkt *pkt);
827 void ldns_pkt_print_fmt(FILE *output,
872 void ldns_rr_list_print_fmt(FILE *output,
890 void ldns_resolver_print_fmt(FILE *output,
[all …]
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_drm_subr.c59 if (output->panel != NULL) { in tegra_drm_connector_get_modes()
65 edid = output->edid; in tegra_drm_connector_get_modes()
89 return &(output->encoder); in tegra_drm_connector_best_encoder()
126 (void **)&output->edid); in tegra_drm_encoder_attach()
130 device_printf(output->dev, in tegra_drm_encoder_attach()
132 if (output->edid != NULL) in tegra_drm_encoder_attach()
138 &output->gpio_hpd); in tegra_drm_encoder_attach()
143 if ((output->edid == NULL) && (output->ddc == NULL)) in tegra_drm_encoder_attach()
147 output->connector.polled = in tegra_drm_encoder_attach()
160 if (output->panel) { in tegra_drm_encoder_init()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm750-pincfg-evb.dtsi14 output-high;
24 output-high;
34 output-high;
39 output-low;
44 output-high;
49 output-high;
54 output-high;
59 output-high;
109 output-low;
119 output-low;
[all …]
/freebsd/sys/contrib/libsodium/test/default/
H A Dstream.c26 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()
50 memset(output, 0, 192); 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 …]
H A Dstream2.c14 static unsigned char output[4194304]; variable
22 crypto_stream_salsa20(output, sizeof output, noncesuffix, secondkey); in main()
23 crypto_hash_sha256(h, output, sizeof output); in main()
28 assert(sizeof output > 4000); in main()
30 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 0U, in main()
33 assert(output[i] == 0); in main()
35 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 1U, in main()
37 crypto_hash_sha256(h, output, sizeof output); in main()
/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()
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()
161 output[0] = input[0] >> 2; in ldns_b64_ntop()
164 assert(output[0] < 64); in ldns_b64_ntop()
165 assert(output[1] < 64); in ldns_b64_ntop()
[all …]
/freebsd/usr.bin/yacc/tests/
H A DMakefile84 FILEStest_yacc+= big_b.output
86 FILEStest_yacc+= big_l.output
112 FILEStest_yacc+= calc.output
116 FILEStest_yacc+= calc1.output
120 FILEStest_yacc+= calc2.output
124 FILEStest_yacc+= calc3.output
150 FILEStest_yacc+= empty.output
274 FILEStest_yacc+= error.output
287 FILEStest_yacc+= help.output
367 FILEStest_yacc+= stdin1.output
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test.py138 def RemoveTime(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(
180 output = re.sub(r'\d+ tests? from ([a-zA-Z_])', r'? tests from \1', output)
211 output = ToUnixLineEnding(output)
212 output = RemoveLocations(output)
213 output = RemoveStackTraceDetails(output)
214 output = RemoveTime(output)
215 return output
[all …]
/freebsd/lib/libc/gen/
H A Dfmtmsg.c70 if (output == NULL) { in fmtmsg()
74 if (*output != '\0') in fmtmsg()
77 free(output); in fmtmsg()
82 if (output == NULL) in fmtmsg()
84 if (*output != '\0') { in fmtmsg()
86 free(output); in fmtmsg()
92 free(output); in fmtmsg()
98 if (*output != '\0') \
116 char *comp, *output; in printfmt() local
133 *output = '\0'; in printfmt()
[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"
61 output=$(showshares_nfs 2>&1)
65 output=$(showshares_nfs 2>&1)
69 output=$(showshares_nfs 2>&1)
74 output=$(showshares_nfs 2>&1)
[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;
57 void outcslow(int, struct output *);
62 void outstr(const char *, struct output *);
63 void outqstr(const char *, struct output *);
65 void emptyoutbuf(struct output *);
67 void flushout(struct output *);
69 int outiserror(struct output *);
[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";
55 clock-output-names = "slimbus_clk";
64 clock-output-names = "sys_32k_ck";
192 clock-output-names = "abe_clk";
263 clock-output-names = "ddrphy_ck";
592 clock-output-names = "usim_ck";
1186 clock-output-names = "abe_cm";
1301 clock-output-names = "d2d_cm";
[all …]
H A Domap54xx-clocks.dtsi11 clock-output-names = "pad_clks_src_ck";
18 clock-output-names = "pad_clks_ck";
41 clock-output-names = "slimbus_clk";
50 clock-output-names = "sys_32k_ck";
154 clock-output-names = "abe_clk";
164 clock-output-names = "abe_iclk";
227 clock-output-names = "c2c_fclk";
236 clock-output-names = "c2c_iclk";
1102 clock-output-names = "mpu_cm";
1118 clock-output-names = "dsp_cm";
[all …]
H A Dam43xx-clocks.dtsi11 clock-output-names = "sys_clkin_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";
101 clock-output-names = "sha0_fck";
110 clock-output-names = "aes0_fck";
119 clock-output-names = "rng_fck";
899 clock-output-names = "mpu_cm";
[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";
83 clock-output-names = "sha0_fck";
92 clock-output-names = "aes0_fck";
101 clock-output-names = "rng_fck";
354 clock-output-names = "l3_gclk";
[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";
95 clock-output-names = "rmii_clk_ck";
257 clock-output-names = "abe_clk";
449 clock-output-names = "iva_dclk";
1701 clock-output-names = "mpu_cm";
[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()
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()
162 output[0] = input[0] >> 2; in b64_ntop()
165 Assert(output[0] < 64); in b64_ntop()
166 Assert(output[1] < 64); in b64_ntop()
[all …]
/freebsd/usr.bin/truncate/tests/
H A Dtruncate_test.sh106 truncate -s8388608t output.txt
206 eval $(stat -s output.txt)
214 eval $(stat -s output.txt)
231 eval $(stat -s output.txt)
239 eval $(stat -s output.txt)
256 eval $(stat -s output.txt)
264 eval $(stat -s output.txt)
281 eval $(stat -s output.txt)
289 eval $(stat -s output.txt)
352 eval $(stat -s output.txt)
[all …]
/freebsd/contrib/kyua/utils/format/
H A Dcontainers.ipp47 output << "map(";
55 output << ")";
56 return output;
71 return output;
90 return output;
104 output << "set(";
112 output << ")";
113 return output;
127 output << "[";
133 output << "]";
[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()
29 fprintf(output, "\n"); in pkt_output()
30 fprintf(output, HLINE); in pkt_output()
38 FILE * output in l_fp_output() argument
49 FILE *output in l_fp_output_bin() argument
54 fprintf(output, HLINE); in l_fp_output_bin()
74 fprintf(output, " "); in l_fp_output_bin()
77 fprintf(output, "\n"); in l_fp_output_bin()
[all …]

12345678910>>...96