Searched defs:fileName (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/contrib/zstd/examples/ |
H A D | common.h | 180 static size_t loadFile_orDie(const char* fileName, void* buffer, size_t bufferSize) in loadFile_orDie() 204 static void* mallocAndLoadFile_orDie(const char* fileName, size_t* bufferSize) { in mallocAndLoadFile_orDie() 220 static void saveFile_orDie(const char* fileName, const void* buff, size_t buffSize) in saveFile_orDie()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | extractExternal.cpp | 69 static pair<const char *, streamsize> getBuf(const char *fileName) { in getBuf() 89 rstream(const char *fileName) : _rstream(getBuf(fileName)) {} in rstream() 237 void computeExternalSymbols(const char *fileName, set<string> *defined, in computeExternalSymbols() 291 void hideSymbols(char *fileName, const set<string> &hide) { in hideSymbols()
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | ocsd_msg_logger.cpp | 59 void ocsdMsgLogger::setLogFileName(const char *fileName) in setLogFileName()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | DWARF.cpp | 80 std::string fileName; in getVariableLoc() local
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | MinGW.cpp | 169 StringRef fileName = sys::path::filename(sym->getFile()->getName()); in shouldExport() local
|
H A D | PDB.cpp | 244 void PDBLinker::pdbMakeAbsolute(SmallVectorImpl<char> &fileName) { in pdbMakeAbsolute()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | MipsArchTree.cpp | 353 StringRef fileName) { in getMipsFpAbiFlag()
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | dibio.c | 95 static S64 DiB_getFileSize (const char * fileName) in DiB_getFileSize()
|
H A D | fileio.c | 731 static size_t FIO_createDictBuffer(void** bufferPtr, const char* fileName, FIO_prefs_t* const prefs) in FIO_createDictBuffer()
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | case_file.cc | 775 CaseFile::DeSerializeFile(const char *fileName) in DeSerializeFile()
|
/freebsd/crypto/krb5/src/lib/gssapi/mechglue/ |
H A D | g_initialize.c | 1272 loadConfigFile(const char *fileName) in loadConfigFile()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 541 StringRef fileName; variable
|
H A D | Driver.cpp | 2028 StringRef fileName = arg->getValue(2); in link() local
|
/freebsd/sbin/natd/ |
H A D | natd.c | 1534 void ReadConfigFile (const char* fileName) in ReadConfigFile()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 215 #define GetDirectHandle(fileName, shareMode) \ argument
|