Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.h108 typedef struct __stat64 stat_t; typedef
111 typedef struct _stati64 stat_t; typedef
113 typedef struct stat stat_t; typedef
129 int UTIL_stat(const char* filename, stat_t* statbuf);
136 int UTIL_setFileStat(const char* filename, const stat_t* statbuf);
143 int UTIL_isRegularFileStat(const stat_t* statbuf);
144 int UTIL_isDirectoryStat(const stat_t* statbuf);
145 int UTIL_isFIFOStat(const stat_t* statbuf);
146 U64 UTIL_getFileSizeStat(const stat_t* statbuf);
153 int UTIL_chmod(char const* filename, const stat_t* statbuf, mode_t permissions);
H A Dutil.c137 stat_t statbuf; in UTIL_isRegularFile()
153 stat_t localStatBuf; in UTIL_chmod()
166 stat_t curStatBuf; in UTIL_setFileStat()
203 stat_t statbuf; in UTIL_isDirectory()
230 { stat_t file1Stat; in UTIL_isSameFile()
231 stat_t file2Stat; in UTIL_isSameFile()
245 stat_t statbuf; in UTIL_isFIFO()
267 stat_t statbuf; in UTIL_isLink()
277 stat_t statbuf; in UTIL_getFileSize()
369 stat_t statbuf; in UTIL_createFileNamesTable_fromFileName()
[all …]
H A Dfileio.c567 stat_t statbuf; in FIO_removeFile()
591 stat_t statbuf; in FIO_openSrcFile()
1595 stat_t statbuf; in FIO_compressFilename_dstFile()
2497 stat_t statbuf; in FIO_decompressDstFile()