Searched refs:output (Results 1 - 25 of 973) sorted by relevance

1234567891011>>

/openbsd-current/gnu/gcc/gcc/
H A Dmkconfig.sh33 output=$1
34 rm -f ${output}T
38 header_guard=GCC_`echo ${output} | sed -e ${hg_sed_expr}`
41 echo "#ifndef ${header_guard}" >> ${output}T
42 echo "#define ${header_guard}" >> ${output}T
46 if test x"$output" = x"config.h"; then
47 echo "#ifdef GENERATOR_FILE" >> ${output}T
48 echo "#error config.h is for the host, not build, machine." >> ${output}T
49 echo "#endif" >> ${output}T
55 echo "#define TARGET_CPU_DEFAULT ($TARGET_CPU_DEFAULT)" >> ${output}
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D105-valid_proto_string.t9 my ($input, $output);
12 $output = valid_proto_string($input);
13 is( $output, $input, "Got expected value for <$input>" );
16 $output = valid_proto_string($input);
17 is( $output, $input, "Got expected value for <$input>" );
20 $output = valid_proto_string($input);
21 is( $output, $input, "Got expected value for <$input>" );
24 $output = valid_proto_string($input);
25 is( $output, 0, "Got expected value for <$input>" );
28 $output
[all...]
/openbsd-current/regress/sys/kern/unfdpass/
H A DMakefile7 CLEANFILES+=file1 file2 file3 file4 file5 output test-sock
16 ./unfdpass > output
17 cmp -s ${.CURDIR}/expected output
20 ./unfdpass -p > output
21 cmp -s ${.CURDIR}/expected output
24 ./unfdpass -q > output
25 cmp -s ${.CURDIR}/expected output
28 ./unfdpass -pq > output
29 cmp -s ${.CURDIR}/expected output
32 ./unfdpass -o > output
[all...]
/openbsd-current/etc/examples/
H A Dman.conf11 # Options for terminal output.
12 output width 78
13 output indent 5
15 # Option for PostScript and PDF output.
16 output paper letter
/openbsd-current/libexec/tradcpp/
H A Doutput.h30 void output(const struct place *p, const char *buf, size_t len);
/openbsd-current/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c31 struct mod_hdcp_output *output)
42 callback_in_ms(0, output);
43 set_state_id(hdcp, output, HDCP_INITIALIZED);
45 callback_in_ms(0, output);
46 set_state_id(hdcp, output, H2_A1_SEND_AKE_INIT);
54 fail_and_restart_in_ms(0, &status, output);
57 fail_and_restart_in_ms(0, &status, output);
60 set_watchdog_in_ms(hdcp, 100, output);
61 callback_in_ms(0, output);
62 set_state_id(hdcp, output, H2_A1_VALIDATE_AKE_CER
28 mod_hdcp_hdcp2_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) argument
369 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) argument
[all...]
H A Dhdcp1_transition.c31 struct mod_hdcp_output *output)
41 callback_in_ms(500, output);
45 callback_in_ms(0, output);
46 set_state_id(hdcp, output, H1_A1_EXCHANGE_KSVS);
52 fail_and_restart_in_ms(0, &status, output);
60 fail_and_restart_in_ms(0, &status, output);
63 callback_in_ms(300, output);
64 set_state_id(hdcp, output,
70 fail_and_restart_in_ms(0, &status, output);
79 fail_and_restart_in_ms(1000, &status, output);
28 mod_hdcp_hdcp1_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) argument
151 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dascii_order.pl9 my $output = "";
11 $output .= chr(utf8::native_to_unicode(ord(substr($string, $i, 1))));
13 # Preserve utf8ness of input onto the output, even if it didn't need to be
15 utf8::upgrade($output) if utf8::is_utf8($string);
17 return $output;
/openbsd-current/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Support/
H A Dwrite_extension_def.py11 parser.add_argument('-o', '--output', required=True, help='output file')
14 output = ''.join(['HANDLE_EXTENSION(%s)\n' % ext for ext in args.exts])
15 output += '#undef HANDLE_EXTENSION\n'
17 if not os.path.exists(args.output) or open(args.output).read() != output:
18 open(args.output, 'w').write(output)
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/tests/
H A Daccentenc2 # Test encoded accent info output.
7 output=`basename $0`.info
16 grep '�' $output >/dev/null \
17 && grep '�' $output >/dev/null \
18 && grep '/L' $output >/dev/null
22 rm -f $output
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dregenerate-data5 # The snippet tests are designed to keep the output fairly stable, but there
6 # are a few tests that use complete output with some customization. This
8 # podlators. The output can then be reviewed with normal Git tools.
38 # Map of translators to the file containing the formatted output for the
41 my %output = (
50 # Regenerate those output files.
52 for my $module (keys(%output)) {
56 my $output;
57 $parser->output_string(\$output);
64 $output
[all...]
/openbsd-current/sys/dev/microcode/atmel/
H A Dbuild.c34 output(const char *name, char *buf, int buflen) function
56 output("atu-intersil-int", atmel_fw_intersil_int,
58 output("atu-intersil-ext", atmel_fw_intersil_ext,
61 output("atu-rfmd2958smc-int", atmel_fw_rfmd2958_smc_int,
63 output("atu-rfmd2958smc-ext", atmel_fw_rfmd2958_smc_ext,
66 output("atu-rfmd2958-int", atmel_fw_rfmd2958_int,
68 output("atu-rfmd2958-ext", atmel_fw_rfmd2958_ext,
71 output("atu-rfmd-int", atmel_fw_rfmd_int,
73 output("atu-rfmd-ext", atmel_fw_rfmd_ext,
76 output("at
[all...]
/openbsd-current/regress/sys/crypto/hmac/
H A Dhmac_test.c41 u_int8_t data[50], output[32]; local
45 HMAC_MD5_Final(output, &md5);
46 print_hex(output, MD5_DIGEST_LENGTH);
50 HMAC_MD5_Final(output, &md5);
51 print_hex(output, MD5_DIGEST_LENGTH);
56 HMAC_MD5_Final(output, &md5);
57 print_hex(output, MD5_DIGEST_LENGTH);
61 HMAC_SHA1_Final(output, &sha1);
62 print_hex(output, SHA1_DIGEST_LENGTH);
66 HMAC_SHA1_Final(output,
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dfile.t26 my @output;
31 push @output => grep { $_ ne '' }
66 chomp(@output);
75 my $status = pop @output;
77 my $summary = pop @output;
80 is_deeply \@output, \@expected, '... the output should be correct';
88 @output = ();
95 chomp(@output);
104 $status = pop @output;
[all...]
H A Dharness.t44 my ( $self, $output, $color ) = @_;
45 $output->("[[$color]]");
87 my @output;
91 push @output => grep { $_ ne '' }
120 chomp(@output);
133 my $status = pop @output;
135 my $summary = pop @output;
138 is_deeply \@output, \@expected, '... and the output should be correct';
146 @output
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dmkconfig.sh13 output=$1
14 rm -f ${output}T
19 echo "#define TARGET_CPU_DEFAULT ($TARGET_CPU_DEFAULT)" >> ${output}T
24 echo "#ifndef $def" | sed 's/=.*//' >> ${output}T
25 echo "# define $def" | sed 's/=/ /' >> ${output}T
26 echo "#endif" >> ${output}T
34 echo "#include \"$first\"" >> ${output}T
45 case $output in
47 cat >> ${output}T <<EOF
66 echo '#ifdef IN_GCC' >> ${output}
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/man/
H A Diso-8859-1.t28 test_snippet_with_io('Pod::Man', 'man/iso-8859-1-roff', { output => 'ascii' });
31 # the output character set.
43 eval 'binmode($builder->output, ":encoding(iso-8859-1)")';
47 # Test the snippet with ISO 8859-1 output, with and without PerlIO layers.
50 { encoding => 'iso-8859-1', output => 'iso-latin-1' },
54 { encoding => 'iso-8859-1', perlio_iso => 1, output => 'iso-latin-1' },
H A Dempty.t23 # Set up Pod::Man to output to a string.
26 my $output;
27 $parser->output_string(\$output);
45 if ($output eq q{}) {
49 $output,
51 '...and output contains a POD ERRORS section',
61 if ($output eq q{}) {
65 $output,
67 '...and output contains a POD ERRORS section',
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Dtrailing_comma.t14 output => "[]",
18 output => "[17]",
23 output => "[\n 17,\n]",
28 output => "[\n 17,\n ]",
33 output => "[17,18]",
38 output => "[\n 17,\n 18,\n]",
43 output => "[\n 17,\n 18,\n ]",
48 output => "{}",
52 output => "{'foo' => 17}",
57 output
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash37.C8 C<T, &T::output> call(T& obj)
9 { return C<T, &T::output>();
14 void output(int);
/openbsd-current/usr.sbin/nsd/
H A Drdata.c74 typedef int (*rdata_to_string_type)(buffer_type *output,
79 rdata_dname_to_string(buffer_type *output, rdata_atom_type rdata, argument
82 buffer_printf(output,
90 rdata_dns_name_to_string(buffer_type *output, rdata_atom_type rdata, argument
101 buffer_printf(output, ".");
107 buffer_printf(output, "\\%c", (char) ch);
109 buffer_printf(output, "\\%03u", (unsigned int) ch);
111 buffer_printf(output, "%c", (char) ch);
113 buffer_printf(output, "\\%03u", (unsigned int) ch);
122 buffer_printf(output, "
127 rdata_text_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
151 rdata_texts_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
179 rdata_long_text_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
203 rdata_tag_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
219 rdata_byte_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
228 rdata_short_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
237 rdata_long_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
246 rdata_a_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
259 rdata_aaaa_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
272 rdata_ilnp64_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
286 rdata_eui48_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
303 rdata_eui64_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
322 rdata_rrtype_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
331 rdata_algorithm_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
340 rdata_certificate_type_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
355 rdata_period_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
364 rdata_time_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
379 rdata_base32_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
399 rdata_base64_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
419 hex_to_string(buffer_type *output, const uint8_t *data, size_t size) argument
436 rdata_hex_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
449 rdata_hexlen_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
462 rdata_nsap_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
471 rdata_apl_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
511 rdata_services_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
549 rdata_ipsecgateway_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* rr) argument
582 rdata_nxt_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
601 rdata_nsec_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
651 buffer_print_svcparamkey(buffer_type *output, uint16_t svcparamkey) argument
660 rdata_svcparam_port_to_string(buffer_type *output, uint16_t val_len, uint16_t *data) argument
670 rdata_svcparam_ipv4hint_to_string(buffer_type *output, uint16_t val_len, uint16_t *data) argument
697 rdata_svcparam_ipv6hint_to_string(buffer_type *output, uint16_t val_len, uint16_t *data) argument
724 rdata_svcparam_mandatory_to_string(buffer_type *output, uint16_t val_len, uint16_t *data) argument
745 rdata_svcparam_ech_to_string(buffer_type *output, uint16_t val_len, uint16_t *data) argument
765 rdata_svcparam_alpn_to_string(buffer_type *output, uint16_t val_len, uint16_t *data) argument
802 rdata_svcparam_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
871 rdata_unknown_to_string(buffer_type *output, rdata_atom_type rdata, rr_type* ATTR_UNUSED(rr)) argument
916 rdata_atom_to_string(buffer_type *output, rdata_zoneformat_type type, rdata_atom_type rdata, rr_type* record) argument
1116 rdata_atoms_to_unknown_string(buffer_type *output, rrtype_descriptor_type *descriptor, size_t rdata_count, rdata_atom_type *rdatas) argument
1140 print_rdata(buffer_type *output, rrtype_descriptor_type *descriptor, rr_type *record) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dqr.t18 my $output = '';
24 $output .= "$foo\n"; # correct
28 $output .= "1: $foo\n"; # No error
32 $output .= "2: $foo\n"; # initialization warning, incorrect results
34 is $output, "5\n1: 5\n2: 5\n", '$a_match_var =~ /$qr/';
37 my $output = '';
43 $output .= "$foo\n"; # correct
47 $output .= "1: $foo\n"; # No error
51 $output .= "2: $foo\n"; # initialization warning, incorrect results
53 is $output, "
[all...]
/openbsd-current/sys/dev/microcode/ral/
H A Dbuild.c30 output(const char *name, const uint8_t *ucode, int size) function
53 output("ral-rt2561", rt2561, sizeof rt2561);
54 output("ral-rt2561s", rt2561s, sizeof rt2561s);
55 output("ral-rt2661", rt2661, sizeof rt2661);
56 output("ral-rt2860", rt2860, sizeof rt2860);
57 output("ral-rt3290", rt3290, sizeof rt3290);
/openbsd-current/sys/dev/microcode/rtwn/
H A Dbuild.c30 output(const char *name, const uint8_t *ucode, int size) function
53 output("rtwn-rtl8188e", rtl8188e, sizeof rtl8188e);
54 output("rtwn-rtl8192cU", rtl8192cU, sizeof rtl8192cU);
55 output("rtwn-rtl8192cU_B", rtl8192cU_B, sizeof rtl8192cU_B);
56 output("rtwn-rtl8723", rtl8723, sizeof rtl8723);
57 output("rtwn-rtl8723_B", rtl8723_B, sizeof rtl8723_B);
/openbsd-current/sys/dev/microcode/urtwn/
H A Dbuild.c30 output(const char *name, const uint8_t *ucode, int size) function
53 output("urtwn-rtl8188eu", rtl8188eu, sizeof rtl8188eu);
54 output("urtwn-rtl8188ftv", rtl8188ftv, sizeof rtl8188ftv);
55 output("urtwn-rtl8192cT", rtl8192cT, sizeof rtl8192cT);
56 output("urtwn-rtl8192cU", rtl8192cU, sizeof rtl8192cU);
57 output("urtwn-rtl8192eu", rtl8192eu, sizeof rtl8192eu);

Completed in 257 milliseconds

1234567891011>>