Home
last modified time | relevance | path

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

/freebsd/sys/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()
190 if (!UTIL_stat(filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) in UTIL_setFileStat()
209 return UTIL_stat(infilename, &statbuf) && UTIL_isDirectoryStat(&statbuf); in UTIL_isDirectory()
237 return UTIL_stat(fName1, &file1Stat) in UTIL_isSameFile()
238 && UTIL_stat(fName2, &file2Stat) in UTIL_isSameFile()
251 if (UTIL_stat(infilename, &statbuf) && UTIL_isFIFOStat(&statbuf)) return 1; in UTIL_isFIFO()
294 if (!UTIL_stat(infilename, &statbuf)) return UTIL_FILESIZE_UNKNOWN; in UTIL_getFileSize()
441 if (!UTIL_stat(inputFileName, &statbuf) || !UTIL_isRegularFileStat(&statbuf)) in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dutil.h130 int UTIL_stat(const char* filename, stat_t* statbuf);
H A Dfileio.c590 if (!UTIL_stat(path, &statbuf)) { in FIO_removeFile()
622 if (!UTIL_stat(srcFileName, &statbuf)) { in FIO_openSrcFile()
743 if (!UTIL_stat(fileName, &statbuf)) { in FIO_createDictBuffer()
1683 && UTIL_stat(srcFileName, &statbuf) in FIO_compressFilename_dstFile()
2639 && UTIL_stat(srcFileName, &statbuf) in FIO_decompressDstFile()