| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ |
| H A D | ConfigManager.cpp | 17 if (!Common.SplitDWO.empty() || !Common.SymbolsPrefix.empty() || in getCOFFConfig() 18 !Common.AllocSectionsPrefix.empty() || !Common.DumpSection.empty() || in getCOFFConfig() 19 !Common.KeepSection.empty() || !Common.SymbolsToGlobalize.empty() || in getCOFFConfig() 20 !Common.SymbolsToKeep.empty() || !Common.SymbolsToLocalize.empty() || in getCOFFConfig() 21 !Common.SymbolsToWeaken.empty() || !Common.SymbolsToKeepGlobal.empty() || in getCOFFConfig() 22 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getCOFFConfig() 23 !Common.SetSectionType.empty() || Common.ExtractDWO || in getCOFFConfig() 24 Common.PreserveDates || Common.StripDWO || Common.StripNonAlloc || in getCOFFConfig() 25 Common.StripSections || Common.Weaken || Common.DecompressDebugSections || in getCOFFConfig() 26 Common.DiscardMode == DiscardType::Locals || !Common.SymbolsToAdd.empty()) in getCOFFConfig() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | common.opt | 27 Common 31 Common Separate 35 Common 38 Common 41 Common Joined Separate UInteger 45 Common JoinedOrMissing 49 Common 53 Common RejectNegative 57 Common Var(warn_aggregate_return) 61 Common Var(warn_attributes) Init(1) [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | Scripts.txt | 27 0000..001F ; Common # Cc [32] <control-0000>..<control-001F> 28 0020 ; Common # Zs SPACE 29 0021..0023 ; Common # Po [3] EXCLAMATION MARK..NUMBER SIGN 30 0024 ; Common # Sc DOLLAR SIGN 31 0025..0027 ; Common # Po [3] PERCENT SIGN..APOSTROPHE 32 0028 ; Common # Ps LEFT PARENTHESIS 33 0029 ; Common # Pe RIGHT PARENTHESIS 34 002A ; Common # Po ASTERISK 35 002B ; Common # Sm PLUS SIGN 36 002C ; Common # Po COMMA [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/ |
| H A D | Gzip.pm | 14 use IO::Compress::Base::Common 2.212 qw(:Status ); 42 my $obj = IO::Compress::Base::Common::createSelfTiedObject($class, \$GzipError); 50 my $obj = IO::Compress::Base::Common::createSelfTiedObject(undef, \$GzipError); 70 'minimal' => [IO::Compress::Base::Common::Parse_boolean, 0], 71 'comment' => [IO::Compress::Base::Common::Parse_any, undef], 72 'name' => [IO::Compress::Base::Common::Parse_any, undef], 73 'time' => [IO::Compress::Base::Common::Parse_any, undef], 74 'textflag' => [IO::Compress::Base::Common::Parse_boolean, 0], 75 'headercrc' => [IO::Compress::Base::Common::Parse_boolean, 0], 76 'os_code' => [IO::Compress::Base::Common [all...] |
| H A D | Zip.pm | 7 use IO::Compress::Base::Common 2.212 qw(:Status ); 68 my $obj = IO::Compress::Base::Common::createSelfTiedObject($class, \$ZipError); 75 my $obj = IO::Compress::Base::Common::createSelfTiedObject(undef, \$ZipError); 312 $empty = IO::Compress::Base::Common::MAX32; 435 $ctl .= pack 'V', IO::Compress::Base::Common::MAX32 ; 587 $cd_offset = IO::Compress::Base::Common::MAX32 ; 588 $cd_len = IO::Compress::Base::Common::MAX32 if IO::Compress::Base::Common::isGeMax32 $cd_len ; 715 'stream' => [IO::Compress::Base::Common::Parse_boolean, 1], 716 #'store' => [IO::Compress::Base::Common [all...] |
| H A D | Bzip2.pm | 10 use IO::Compress::Base::Common 2.212 qw(); 32 my $obj = IO::Compress::Base::Common::createSelfTiedObject($class, \$Bzip2Error); 38 my $obj = IO::Compress::Base::Common::createSelfTiedObject(undef, \$Bzip2Error); 54 use IO::Compress::Base::Common 2.212 qw(:Parse); 57 'blocksize100k' => [IO::Compress::Base::Common::Parse_unsigned, 1], 58 'workfactor' => [IO::Compress::Base::Common::Parse_unsigned, 0], 59 'verbosity' => [IO::Compress::Base::Common::Parse_boolean, 0],
|
| H A D | RawDeflate.pm | 10 use IO::Compress::Base::Common 2.212 qw(:Status :Parse); 52 my $obj = IO::Compress::Base::Common::createSelfTiedObject($class, \$RawDeflateError); 59 my $obj = IO::Compress::Base::Common::createSelfTiedObject(undef, \$RawDeflateError); 121 #'method' => [IO::Compress::Base::Common::Parse_unsigned, Z_DEFLATED], 122 'level' => [IO::Compress::Base::Common::Parse_signed, Z_DEFAULT_COMPRESSION], 123 'strategy' => [IO::Compress::Base::Common::Parse_signed, Z_DEFAULT_STRATEGY], 125 'crc32' => [IO::Compress::Base::Common::Parse_boolean, 0], 126 'adler32' => [IO::Compress::Base::Common::Parse_boolean, 0], 127 'merge' => [IO::Compress::Base::Common::Parse_boolean, 0],
|
| H A D | Base.pm | 9 use IO::Compress::Base::Common 2.212 ; 25 #Can't locate object method "SWASHNEW" via package "utf8" (perhaps you forgot to load "utf8"?) at .../ext/Compress-Zlib/Gzip/blib/lib/Compress/Zlib/Common.pm line 16. 146 return ( 'multistream' => [IO::Compress::Base::Common::Parse_boolean, 1], 152 'autoclose' => [IO::Compress::Base::Common::Parse_boolean, 0], 153 'encode' => [IO::Compress::Base::Common::Parse_any, undef], 154 'strict' => [IO::Compress::Base::Common::Parse_boolean, 1], 155 'append' => [IO::Compress::Base::Common::Parse_boolean, 0], 156 'binmodein' => [IO::Compress::Base::Common::Parse_boolean, 0], 158 'filtercontainer' => [IO::Compress::Base::Common::Parse_code, undef], 205 my $outType = IO::Compress::Base::Common [all...] |
| H A D | Deflate.pm | 15 use IO::Compress::Base::Common 2.212 qw(); 35 my $obj = IO::Compress::Base::Common::createSelfTiedObject($class, \$DeflateError); 41 my $obj = IO::Compress::Base::Common::createSelfTiedObject(undef, \$DeflateError);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
| H A D | llvm-dwarfutil.cpp | 173 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections() 249 Config.Common.InputFilename = Opts.InputFileName; in saveSeparateDebugInfo() 250 Config.Common.OutputFilename = OutputFilename; in saveSeparateDebugInfo() 251 Config.Common.OnlyKeepDebug = true; in saveSeparateDebugInfo() 255 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error { in saveSeparateDebugInfo() 272 Config.Common.InputFilename = Opts.InputFileName; in saveNonDebugInfo() 273 Config.Common.OutputFilename = Opts.OutputFileName; in saveNonDebugInfo() 274 Config.Common.StripDebug = true; in saveNonDebugInfo() 276 Config.Common.AddGnuDebugLink = sys::path::filename(SeparateDebugFileName); in saveNonDebugInfo() 277 Config.Common.GnuDebugLinkCRC32 = GnuDebugLinkCRC32; in saveNonDebugInfo() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/ |
| H A D | Bunzip2.pm | 7 use IO::Compress::Base::Common 2.212 qw(:Status ); 28 my $obj = IO::Compress::Base::Common::createSelfTiedObject($class, \$Bunzip2Error); 35 my $obj = IO::Compress::Base::Common::createSelfTiedObject(undef, \$Bunzip2Error); 42 'verbosity' => [IO::Compress::Base::Common::Parse_boolean, 0], 43 'small' => [IO::Compress::Base::Common::Parse_boolean, 0],
|
| H A D | AnyUncompress.pm | 7 use IO::Compress::Base::Common 2.212 (); 62 my $obj = IO::Compress::Base::Common::createSelfTiedObject($class, \$AnyUncompressError); 68 my $obj = IO::Compress::Base::Common::createSelfTiedObject(undef, \$AnyUncompressError); 74 return ( 'rawinflate' => [IO::Compress::Base::Common::Parse_boolean, 0] , 75 'unlzma' => [IO::Compress::Base::Common::Parse_boolean, 0] ) ;
|
| H A D | AnyInflate.pm | 9 use IO::Compress::Base::Common 2.212 qw(:Parse); 39 my $obj = IO::Compress::Base::Common::createSelfTiedObject($class, \$AnyInflateError); 45 my $obj = IO::Compress::Base::Common::createSelfTiedObject(undef, \$AnyInflateError);
|
| H A D | Gunzip.pm | 15 use IO::Compress::Base::Common 2.212 qw(:Status ); 37 my $obj = IO::Compress::Base::Common::createSelfTiedObject($class, \$GunzipError); 44 my $obj = IO::Compress::Base::Common::createSelfTiedObject(undef, \$GunzipError); 50 return ( 'parseextra' => [IO::Compress::Base::Common::Parse_boolean, 0] ) ;
|
| /openbsd-src/lib/libssl/test/ |
| H A D | P2ss.cnf | 24 0.commonName = Common Name (eg, YOUR name) 27 1.commonName = Common Name (eg, YOUR name) 30 2.commonName = Common Name (eg, YOUR name) 33 3.commonName = Common Name (eg, YOUR name)
|
| H A D | P1ss.cnf | 24 0.commonName = Common Name (eg, YOUR name) 27 1.commonName = Common Name (eg, YOUR name) 30 2.commonName = Common Name (eg, YOUR name)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/ |
| H A D | Zlib.pm | 10 use IO::Compress::Base::Common 2.212 ; 368 'bufsize' => [IO::Compress::Base::Common::Parse_unsigned, 4096], 369 'level' => [IO::Compress::Base::Common::Parse_signed, Z_DEFAULT_COMPRESSION()], 370 'method' => [IO::Compress::Base::Common::Parse_unsigned, Z_DEFLATED()], 371 'windowbits' => [IO::Compress::Base::Common::Parse_signed, MAX_WBITS()], 372 'memlevel' => [IO::Compress::Base::Common::Parse_unsigned, MAX_MEM_LEVEL()], 373 'strategy' => [IO::Compress::Base::Common::Parse_unsigned, Z_DEFAULT_STRATEGY()], 374 'dictionary' => [IO::Compress::Base::Common::Parse_any, ""], 402 'bufsize' => [IO::Compress::Base::Common::Parse_unsigned, 4096], 403 'windowbits' => [IO::Compress::Base::Common [all...] |
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.h | 83 class LLVM_LIBRARY_VISIBILITY Common : public Tool { 85 Common(const char *Name, const char *ShortName, const ToolChain &TC) in Common() function 103 class LLVM_LIBRARY_VISIBILITY Preprocessor : public Common { 106 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {} in Preprocessor() 115 class LLVM_LIBRARY_VISIBILITY Compiler : public Common { 117 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} in Compiler() 126 class LLVM_LIBRARY_VISIBILITY Linker : public Common { 128 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {} in Linker()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lld/Common/ |
| H A D | BUILD.gn | 10 visibility = [ ":Common" ] 16 static_library("Common") { 21 "//lld/include/lld/Common:version",
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | script_run.t | 44 like("abc\N{MODIFIER LETTER PRIME}", $script_run, "Latin then Common is a script run"); 45 like(":a", $script_run, "Common then Latin is a script run"); 46 …like("-\N{SINHALA LETTER RAYANNA}", $script_run, "Common then Sinhala (which has its own 0) is a s… 48 …N{HEBREW LETTER TAV}\N{MODIFIER LETTER PRIME}", $script_run, "Hebrew then Common is a script run"); 106 "Non-ASCII Common digits work with Latin"); # perl #133547 108 "Non-ASCII Common digits work with Latin"); # perl #133547 110 "Non-ASCII Common digits work with Latin"); # perl #133547 112 "Non-ASCII Common digits work with Latin"); # perl #133547 114 "Non-ASCII Common digits work with Latin"); # perl #133547 116 "Non-ASCII Common digits work with Greek"); # perl #133547 [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 270 if (Common) in getCommonPtr() 271 return Common; in getCommonPtr() 278 if (Prev->Common) { in getCommonPtr() 279 Common = Prev->Common; in getCommonPtr() 287 if (!Common) { in getCommonPtr() 291 Common = newCommon(getASTContext()); in getCommonPtr() 296 Prev->Common = Common; in getCommonPtr() 298 return Common; in getCommonPtr() 395 auto *CommonPtr = new (C) Common; in newCommon() 427 if (!Base::Common) in mergePrevDecl() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/ |
| H A D | CompTestUtils.pm | 149 if (IO::Compress::Base::Common::isaFilehandle($f)) 208 if (IO::Compress::Base::Common::isaFilehandle($d)) 212 elsif (IO::Compress::Base::Common::isaFilename($d)) 542 if (IO::Compress::Base::Common::isaFilehandle($buffer)) 546 elsif (IO::Compress::Base::Common::isaFilename($buffer)) 602 if (IO::Compress::Base::Common::isaFilehandle($buffer)) 606 elsif (IO::Compress::Base::Common::isaFilename($buffer))
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/ |
| H A D | CompTestUtils.pm | 149 if (IO::Compress::Base::Common::isaFilehandle($f)) 208 if (IO::Compress::Base::Common::isaFilehandle($d)) 212 elsif (IO::Compress::Base::Common::isaFilename($d)) 542 if (IO::Compress::Base::Common::isaFilehandle($buffer)) 546 elsif (IO::Compress::Base::Common::isaFilename($buffer)) 603 if (IO::Compress::Base::Common::isaFilehandle($buffer)) 607 elsif (IO::Compress::Base::Common::isaFilename($buffer))
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/ |
| H A D | CompTestUtils.pm | 190 if (IO::Compress::Base::Common::isaFilehandle($f)) 249 if (IO::Compress::Base::Common::isaFilehandle($d)) 253 elsif (IO::Compress::Base::Common::isaFilename($d)) 583 if (IO::Compress::Base::Common::isaFilehandle($buffer)) 587 elsif (IO::Compress::Base::Common::isaFilename($buffer)) 643 if (IO::Compress::Base::Common::isaFilehandle($buffer)) 647 elsif (IO::Compress::Base::Common::isaFilename($buffer))
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/ |
| H A D | ConfigManager.h | 26 const CommonConfig &getCommonConfig() const override { return Common; } in getCommonConfig() 39 CommonConfig Common; member
|