Lines Matching refs:OUT
328 open( OUT, ">$hfile" ) || die "Can't write to $hfile, $!,";
329 print OUT <<"EOF";
354 print OUT <<"EOF";
360 print OUT <<"EOF";
367 print OUT "\n/*\n * $lib reason codes.\n */\n";
382 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z;
384 print OUT "\n";
391 print OUT "#${indent}endif\n";
394 print OUT <<"EOF";
401 close OUT;
419 open( OUT, ">$hfile" ) || die "Can't write to $hfile, $!,";
420 print OUT <<"EOF";
443 print OUT <<"EOF";
450 print OUT <<"EOF";
455 print OUT <<"EOF";
470 print OUT "\n/*\n * $lib reason codes.\n */\n";
485 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z;
487 print OUT "\n";
491 print OUT "#${indent}endif\n";
493 close OUT;
521 open( OUT, ">$cfile" )
526 print OUT <<"EOF";
543 print OUT <<"EOF";
550 print OUT <<"EOF";
570 print OUT "$short\n";
572 print OUT " {ERR_PACK($pack_lib, 0, $i),\n \"$rn\"},\n";
575 print OUT <<"EOF";
582 print OUT <<"EOF";
595 print OUT <<"EOF";
637 print OUT "#${indent}endif\n";
640 print OUT <<"EOF";
646 close OUT;
669 open(OUT, ">$statefile.new")
671 print OUT <<"EOF";
679 print OUT "\n#Reason codes\n";
684 print OUT "$short$t\n" if !exists $rextra{$i};
686 close(OUT);