Lines Matching refs:output
15 # the output of this script, but we need to keep the script around in
19 # Overall plan: run the ASN.1 compiler, run each of its output files
22 # output into something closer to ISC's coding standard, and (2) to
56 # a file called "asn1_files" listing the names of the other output
107 my $output;
150 $output .= $_;
174 $output =~ s<^static [^\n]+\n$_\(.+?^}></* unused function: $_ */\n>ms
177 $output =~ s<^static .+$_\(.*\);$></* unused declaration: $_ */>m
180 $output =~ s<^static struct units ContextFlags_units\[\].+?^};>
183 $output =~ s<^static int asn1_NegotiationToken_dummy_holder = 1;>
186 $output =~ s<^static void\nfree_ContextFlags\(ContextFlags \* data\)\n{\n>
191 print($output);