Lines Matching refs:OUT
329 open( OUT, ">$hfile" ) || die "Can't write to $hfile, $!,";
330 print OUT <<"EOF";
355 print OUT <<"EOF";
361 print OUT <<"EOF";
368 print OUT "\n/*\n * $lib reason codes.\n */\n";
383 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z;
385 print OUT "\n";
392 print OUT "#${indent}endif\n";
395 print OUT <<"EOF";
402 close OUT;
420 open( OUT, ">$hfile" ) || die "Can't write to $hfile, $!,";
421 print OUT <<"EOF";
444 print OUT <<"EOF";
451 print OUT <<"EOF";
457 print OUT <<"EOF";
472 print OUT "\n/*\n * $lib reason codes.\n */\n";
487 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z;
489 print OUT "\n";
493 print OUT "#${indent}endif\n";
495 close OUT;
523 open( OUT, ">$cfile" )
528 print OUT <<"EOF";
545 print OUT <<"EOF";
552 print OUT <<"EOF";
574 print OUT "$lines\n";
576 print OUT <<"EOF";
583 print OUT <<"EOF";
596 print OUT <<"EOF";
645 print OUT "#${indent}endif\n";
648 print OUT <<"EOF";
654 close OUT;
677 open(OUT, ">$statefile.new")
679 print OUT <<"EOF";
687 print OUT "\n#Reason codes\n";
692 print OUT "$short$t\n";
694 close(OUT);