Searched refs:FH (Results 1 - 25 of 242) sorted by relevance

12345678910

/netbsd-current/external/bsd/nvi/dist/perl_scripts/
H A Dmake.pl14 local (*FH);
15 open FH, "make 2>&1 |";
16 ::push_tags(\*FH);
17 close FH;
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
H A Dcopyright.pm23 open my $FH,
26 my $LINE = <$FH>;
27 close $FH;
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A Dcopyright.pm25 open my $FH,
28 my $LINE = <$FH>;
29 close $FH;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dtestsock.pl34 open FH, "< $fn" or die "open < $fn: $!\n";
35 while (<FH>) {
39 close FH;
H A Dfromhex.pl30 open FH, "<$filename" or die "$filename: $!";
31 $file = "FH";
H A Dditch.pl53 open FH, "<$filename" or die "$filename: $!";
54 $file = "FH";
H A Dpacket.pl117 open FH, "<$filename" or die "$filename: $!";
118 $file = "FH";
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DFDRRecordProducer.h38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, argument
40 : Header(FH), E(DE), OffsetPtr(OP) {}
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-converter.cpp80 const auto &FH = Records.getFileHeader(); local
81 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC,
82 FH.CycleFrequency};
99 const auto &FH = Records.getFileHeader(); local
100 Writer.write(FH.Version);
101 Writer.write(FH.Type);
103 if (FH
267 const auto &FH = Records.getFileHeader(); local
[all...]
H A Dxray-extract.cpp57 FuncIdConversionHelper &FH) {
68 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : "", Sled.Version});
56 exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, FuncIdConversionHelper &FH) argument
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dmd5.c292 #define FH(b, c, d) (b ^ c ^ d) macro
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,
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/formerr/
H A Dformerr.pl67 open FH, "<$filename" or die "$filename: $!";
68 $file = "FH";
/netbsd-current/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
H A Dans.pl46 open(FH, "<", "ans.limit");
47 my $line = <FH>;
49 close FH;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
H A Dans.pl46 open(FH, "<", "ans.limit");
47 my $line = <FH>;
49 close FH;
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp848 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
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dfind-doc-nits517 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;
/netbsd-current/external/bsd/ipf/dist/perl/
H A Dipfmeta.pl18 open(FH, "$objfile") || die "cannot open $objfile: $!\n";
20 while (<FH>) {
28 close(FH) || die "cannot close $objfile: $!\n";
/netbsd-current/external/gpl3/gdb/dist/readline/readline/doc/
H A Dtexi2html2856 open(FH, ">$l2h_cache_file") || return warn"$ERROR l2h Error: could not open $docu_rdir$l2h_cache_file for writing: $!\n";
2870 print FH "\n\$l2h_cache_key = q/$key/;\n";
2871 print FH "\$l2h_cache{\$l2h_cache_key} = q|$value|;\n";
2873 print FH "1;";
2874 close(FH);
4609 undef $FH;
4616 $FH = \*FILE;
4626 if ($FH)
4629 &$T2H_print_chapter_footer($FH) if $T2H_SPLIT eq 'chapter';
4630 &$T2H_print_page_foot($FH);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/doc/
H A Dtexi2html2856 open(FH, ">$l2h_cache_file") || return warn"$ERROR l2h Error: could not open $docu_rdir$l2h_cache_file for writing: $!\n";
2870 print FH "\n\$l2h_cache_key = q/$key/;\n";
2871 print FH "\$l2h_cache{\$l2h_cache_key} = q|$value|;\n";
2873 print FH "1;";
2874 close(FH);
4609 undef $FH;
4616 $FH = \*FILE;
4626 if ($FH)
4629 &$T2H_print_chapter_footer($FH) if $T2H_SPLIT eq 'chapter';
4630 &$T2H_print_page_foot($FH);
[all...]
/netbsd-current/external/bsd/nvi/dist/dist/ExtUtils/
H A DEmbed.pm188 local(*FH);
189 if(open(FH, $extra)) {
190 my($libs) = <FH>; chomp $libs;
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmd5.c274 #define FH(b, c, d) (b ^ c ^ d) macro
387 #define FX(b, c, d) FH (b, c, d)
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmd5.c274 #define FH(b, c, d) (b ^ c ^ d) macro
387 #define FX(b, c, d) FH (b, c, d)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmd5.c274 #define FH(b, c, d) (b ^ c ^ d) macro
387 #define FX(b, c, d) FH (b, c, d)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmd5.c274 #define FH(b, c, d) (b ^ c ^ d) macro
387 #define FX(b, c, d) FH (b, c, d)
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmd5.c274 #define FH(b, c, d) (b ^ c ^ d) macro
387 #define FX(b, c, d) FH (b, c, d)

Completed in 397 milliseconds

12345678910