Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c37 int const writeHeader = !UTIL_isRegularFile(filename); in TRACE_enable()
H A Dutil.h171 int UTIL_isRegularFile(const char* infilename);
H A Dfileio.c152 assert(UTIL_isRegularFile(g_artefact)); in INThandler()
160 if (UTIL_isRegularFile(dstFileName)) { in addHandler()
675 if (UTIL_isRegularFile(dstFileName)) { in FIO_openDstFile()
3067 ERROR_IF(!UTIL_isRegularFile(srcFileName), in getFileInfo()
H A Dutil.c135 int UTIL_isRegularFile(const char* infilename) in UTIL_isRegularFile() function