Home
last modified time | relevance | path

Searched refs:fileName (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dwrapper.c579 wrap_tocvs_process_file(fileName) in wrap_tocvs_process_file() argument
580 const char *fileName; in wrap_tocvs_process_file()
582 WrapperEntry *e=wrap_matching_entry(fileName);
594 + strlen (fileName)
598 sprintf (args, e->tocvsFilter, fileName, buf);
607 wrap_merge_is_copy (fileName) in wrap_merge_is_copy() argument
608 const char *fileName; in wrap_merge_is_copy()
610 WrapperEntry *e=wrap_matching_entry(fileName);
618 wrap_fromcvs_process_file(fileName) in wrap_fromcvs_process_file() argument
619 const char *fileName; in wrap_fromcvs_process_file()
[all …]
H A Dcvs.h839 char *wrap_rcsoption PROTO ((const char *fileName, int asFlag));
840 char *wrap_tocvs_process_file PROTO((const char *fileName));
841 int wrap_merge_is_copy PROTO((const char *fileName));
842 void wrap_fromcvs_process_file PROTO ((const char *fileName));
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp54 llvm::SmallString<128> fileName; in onBodySynthesis() local
57 fileName = in onBodySynthesis()
60 fileName = llvm::StringRef(D->getName().str() + ".model"); in onBodySynthesis()
62 if (!llvm::sys::fs::exists(fileName.str())) { in onBodySynthesis()
72 FrontendOpts.Inputs.emplace_back(fileName, IK); in onBodySynthesis()
/openbsd-src/usr.sbin/rpki-client/
H A Drsc.c87 ASN1_IA5STRING *fileName; member
104 ASN1_OPT(FileNameAndHash, fileName, ASN1_IA5STRING),
273 ASN1_IA5STRING *fileName; in rsc_parse_checklist() local
304 if ((fileName = fh->fileName) == NULL) in rsc_parse_checklist()
307 if (!valid_filename(fileName->data, fileName->length)) { in rsc_parse_checklist()
312 file->filename = strndup(fileName->data, fileName->length); in rsc_parse_checklist()
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/
H A Dfake_external.py4 def execute(fileName): argument
6 .format(os.path.basename(fileName)));
/openbsd-src/gnu/llvm/lld/Common/
H A DDWARF.cpp80 std::string fileName; in getVariableLoc() local
83 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, fileName)) in getVariableLoc()
86 return std::make_pair(fileName, it->second.line); in getVariableLoc()
/openbsd-src/gnu/llvm/lld/COFF/
H A DMinGW.cpp169 StringRef fileName = sys::path::filename(sym->getFile()->getName()); in shouldExport() local
170 return !excludeObjects.count(fileName); in shouldExport()
H A DPDB.cpp147 void pdbMakeAbsolute(SmallVectorImpl<char> &fileName);
247 void PDBLinker::pdbMakeAbsolute(SmallVectorImpl<char> &fileName) { in pdbMakeAbsolute() argument
255 if (sys::path::is_absolute(fileName, sys::path::Style::windows) || in pdbMakeAbsolute()
256 sys::path::is_absolute(fileName, sys::path::Style::posix)) in pdbMakeAbsolute()
263 sys::path::native(fileName); in pdbMakeAbsolute()
264 sys::fs::make_absolute(fileName); in pdbMakeAbsolute()
265 sys::path::remove_dots(fileName, true); in pdbMakeAbsolute()
277 sys::path::append(absoluteFileName, guessedStyle, fileName); in pdbMakeAbsolute()
281 fileName = std::move(absoluteFileName); in pdbMakeAbsolute()
/openbsd-src/gnu/llvm/lld/ELF/
H A DWriter.h53 llvm::StringRef fileName);
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriter.cpp494 StringRef fileName(file->getName()); in populateTargetFeatures() local
498 used.insert({feature.Name, std::string(fileName)}); in populateTargetFeatures()
501 used.insert({feature.Name, std::string(fileName)}); in populateTargetFeatures()
502 required.insert({feature.Name, std::string(fileName)}); in populateTargetFeatures()
505 disallowed.insert({feature.Name, std::string(fileName)}); in populateTargetFeatures()
557 StringRef fileName(file->getName()); in populateTargetFeatures() local
565 fileName + " is disallowed by " + disallowed[feature.Name] + in populateTargetFeatures()
570 error(Twine("Missing target feature '") + feature + "' in " + fileName + in populateTargetFeatures()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DMipsArchTree.cpp353 StringRef fileName) { in getMipsFpAbiFlag() argument
357 error(fileName + ": floating point ABI '" + getMipsFpAbiName(newFlag) + in getMipsFpAbiFlag()
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1471 fileName = config->outputFile; in CodeSignatureSection()
1472 size_t slashIndex = fileName.rfind("/"); in CodeSignatureSection()
1474 fileName = fileName.drop_front(slashIndex + 1); in CodeSignatureSection()
1478 allHeadersSize = alignTo<16>(fixedHeadersSize + fileName.size() + 1); in CodeSignatureSection()
1479 fileNamePad = allHeadersSize - fixedHeadersSize - fileName.size(); in CodeSignatureSection()
1532 sizeof(CS_CodeDirectory) + fileName.size() + fileNamePad); in writeTo()
1552 memcpy(id, fileName.begin(), fileName.size()); in writeTo()
1553 memset(id + fileName.size(), 0, fileNamePad); in writeTo()
H A DSyntheticSections.h526 StringRef fileName; variable
H A DDriver.cpp1899 StringRef fileName = arg->getValue(2); in link() local
1900 std::optional<MemoryBufferRef> buffer = readFile(fileName); in link()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DTarzip.pm437 my $af = $member->fileName();
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h121 StringRef fileName);
/openbsd-src/lib/libcurses/
H A Dcurses.priv.h232 #define GetDirectHandle(fileName, shareMode) \ argument
233 CreateFile(TEXT(fileName), \
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dvariable.rst1001 interactively, or use the command script import fileName command to load Python