Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.c220 int UTIL_isSameFile(const char* fName1, const char* fName2) in UTIL_isSameFile() argument
222 assert(fName1 != NULL); assert(fName2 != NULL); in UTIL_isSameFile()
228 return !strcmp(fName1, fName2); in UTIL_isSameFile()
232 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()