Searched refs:stat_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/zstd/programs/ |
H A D | util.h | 108 typedef struct __stat64 stat_t; typedef 111 typedef struct _stati64 stat_t; typedef 113 typedef struct stat stat_t; typedef 130 int UTIL_stat(const char* filename, stat_t* statbuf); 137 int UTIL_setFileStat(const char* filename, const stat_t* statbuf); 145 int UTIL_utime(const char* filename, const stat_t *statbuf); 152 int UTIL_isRegularFileStat(const stat_t* statbuf); 153 int UTIL_isDirectoryStat(const stat_t* statbuf); 154 int UTIL_isFIFOStat(const stat_t* statbuf); 155 int UTIL_isBlockDevStat(const stat_t* statbuf); [all …]
|
H A D | util.c | 124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() 137 stat_t statbuf; in UTIL_isRegularFile() 141 int UTIL_isRegularFileStat(const stat_t* statbuf) in UTIL_isRegularFileStat() 151 int UTIL_chmod(char const* filename, const stat_t* statbuf, mode_t permissions) in UTIL_chmod() 153 stat_t localStatBuf; in UTIL_chmod() 163 int UTIL_utime(const char* filename, const stat_t *statbuf) in UTIL_utime() 185 int UTIL_setFileStat(const char *filename, const stat_t *statbuf) in UTIL_setFileStat() 189 stat_t curStatBuf; in UTIL_setFileStat() 208 stat_t statbuf; in UTIL_isDirectory() 212 int UTIL_isDirectoryStat(const stat_t* statbuf) in UTIL_isDirectoryStat() [all …]
|
H A D | fileio.c | 589 stat_t statbuf; in FIO_removeFile() 613 stat_t statbuf; in FIO_openSrcFile() 735 stat_t statbuf; in FIO_createDictBuffer() 1676 stat_t statbuf; in FIO_compressFilename_dstFile() 2631 stat_t statbuf; in FIO_decompressDstFile()
|
/freebsd/contrib/pjdfstest/ |
H A D | pjdfstest.c | 58 typedef struct stat64 stat_t; typedef 60 typedef struct stat stat_t; typedef 516 show_stat(stat_t *sp, const char *what) in show_stat() 620 show_stats(stat_t *sp, char *what) in show_stats() 663 stat_t sb; in call_syscall()
|