Searched refs:fileName (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpushback.h37 char *fileName; member in class:pushBackBuffer
H A Dpushback.cpp79 fileName = filename;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp54 llvm::SmallString<128> fileName; local
57 fileName =
60 fileName = llvm::StringRef(D->getName().str() + ".model");
62 if (!llvm::sys::fs::exists(fileName.str())) {
72 FrontendOpts.Inputs.emplace_back(fileName, IK);
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp80 std::string fileName;
83 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, fileName))
86 return std::make_pair(fileName, it->second.line);
/freebsd-11-stable/contrib/sqlite3/
H A DReplace.cs104 string fileName = Path.GetFileName(
109 fileName));
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp146 StringRef fileName = sys::path::filename(sym->getFile()->getName());
147 return !excludeObjects.count(fileName);
H A DPDB.cpp257 static void pdbMakeAbsolute(SmallVectorImpl<char> &fileName) { argument
265 if (sys::path::is_absolute(fileName, sys::path::Style::windows) ||
266 sys::path::is_absolute(fileName, sys::path::Style::posix))
273 sys::path::native(fileName);
274 sys::fs::make_absolute(fileName);
286 sys::path::append(absoluteFileName, guessedStyle, fileName);
290 fileName = std::move(absoluteFileName);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp69 static pair<const char *, streamsize> getBuf(const char *fileName) { argument
70 ifstream raw(fileName, ios::binary | ios::in);
89 rstream(const char *fileName) : _rstream(getBuf(fileName)) {} argument
237 void computeExternalSymbols(const char *fileName, set<string> *defined, argument
242 rstream f(fileName);
252 printf("computeExternalSymbols: fileName='%s', fileSize = %lu, symTabStart "
254 fileName, (unsigned long)fileSize, symTabStart, symNEntries);
289 // by <fileName> that is a member of <hide>, renames it by prefixing
291 void hideSymbols(char *fileName, cons argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.h59 llvm::StringRef fileName);
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.h250 * \param fileName The name of a file containing serialized events
253 static void DeSerializeFile(const char *fileName);
H A Dcase_file.cc708 CaseFile::DeSerializeFile(const char *fileName) argument
710 string fullName(s_caseFilePath + '/' + fileName);
719 if (sscanf(fileName, "pool_%" PRIu64 "_vdev_%" PRIu64 ".case",
722 "Unintelligible CaseFile filename %s.\n", fileName);
738 unlink(fileName);
766 "read %s.\n", fileName);
779 unlink(fileName);
/freebsd-11-stable/contrib/apr/dso/unix/
H A Ddso.c102 const char *fileName;
103 NSLinkEditError(&errors, &errorNumber, &fileName, &err_msg);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp353 uint8_t getMipsFpAbiFlag(uint8_t oldFlag, uint8_t newFlag, StringRef fileName) { argument
357 error(fileName + ": floating point ABI '" + getMipsFpAbiName(newFlag) +
/freebsd-11-stable/sbin/natd/
H A Dnatd.c119 static void ReadConfigFile (const char* fileName);
1529 void ReadConfigFile (const char* fileName) argument
1537 file = fopen (fileName, "r");
1539 err(1, "cannot open config file %s", fileName);
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp1108 const char* fileName = arg->getValue(2); local
1111 MemoryBuffer::getFile(fileName);
1114 error("can't open -sectcreate file " + Twine(fileName));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h90 StringRef fileName);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23471 char fileName[CCHMAXPATH]; local
23473 sprintf(fileName, "%s-lck", pNode->shmBaseName + 10);
23475 fileName[1] = ':';
23477 DosForceDelete(fileName);
[all...]

Completed in 685 milliseconds