Home
last modified time | relevance | path

Searched refs:UTIL_isSameFile (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dutil.h189 int UTIL_isSameFile(const char* file1, const char* file2);
H A Dutil.c373 int UTIL_isSameFile(const char* fName1, const char* fName2) in UTIL_isSameFile() function
H A Dfileio.c600 if (srcFileName != NULL && UTIL_isSameFile(srcFileName, dstFileName)) { in FIO_openDstFile()