| /openbsd-src/gnu/usr.bin/perl/t/io/ |
| H A D | paragraph_mode.t | 11 my ($OUT, $filename, @chunks, @expected, $msg); 25 ($OUT, $filename) = open_tempfile(); 26 print $OUT "$_\n" for ( 34 print $OUT $chunks[3]; 35 close $OUT or die; 50 ($OUT, $filename) = open_tempfile(); 51 print $OUT "$_\n" for ( 60 close $OUT or die; 75 ($OUT, $filename) = open_tempfile(); 76 print $OUT "$_\n" for ( [all …]
|
| H A D | fflush.t | 53 open OUT, ">> $f" or die "open $f: $!"; 54 print OUT $str; 55 close OUT; 67 open OUT, "> $f" or die "open $f: $!"; 68 print OUT "Pe"; 73 close OUT or die "close $f: $!"; 76 print OUT "r"; 110 open OUT, "> $f" or die "open $f: $!"; 111 print OUT "Pe"; 112 close OUT or die "close $f: $!";;
|
| /openbsd-src/gnu/usr.bin/perl/plan9/ |
| H A D | genconfig.pl | 57 open(OUT,'>',"${outdir}config.sh") || die "Can't open ${outdir}config.sh: $!\n"; 66 print OUT <<EndOfIntro; 127 print OUT "cc='pcc'\n"; 128 print OUT "d_attribute_format='undef'\n"; 129 print OUT "d_attribute_malloc='undef'\n"; 130 print OUT "d_attribute_nonnull='undef'\n"; 131 print OUT "d_attribute_noreturn='undef'\n"; 132 print OUT "d_attribute_pure='undef'\n"; 133 print OUT "d_attribute_unused='undef'\n"; 134 print OUT "d_attribute_warn_unused_result='undef'\n"; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/XSLoader/ |
| H A D | XSLoader_pm.PL | 9 open OUT, '>', 'XSLoader.pm' or die $!; 10 print OUT <<'EOT'; 56 print OUT <<'EOT' if defined &DynaLoader::mod2fname || $Config{d_libname_unique}; 64 print OUT <<'EOT' if $^O eq 'os2'; 71 print OUT <<'EOT'; 88 print OUT $to_print, <<'EOT'; 116 print OUT <<"EOT"; 120 print OUT <<'EOT'; 142 print OUT <<"EOT"; 149 print OUT <<'EOT'; [all …]
|
| /openbsd-src/lib/libcrypto/objects/ |
| H A D | obj_dat.pl | 46 open (OUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]"; 170 print OUT <<'EOF'; 237 printf OUT "#define NUM_NID %d\n",$n; 238 printf OUT "#define NUM_SN %d\n",$#sn+1; 239 printf OUT "#define NUM_LN %d\n",$#ln+1; 240 printf OUT "#define NUM_OBJ %d\n\n",$#ob+1; 242 printf OUT "static const unsigned char lvalues[%d]={\n",$lvalues+1; 243 print OUT @lvalues; 244 print OUT "};\n\n"; 246 printf OUT "static const ASN1_OBJECT nid_objs[NUM_NID]={\n"; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | buildtoc | 35 my $OUT; 38 ($_= <<"EOPOD2B") =~ s/^\t//gm and $OUT .= $_; 67 ($_= <<"EOPOD2B") =~ s/^\t//gm and $OUT .= $_; 107 $OUT .= "$_\n"; 109 $OUT =~ s/\n\s+\n/\n\n/gs; 110 $OUT =~ s/\n{3,}/\n\n/g; 112 $OUT =~ s/([^\n]+)/wrap('', '', $1)/ge; 114 write_or_die('pod/perltoc.pod', $OUT); 212 $OUT .= "\n\n=head2 "; 225 $OUT [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | gen-table.pl | 190 open (OUT, "> chartables.h"); 192 print OUT "/* This file is automatically generated. DO NOT EDIT!\n"; 193 print OUT " Instead, edit gen-table.pl and re-run. */\n\n"; 195 print OUT "#ifndef GCC_CHARTABLES_H\n"; 196 print OUT "#define GCC_CHARTABLES_H\n\n"; 198 print OUT "#define LETTER_START 1\n"; 199 print OUT "#define LETTER_PART 2\n\n"; 207 print OUT "static const char *const type_table[256] = {\n"; 210 print OUT ",\n" if $count > 0; 211 print OUT " ", $row[$count / 256]; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/ |
| H A D | DynaLoader_pm.PL | 71 open OUT, '>', "DynaLoader.pm" or die $!; 72 print OUT <<'EOT'; 107 print OUT "use Config;\n"; 110 print OUT <<'EOT'; 132 print OUT "(\$dl_dlext, \$dl_so, \$dlsrc) = (", 138 print OUT <<'EOT'; 145 print OUT expand_os_specific(<<'EOT'); 177 print OUT <<EOT; 186 print OUT <<EOT; 209 print OUT <<EO [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| H A D | Mkbootstrap.t | 18 local *OUT; 19 if (open(OUT, '>mkboot.bs')) { 21 print OUT 'meaningless text'; 22 close OUT; 57 $file_is_ready = open(OUT, '>boot_BS'); 62 print OUT '$main::required = 1'; 63 close OUT; 71 $file_is_ready = open(OUT, '>dasboot.bs'); 77 close OUT; 117 $file_is_ready = open(OUT, '>dasboot.bs'); [all …]
|
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efiapi.h | 54 OUT EFI_PHYSICAL_ADDRESS *Memory 67 IN OUT UINTN *MemoryMapSize, 68 IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap, 69 OUT UINTN *MapKey, 70 OUT UINTN *DescriptorSize, 71 OUT UINT32 *DescriptorVersion 82 OUT VOID **Buffer 110 IN OUT VOID **Address 147 OUT EFI_EVENT *Event 176 OUT UINT [all...] |
| H A D | efiprot.h | 62 OUT VOID *Buffer 131 OUT VOID *Buffer 167 OUT struct _EFI_FILE_HANDLE **Root 185 OUT struct _EFI_FILE_HANDLE **NewHandle, 221 IN OUT UINTN *BufferSize, 222 OUT VOID *Buffer 229 IN OUT UINTN *BufferSize, 244 OUT UINT64 *Position 252 IN OUT UINTN *BufferSize, 253 OUT VOI [all...] |
| H A D | efifpswa.h | 25 IN OUT VOID *Bundle, 26 IN OUT UINT64 *pipsr, 27 IN OUT UINT64 *pfsr, 28 IN OUT UINT64 *pisr, 29 IN OUT UINT64 *ppreds, 30 IN OUT UINT64 *pifs, 31 IN OUT VOID *fp_state
|
| H A D | efinet.h | 254 IN OUT UINTN *StatisticsSize OPTIONAL, 255 OUT EFI_NETWORK_STATISTICS *StatisticsTable OPTIONAL 267 OUT EFI_MAC_ADDRESS *MAC 280 IN OUT VOID *Buffer 290 OUT UINT32 *InterruptStatus OPTIONAL, 291 OUT VOID **TxBuf OPTIONAL 316 OUT UINTN *HeaderSize OPTIONAL, 317 IN OUT UINTN *BufferSize, 318 OUT VOID *Buffer, 319 OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL, [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | perl5db.pl | 688 $OUT, 762 print $OUT $at; 771 dumpit( $OUT, \@res ); 1632 $IN = $OUT = connect_remoteport(); 1640 OUT filehandle, and do the necessary mojo to create a new TTY if we know how 1649 # the debugger itself under the running one). create a new IN and OUT 1668 open( OUT, '+>', $o ) 1669 || open( OUT, '>', $o ) 1670 || open( OUT, ">&STDERR" ) 1671 || open( OUT, "> [all...] |
| /openbsd-src/regress/usr.bin/tail/ |
| H A D | reverse-lines-rprint.sh | 11 OUT=${DIR}/${NAME%%.sh}.out 18 tail -rn 5 ${DIR}/bar > ${OUT} 19 tail -r -n -5 ${DIR}/bar > ${OUT}1 20 tail -r -5 ${DIR}/bar > ${OUT}2 22 diff -u ${OUT} ${OUT}1 || exit 1 23 diff -u ${OUT} ${OUT}2 || exit 1 24 diff -u ${OUT} ${0%%.sh}.out || exit 1
|
| H A D | reverse-lines.sh | 11 OUT=${DIR}/${NAME%%.sh}.out 18 tail -n 5 ${DIR}/bar > ${OUT} 19 tail -n -5 ${DIR}/bar > ${OUT}1 20 tail -5 ${DIR}/bar > ${OUT}2 22 diff -u ${OUT} ${OUT}1 || exit 1 23 diff -u ${OUT} ${OUT}2 || exit 1 24 diff -u ${OUT} ${0%%.sh}.out || exit 1
|
| H A D | reverse-blocks.sh | 11 OUT=${DIR}/${NAME%%.sh}.out 18 tail -b 1 ${DIR}/bar > ${OUT} 19 tail -b -1 ${DIR}/bar > ${OUT}1 21 diff -u ${OUT} ${OUT}1 || exit 1 22 diff -u ${OUT} ${0%%.sh}.out || exit 1
|
| H A D | forward-lines-rprint.sh | 11 OUT=${DIR}/${NAME%%.sh}.out 18 tail -r -n +5 ${DIR}/bar > ${OUT} 19 tail -r +5 ${DIR}/bar > ${OUT}1 21 diff -u ${OUT} ${OUT}1 || exit 1 22 diff -u ${OUT} ${0%%.sh}.out || exit 1
|
| H A D | forward-lines.sh | 11 OUT=${DIR}/${NAME%%.sh}.out 18 tail -n +5 ${DIR}/bar > ${OUT} 19 tail +5 ${DIR}/bar > ${OUT}1 21 diff -u ${OUT} ${OUT}1 || exit 1 22 diff -u ${OUT} ${0%%.sh}.out || exit 1
|
| H A D | reverse-chars.sh | 11 OUT=${DIR}/${NAME%%.sh}.out 18 tail -c 50 ${DIR}/bar > ${OUT} 19 tail -c -50 ${DIR}/bar > ${OUT}1 21 diff -u ${OUT} ${OUT}1 || exit 1 22 diff -u ${OUT} ${0%%.sh}.out || exit 1
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build/bin/ |
| H A D | scan-build | 590 open(OUT, ">", $FName) or DieDiag("Cannot create file '$FName'\n"); 594 print OUT <<ENDTEXT; 662 print OUT "<tr><th>Version:</th><td>${BuildName} (${BuildDate})</td></tr>\n" 665 print OUT <<ENDTEXT; 682 print OUT "<h2>Bug Summary</h2>"; 685 … print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n" 689 print OUT <<ENDTEXT; 710 print OUT "<tr><th>$category</th><th colspan=2></th></tr>\n"; 714 print OUT "<tr><td class=\"SUMM_DESC\">"; 715 print OUT $val->[2]; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | apicheck.pl | 25 open OUT, ">$file" or die "$file: $!\n"; 28 *OUT = \*STDOUT; 153 print OUT <<HEAD; 170 print OUT "#include \"$hdr.h\"\n"; 176 print OUT <<HEAD; 392 print OUT <<HEAD; 407 print OUT <<EOT; 421 $cond and print OUT "#if $cond\n"; 424 $f->{'ppport_fnc'} and print OUT "#ifndef DPPP_APICHECK_NO_PPPORT_H\n"; 429 print OUT <<END; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
| H A D | store.t | 61 isnt(open(OUT, '>>', "store$$"), undef); 62 binmode OUT; 64 isnt(store_fd(\@a, ::OUT), undef); 65 isnt(nstore_fd($foo, ::OUT), undef); 66 isnt(nstore_fd(\%a, ::OUT), undef); 68 isnt(close(OUT), undef); 70 isnt(open(OUT, "store$$"), undef); 72 $r = fd_retrieve(::OUT); 76 $r = fd_retrieve(::OUT); 80 $r = fd_retrieve(main::OUT); [all …]
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | gather-docs | 103 if (!open (OUT, "> $outfile")) { 110 print OUT "\@c Automatically generated from *.c and others (the comments before\n"; 111 print OUT "\@c each entry tell you which file and where in that file). DO NOT EDIT!\n"; 112 print OUT "\@c Edit the *.c files, configure with --enable-maintainer-mode,\n"; 113 print OUT "\@c and let gather-docs build you a new copy.\n\n"; 116 print OUT "\@c $src_file{$key}:$src_line{$key}\n"; 117 print OUT $node_lines{$key}; 118 print OUT "\n"; 121 if (! print OUT "\n") { 126 close (OUT);
|
| H A D | maint-tool | 240 open(OUT, ">$srcdir/Makefile.tmp"); 243 print OUT; 245 print OUT "# The dependencies in the remainder of this file are automatically\n"; 246 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n"; 270 print OUT "$obj \$(srcdir)/$f"; 275 printf OUT " \\\n\t$d"; 278 print OUT " $d"; 282 print OUT "\n"; 284 print OUT "$obj \$(srcdir)/$f\n"; 288 print OUT $c; [all …]
|