Searched refs:UTIL_isRegularFile (Results 1 – 4 of 4) sorted by relevance
37 int const writeHeader = !UTIL_isRegularFile(filename); in TRACE_enable()
187 int UTIL_isRegularFile(const char* infilename);
139 assert(UTIL_isRegularFile(g_artefact)); in INThandler()147 if (UTIL_isRegularFile(dstFileName)) { in addHandler()605 isDstRegFile = UTIL_isRegularFile(dstFileName); /* invoke once */ in FIO_openDstFile()3300 ERROR_IF(!UTIL_isRegularFile(srcFileName), in getFileInfo()
199 int UTIL_isRegularFile(const char* infilename) in UTIL_isRegularFile() function