| /freebsd/contrib/pam-krb5/tests/tap/perl/Test/RRA/ |
| H A D | Automake.pm | 25 use File::Spec; 36 $PERL_BLIB_ARCH = File::Spec->catdir(qw(perl blib arch)); 37 $PERL_BLIB_LIB = File::Spec->catdir(qw(perl blib lib)); 41 my ($vol, $dirs) = File::Spec->splitpath($ENV{C_TAP_BUILD}, 1); 42 my @dirs = File::Spec->splitdir($dirs); 44 $PERL_BLIB_ARCH = File::Spec->catdir(@dirs, qw(perl blib arch)); 45 $PERL_BLIB_LIB = File::Spec->catdir(@dirs, qw(perl blib lib)); 150 my ($vol, $dirs) = File::Spec->splitpath($start, 1); 151 my @dirs = File::Spec->splitdir($dirs); 157 while ($i > 2 && $dirs[$i] eq File::Spec->updir) { [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FormatVariadic.cpp | 28 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() argument 33 if (Spec.empty()) in consumeFieldLayout() 36 if (Spec.size() > 1) { in consumeFieldLayout() 43 if (auto Loc = translateLocChar(Spec[1])) { in consumeFieldLayout() 44 Pad = Spec[0]; in consumeFieldLayout() 46 Spec = Spec.drop_front(2); in consumeFieldLayout() 47 } else if (auto Loc = translateLocChar(Spec[0])) { in consumeFieldLayout() 49 Spec = Spec.drop_front(1); in consumeFieldLayout() 53 bool Failed = Spec.consumeInteger(0, Align); in consumeFieldLayout() 57 static std::optional<ReplacementItem> parseReplacementItem(StringRef Spec) { in parseReplacementItem() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYMCInstLower.cpp | 39 CSKY::Specifier Spec; in lowerSymbolOperand() local 46 Spec = CSKY::S_None; in lowerSymbolOperand() 49 Spec = CSKY::S_GOT; in lowerSymbolOperand() 52 Spec = CSKY::S_GOTOFF; in lowerSymbolOperand() 55 Spec = CSKY::S_ADDR; in lowerSymbolOperand() 58 Spec = CSKY::S_PLT; in lowerSymbolOperand() 61 Spec = CSKY::S_ADDR_HI16; in lowerSymbolOperand() 64 Spec = CSKY::S_ADDR_LO16; in lowerSymbolOperand() 69 if (Spec != CSKY::S_None) in lowerSymbolOperand() 70 ME = MCSpecifierExpr::create(ME, Spec, Ctx); in lowerSymbolOperand()
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 15-test_out_option.t | 13 use File::Spec; 33 my $path = File::Spec->canonpath('./'); 40 my $path = File::Spec->canonpath('randomname.bin'); 52 } while (-d File::Spec->catdir('.', $rand_path)); 55 my $path = File::Spec->canonpath($rand_path); 65 my $path = File::Spec->canonpath(File::Spec->devnull());
|
| H A D | 04-test_provider_default_search_path.t | 10 use File::Spec; 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| H A D | 04-test_provider_fallback.t | 10 use File::Spec; 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| H A D | 04-test_provider_pkey.t | 10 use File::Spec; 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64WinCOFFObjectWriter.cpp | 65 auto Spec = Target.getSpecifier(); in getRelocType() local 69 AArch64::Specifier Spec = A64E->getSpecifier(); in getRelocType() local 70 switch (AArch64::getSymbolLoc(Spec)) { in getRelocType() 100 switch (Spec) { in getRelocType() 118 AArch64::Specifier Spec = A64E->getSpecifier(); in getRelocType() local 119 if (Spec == AArch64::S_SECREL_LO12) in getRelocType() 121 if (Spec == AArch64::S_SECREL_HI12) in getRelocType() 132 AArch64::Specifier Spec = A64E->getSpecifier(); in getRelocType() local 133 if (Spec == AArch64::S_SECREL_LO12) in getRelocType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsMCInstLower.cpp | 229 Mips::Specifier Spec; in lowerLongBranchLUi() local 233 Spec = Mips::S_HIGHEST; in lowerLongBranchLUi() 236 Spec = Mips::S_HIGHER; in lowerLongBranchLUi() 239 Spec = Mips::S_HI; in lowerLongBranchLUi() 242 Spec = Mips::S_LO; in lowerLongBranchLUi() 251 const auto *MipsExpr = MCSpecifierExpr::create(Expr, Spec, *Ctx); in lowerLongBranchLUi() 256 MI->getOperand(2).getMBB(), Spec)); in lowerLongBranchLUi() 264 Mips::Specifier Spec; in lowerLongBranchADDiu() local 268 Spec = Mips::S_HIGHEST; in lowerLongBranchADDiu() 271 Spec = Mips::S_HIGHER; in lowerLongBranchADDiu() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.cpp | 152 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local 153 OS << formatv("\t{0}\t{1}", Spec.Attr, Spec.Form); in dump() 154 if (Spec.isImplicitConst()) in dump() 155 OS << '\t' << Spec.getImplicitConstValue(); in dump() 194 const AttributeSpec &Spec = AttributeSpecs[AttrIndex]; in getAttributeValueFromOffset() local 195 if (Spec.isImplicitConst()) in getAttributeValueFromOffset() 196 return DWARFFormValue::createFromSValue(Spec.Form, in getAttributeValueFromOffset() 197 Spec.getImplicitConstValue()); in getAttributeValueFromOffset() 199 DWARFFormValue FormValue(Spec.Form); in getAttributeValueFromOffset()
|
| /freebsd/contrib/pam-krb5/tests/valgrind/ |
| H A D | logs-t | 39 use File::Spec; 51 opendir(my $logdir, File::Spec->catfile('tests', 'tmp', 'valgrind')) 59 my $path = File::Spec->catfile('tests', 'tmp', 'valgrind', $file); 82 rmdir(File::Spec->catfile('tests', 'tmp', 'valgrind')); 83 rmdir(File::Spec->catfile('tests', 'tmp'));
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatVariadic.h | 51 : Type(ReplacementType::Literal), Spec(Literal) {} in ReplacementItem() 52 ReplacementItem(StringRef Spec, unsigned Index, unsigned Width, in ReplacementItem() 54 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Width(Width), in ReplacementItem() 58 StringRef Spec; member 85 S << R.Spec; in format() 89 S << R.Spec; in format()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFObjectWriter.cpp | 65 auto Spec = Target.getSpecifier(); in getRelocType() local 83 if (Spec == MCSymbolRefExpr::VK_COFF_IMGREL32) in getRelocType() 85 if (Spec == X86::S_COFF_SECREL) in getRelocType() 109 if (Spec == MCSymbolRefExpr::VK_COFF_IMGREL32) in getRelocType() 111 if (Spec == X86::S_COFF_SECREL) in getRelocType()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 334 Error DataLayout::parsePrimitiveSpec(StringRef Spec) { in parsePrimitiveSpec() argument 337 char Specifier = Spec.front(); in parsePrimitiveSpec() 339 Spec.drop_front().split(Components, ':'); in parsePrimitiveSpec() 371 Error DataLayout::parseAggregateSpec(StringRef Spec) { in parseAggregateSpec() argument 374 assert(Spec.front() == 'a'); in parseAggregateSpec() 375 Spec.drop_front().split(Components, ':'); in parseAggregateSpec() 410 Error DataLayout::parsePointerSpec(StringRef Spec) { in parsePointerSpec() argument 413 assert(Spec.front() == 'p'); in parsePointerSpec() 414 Spec.drop_front().split(Components, ':'); in parsePointerSpec() 462 StringRef Spec, SmallVectorImpl<unsigned> &NonIntegralAddressSpaces) { in parseSpecification() argument [all …]
|
| /freebsd/crypto/openssl/util/ |
| H A D | mkinstallvars.pl | 18 use File::Spec; 73 $v = [ map { File::Spec->rel2abs($_) } @$v ]; 95 if (File::Spec->file_name_is_absolute($v)) { 98 File::Spec->abs2rel($v, $values{$var}->[0]); 102 File::Spec->rel2abs($v, $values{$var}->[0]);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFObjectWriter.cpp | 44 auto Spec = static_cast<PPCMCExpr::Specifier>(Target.getSpecifier()); in getRelocType() local 45 switch (Spec) { in getRelocType() 105 switch (Spec) { in getRelocType() 128 switch (Spec) { in getRelocType() 147 switch (Spec) { in getRelocType() 186 switch (Spec) { in getRelocType() 362 switch (Spec) { in getRelocType() 410 switch (Spec) { in getRelocType() 438 switch (Spec) { in getRelocType() 451 switch (Spec) { in getRelocType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFObjectWriter.cpp | 52 auto Spec = Target.getSpecifier(); in getRelocType() local 53 switch (Spec) { in getRelocType() 65 reportError(Fixup.getLoc(), "%" + RISCV::getSpecifierName(Spec) + in getRelocType() 123 switch (Spec) { in getRelocType() 127 return Spec; in getRelocType()
|
| /freebsd/crypto/openssl/ |
| H A D | configdata.pm.in | 9 use File::Spec::Unix; 10 use File::Spec; 24 (my $vol, my $dirs, my $file) = File::Spec->splitpath($path); 25 my @dirs = File::Spec->splitdir($dirs); 29 $dirs = File::Spec::Unix->catdir('', $vol, @dirs); 30 $path = File::Spec::Unix->catpath('', $dirs, $file); 36 return _fixup_path(File::Spec->catdir($config{sourcedir}, @_)) 39 return _fixup_path(File::Spec->catfile($config{sourcedir}, @_)) 78 use File::Spec::Functions; 128 use File::Spec::Functions;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionSpecialization.h | 128 struct Spec { struct 147 Spec(Function *F, const SpecSig &S, unsigned Score, unsigned CodeSize) in Spec() function 149 Spec(Function *F, const SpecSig &&S, unsigned Score, unsigned CodeSize) in Spec() function 298 SmallVectorImpl<Spec> &AllSpecs, SpecMap &SM); 323 void updateCallSites(Function *F, const Spec *Begin, const Spec *End);
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | qtool.pl | 11 use File::Spec; 292 $source_name = File::Spec->catfile("$source_dir_name", 299 $source_name = File::Spec->catfile("$source_dir_name", "qf", 305 $data_dir_name = File::Spec->catfile("$source_dir_name", "df"); 310 $source_dir_name = File::Spec->catfile("$source_dir_name", 902 $qf_dest = File::Spec->catfile($destination, "qf"); 905 $df_dest = File::Spec->catfile($destination, "df"); 917 if (-e File::Spec->catfile($qf_dest, "$qprefix$self->{id}")) 1036 $control_dir = File::Spec->catfile($self->{queue_dir}, 'qf'); 1040 $data_dir = File::Spec->catfile($self->{queue_dir}, 'df');
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRELFObjectWriter.cpp | 39 auto Spec = Target.getSpecifier(); in getRelocType() local 42 switch (Spec) { in getRelocType() 57 switch (Spec) { in getRelocType() 66 switch (Spec) { in getRelocType()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | ARMTargetParserCommon.cpp | 142 bool ARM::parseBranchProtection(StringRef Spec, ParsedBranchProtection &PBP, in parseBranchProtection() argument 145 if (Spec == "none") in parseBranchProtection() 148 if (Spec == "standard") { in parseBranchProtection() 157 Spec.split(Opts, "+"); in parseBranchProtection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 93 auto Spec = WebAssembly::S_None; in lowerSymbolOperand() local 100 Spec = WebAssembly::S_GOT_TLS; in lowerSymbolOperand() 103 Spec = WebAssembly::S_GOT; in lowerSymbolOperand() 106 Spec = WebAssembly::S_MBREL; in lowerSymbolOperand() 109 Spec = WebAssembly::S_TLSREL; in lowerSymbolOperand() 112 Spec = WebAssembly::S_TBREL; in lowerSymbolOperand() 118 const MCExpr *Expr = MCSymbolRefExpr::create(Sym, Spec, Ctx); in lowerSymbolOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MCInstLower.cpp | 150 auto Spec = AArch64::S_None; in lowerSymbolOperandMachO() local 153 Spec = AArch64::S_MACHO_GOTPAGE; in lowerSymbolOperandMachO() 156 Spec = AArch64::S_MACHO_GOTPAGEOFF; in lowerSymbolOperandMachO() 161 Spec = AArch64::S_MACHO_TLVPPAGE; in lowerSymbolOperandMachO() 164 Spec = AArch64::S_MACHO_TLVPPAGEOFF; in lowerSymbolOperandMachO() 169 Spec = AArch64::S_MACHO_PAGE; in lowerSymbolOperandMachO() 172 Spec = AArch64::S_MACHO_PAGEOFF; in lowerSymbolOperandMachO() 175 const MCExpr *Expr = MCSymbolRefExpr::create(Sym, Spec, Ctx); in lowerSymbolOperandMachO()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 126 for (const auto *Spec : PartialSpecs) in handleClassTemplateDecl() local 127 addUSRsOfCtorDtors(Spec); in handleClassTemplateDecl() 141 for (const auto *Spec : VTD->specializations()) in handleVarTemplateDecl() local 142 USRSet.insert(getUSRForDecl(Spec)); in handleVarTemplateDecl() 145 for (const auto *Spec : PartialSpecs) in handleVarTemplateDecl() local 146 USRSet.insert(getUSRForDecl(Spec)); in handleVarTemplateDecl()
|