| /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 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() argument 33 if (Spec.empty()) in consumeFieldLayout() 36 if (Spec.size() > 1) { in consumeFieldLayout() 44 if (auto Loc = translateLocChar(Spec[1])) { in consumeFieldLayout() 45 Pad = Spec[0]; in consumeFieldLayout() 47 Spec = Spec.drop_front(2); in consumeFieldLayout() 48 } else if (auto Loc = translateLocChar(Spec[0])) { in consumeFieldLayout() 50 Spec = Spec.drop_front(1); in consumeFieldLayout() 54 bool Failed = Spec.consumeInteger(0, Align); in consumeFieldLayout() 59 formatv_object_base::parseReplacementItem(StringRef Spec) { in parseReplacementItem() argument [all …]
|
| H A D | NativeFormatting.cpp | 185 SmallString<8> Spec; in write_double() local 186 llvm::raw_svector_ostream Out(Spec); in write_double() 218 len = format(Spec.c_str(), N).snprint(buf, sizeof(buf)); in write_double() 245 format(Spec.c_str(), N).snprint(Buf, sizeof(Buf)); in write_double()
|
| /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_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();
|
| H A D | 04-test_provider_default_search_path.t | 10 use File::Spec; 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| /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/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatVariadic.h | 51 : Type(ReplacementType::Literal), Spec(Literal) {} in ReplacementItem() 52 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem() 54 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align), in ReplacementItem() 58 StringRef Spec; member 71 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where, 90 S << R.Spec; in format() 94 S << R.Spec; in format() 106 static std::optional<ReplacementItem> parseReplacementItem(StringRef Spec);
|
| /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/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/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 | 121 struct Spec { 137 Spec(Function *F, const SpecSig &S, unsigned Score) 139 Spec(Function *F, const SpecSig &&S, unsigned Score) 316 SmallVectorImpl<Spec> &AllSpecs, SpecMap &SM); 341 void updateCallSites(Function *F, const Spec *Begin, const Spec *End); 100 struct Spec { global() struct 108 SigSpec global() argument 116 SpecSpec Spec() argument 118 SpecSpec Spec() argument
|
| /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/TargetParser/ |
| H A D | ARMTargetParserCommon.cpp | 141 bool ARM::parseBranchProtection(StringRef Spec, ParsedBranchProtection &PBP, in parseBranchProtection() argument 144 if (Spec == "none") in parseBranchProtection() 147 if (Spec == "standard") { in parseBranchProtection() 156 Spec.split(Opts, "+"); in parseBranchProtection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModelUnderTrainingRunner.cpp | 25 TensorSpec Spec; member 134 return LFS.Spec; in createAndEnsureValid() 141 : LFS.Spec.name(), in createAndEnsureValid() 142 LFS.Spec); in createAndEnsureValid()
|
| H A D | TFLiteUtils.cpp | 95 const TensorSpec &Spec); 197 const TensorSpec &Spec) { in checkReportAndInvalidate() argument 199 errs() << "Could not find TF_Output named: " + Spec.name(); in checkReportAndInvalidate() 202 if (Spec.getTotalTensorBufferSize() != Tensor->bytes) in checkReportAndInvalidate()
|
| H A D | TensorSpec.cpp | 107 std::string tensorValueToString(const char *Buffer, const TensorSpec &Spec) { in tensorValueToString() argument 108 switch (Spec.type()) { in tensorValueToString() 112 auto R = llvm::make_range(TypedBuff, TypedBuff + Spec.getElementCount()); \ in tensorValueToString()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 303 const ApplyChangesSpec &Spec) { in applyAtomicChanges() argument 305 createReplacementsForHeaders(FilePath, Code, Changes, Spec.Style); in applyAtomicChanges() 326 if (Spec.Cleanup) { in applyAtomicChanges() 328 format::cleanupAroundReplacements(Code, AllReplaces, Spec.Style); in applyAtomicChanges() 346 Spec.Style, *ChangedCode, AllReplaces.getAffectedRanges(), FilePath); in applyAtomicChanges() 356 *ChangedCode, Spec.Style.ColumnLimit, Spec.Format, AllReplaces); in applyAtomicChanges() 359 format::reformat(Spec.Style, *ChangedCode, FormatRanges, FilePath); in applyAtomicChanges()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ReleaseModeModelRunner.h | 119 void populateTensor(size_t Pos, const TensorSpec &Spec, StringRef Prefix, in populateTensor() argument 122 CompiledModel->LookupArgIndex((Prefix + Spec.name()).str()); in populateTensor() 127 setUpBufferForTensor(Pos, Spec, Buffer); in populateTensor()
|
| H A D | MLModelRunner.h | 63 void setUpBufferForTensor(size_t Index, const TensorSpec &Spec, in setUpBufferForTensor() 66 OwnedBuffers.emplace_back(Spec.getTotalTensorBufferSize()); in setUpBufferForTensor() 61 setUpBufferForTensor(size_t Index,const TensorSpec & Spec,void * Buffer) setUpBufferForTensor() argument
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | BytesOutputStyle.cpp | 481 for (const auto &Spec : Specs) { in dumpStreamBytes() local 483 if (Spec.SI >= StreamPurposes.size()) { in dumpStreamBytes() 484 P.formatLine("Stream {0}: Not present", Spec.SI); in dumpStreamBytes() 487 P.formatMsfStreamData("Data", File, Spec.SI, in dumpStreamBytes() 488 StreamPurposes[Spec.SI].getShortName(), Spec.Begin, in dumpStreamBytes() 489 Spec.Size); in dumpStreamBytes()
|
| /freebsd/crypto/openssl/exporters/cmake/ |
| H A D | OpenSSLConfig.cmake.in | 30 use File::Spec; 31 use File::Spec::Unix; 35 (my $volume, $directories, $file) = File::Spec->splitpath($path, $no_file // ()); 36 $directories = File::Spec::Unix->catdir(File::Spec->splitdir($directories)); 38 # We know that $volume is ignored by File::Spec::Unix, so we handle it specially 42 return $volume . File::Spec::Unix->catpath('', $directories, $no_file ? () : $file);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
| H A D | TrainingLogger.h | 100 void writeTensor(const TensorSpec &Spec, const char *RawData) { in writeTensor() argument 101 OS->write(RawData, Spec.getTotalTensorBufferSize()); in writeTensor()
|
| /freebsd/crypto/openssl/providers/common/der/ |
| H A D | oids_to_c.pm | 15 use File::Spec; 72 my $input = File::Spec->catfile($opts{dir}, $file);
|