| /src/external/bsd/nvi/dist/perl_scripts/ |
| make.pl | 2 my ($fh) = shift; 4 while(<$fh>) { 14 local (*FH); 15 open FH, "make 2>&1 |"; 16 ::push_tags(\*FH); 17 close FH;
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| copyright.pm | 25 open my $FH, 28 my $LINE = <$FH>; 29 close $FH;
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| copyright.pm | 25 open my $FH, 28 my $LINE = <$FH>; 29 close $FH;
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
| copyright.pm | 23 open my $FH, 26 my $LINE = <$FH>; 27 close $FH;
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| testsock.pl | 34 open FH, "< $fn" or die "open < $fn: $!\n"; 35 while (<FH>) { 39 close FH;
|
| fromhex.pl | 30 open FH, "<$filename" or die "$filename: $!"; 31 $file = "FH";
|
| ditch.pl | 56 open FH, "<$filename" or die "$filename: $!"; 57 $file = "FH";
|
| packet.pl | 117 open FH, "<$filename" or die "$filename: $!"; 118 $file = "FH";
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| FDRRecordProducer.h | 38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, 40 : Header(FH), E(DE), OffsetPtr(OP) {}
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| xray-converter.cpp | 80 const auto &FH = Records.getFileHeader(); 81 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC, 82 FH.CycleFrequency}; 99 const auto &FH = Records.getFileHeader(); 100 Writer.write(FH.Version); 101 Writer.write(FH.Type); 103 if (FH.ConstantTSC [all...] |
| xray-extract.cpp | 57 FuncIdConversionHelper &FH) { 68 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : "", Sled.Version});
|
| /src/external/gpl2/xcvs/dist/lib/ |
| md5.c | 292 #define FH(b, c, d) (b ^ c ^ d) 408 OP (FH, A, B, C, D, 5, 4, 0xfffa3942); 409 OP (FH, D, A, B, C, 8, 11, 0x8771f681); 410 OP (FH, C, D, A, B, 11, 16, 0x6d9d6122); 411 OP (FH, B, C, D, A, 14, 23, 0xfde5380c); 412 OP (FH, A, B, C, D, 1, 4, 0xa4beea44); 413 OP (FH, D, A, B, C, 4, 11, 0x4bdecfa9); 414 OP (FH, C, D, A, B, 7, 16, 0xf6bb4b60); 415 OP (FH, B, C, D, A, 10, 23, 0xbebfbc70); 416 OP (FH, A, B, C, D, 13, 4, 0x289b7ec6) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/formerr/ |
| formerr.pl | 67 open FH, "<$filename" or die "$filename: $!"; 68 $file = "FH";
|
| /src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/ |
| ClangOffloadBundler.cpp | 848 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr; 849 assert(FH); 852 if (Error Err = FH->WriteHeader(OutputFile, InputBuffers)) 859 if (Error Err = FH->WriteBundleStart(OutputFile, Triple)) 861 if (Error Err = FH->WriteBundle(OutputFile, **Input)) 863 if (Error Err = FH->WriteBundleEnd(OutputFile, Triple)) 886 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr; 887 assert(FH); 888 return FH->listBundleIDs(Input); 907 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr [all...] |
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| find-doc-nits | 517 open FH, "./apps/openssl list -1 -commands|" 519 while ( <FH> ) { 523 close FH; 537 open FH, "./apps/openssl list --missing-help |" 539 while ( <FH> ) { 545 close FH;
|
| /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/ |
| ans.pl | 46 open(FH, "<", "ans.limit"); 47 my $line = <FH>; 49 close FH;
|
| /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/ |
| ans.pl | 46 open(FH, "<", "ans.limit"); 47 my $line = <FH>; 49 close FH;
|
| /src/external/bsd/ipf/dist/perl/ |
| ipfmeta.pl | 18 open(FH, "$objfile") || die "cannot open $objfile: $!\n"; 20 while (<FH>) { 28 close(FH) || die "cannot close $objfile: $!\n";
|
| /src/external/gpl3/gdb/dist/readline/readline/doc/ |
| texi2html | 730 my $fh = shift; 732 &$T2H_print_head_navigation($fh) if $T2H_SECTION_NAVIGATION; 733 my $nw = t2h_print_lines($fh); 736 &$T2H_print_foot_navigation($fh, $nw); 740 print $fh '<HR SIZE="6">' . "\n"; 766 my $fh = shift; 772 &$T2H_print_Top_header($fh); 776 print $fh "<H1>$T2H_NAME{Top}</H1>" 778 t2h_print_lines($fh, $T2H_THIS_SECTION) 784 print $fh [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/doc/ |
| texi2html | 730 my $fh = shift; 732 &$T2H_print_head_navigation($fh) if $T2H_SECTION_NAVIGATION; 733 my $nw = t2h_print_lines($fh); 736 &$T2H_print_foot_navigation($fh, $nw); 740 print $fh '<HR SIZE="6">' . "\n"; 766 my $fh = shift; 772 &$T2H_print_Top_header($fh); 776 print $fh "<H1>$T2H_NAME{Top}</H1>" 778 t2h_print_lines($fh, $T2H_THIS_SECTION) 784 print $fh [all...] |
| /src/external/bsd/nvi/dist/dist/ExtUtils/ |
| Embed.pm | 40 my($fh,@mods,%seen); 55 $fh = \*STDOUT; 58 $fh = new FileHandle "> $file"; 64 print $fh &xsi_header(); 65 print $fh "EXTERN_C void xs_init _((void));\n\n"; 66 print $fh &xsi_protos(@mods); 68 print $fh "\nEXTERN_C void\nxs_init()\n{\n"; 69 print $fh &xsi_body(@mods); 70 print $fh "}\n"; 188 local(*FH); [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| md5.c | 274 #define FH(b, c, d) (b ^ c ^ d) 387 #define FX(b, c, d) FH (b, c, d)
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| md5.c | 274 #define FH(b, c, d) (b ^ c ^ d) 387 #define FX(b, c, d) FH (b, c, d)
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| md5.c | 274 #define FH(b, c, d) (b ^ c ^ d) 387 #define FX(b, c, d) FH (b, c, d)
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| md5.c | 274 #define FH(b, c, d) (b ^ c ^ d) 387 #define FX(b, c, d) FH (b, c, d)
|