Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function
138 return UTIL_stat(infilename, &statbuf) && UTIL_isRegularFileStat(&statbuf); in UTIL_isRegularFile()
155 if (!UTIL_stat(filename, &localStatBuf)) return 0; in UTIL_chmod()
167 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
204 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
232 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
233 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
246 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
278 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
371 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h129 int UTIL_stat(const char* filename, stat_t* statbuf);
H A Dfileio.c568 if (!UTIL_stat(path, &statbuf)) { in FIO_removeFile()
599 if (!UTIL_stat(srcFileName, &statbuf)) { in FIO_openSrcFile()
1610 && UTIL_stat(srcFileName, &statbuf) in FIO_compressFilename_dstFile()
2514 && UTIL_stat(srcFileName, &statbuf) in FIO_decompressDstFile()