Searched defs:srcFileName (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/zstd/programs/ |
H A D | fileio.c | 611 static FILE* FIO_openSrcFile(const FIO_prefs_t* const prefs, const char* srcFileName) in FIO_openSrcFile() 649 const char* srcFileName, const char* dstFileName, in FIO_openDstFile() 1079 const char* srcFileName, U64 const srcFileSize, in FIO_compressGzFrame() 1162 const char* srcFileName, U64 const srcFileSize, in FIO_compressLzmaFrame() 1241 const char* srcFileName, U64 const srcFileSize, in FIO_compressLz4Frame() 1340 const char* srcFileName, U64 fileSize, in FIO_compressZstdFrame() 1571 const char* dstFileName, const char* srcFileName, in FIO_compressFilename_internal() 1671 const char* srcFileName, in FIO_compressFilename_dstFile() 1751 const char* srcFileName, in FIO_compressFilename_srcFile() 1844 const char* srcFileName, const char* dictFileName, in FIO_compressFilename() [all …]
|
H A D | util.c | 900 char* UTIL_createMirroredDestDirName(const char* srcFileName, const char* outDirRootName) in UTIL_createMirroredDestDirName()
|