Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dutil.h259 UTIL_STATIC int UTIL_isRegularFile(const char* infilename);
267 if (!UTIL_isRegularFile(filename)) in UTIL_setFileStat()
299 UTIL_STATIC int UTIL_isRegularFile(const char* infilename) in UTIL_isRegularFile() function
338 if (!UTIL_isRegularFile(infilename)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
H A Dfileio.c151 assert(UTIL_isRegularFile(g_artefact)); in INThandler()
159 if (UTIL_isRegularFile(dstFileName)) { in addHandler()
276 if (!UTIL_isRegularFile(path)) { in FIO_remove()
300 if (!UTIL_isRegularFile(srcFileName)) { in FIO_openSrcFile()
333 if (UTIL_isRegularFile(dstFileName)) { in FIO_openDstFile()
1923 int const isAFile = UTIL_isRegularFile(srcFileName); in getFileInfo()
/freebsd-12.1/sys/contrib/zstd/tests/fuzz/
H A Dregression_driver.c44 FUZZ_ASSERT_MSG(UTIL_isRegularFile(fileName), fileName); in main()