Searched refs:UTIL_fstat (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | util.h | 138 int UTIL_fstat(const int fd, const char* filename, stat_t* statbuf);
|
| H A D | util.c | 167 int UTIL_fstat(const int fd, const char* filename, stat_t* statbuf) in UTIL_fstat() function 196 return UTIL_fstat(-1, filename, statbuf); in UTIL_stat() 229 if (!UTIL_fstat(fd, filename, &localStatBuf)) { in UTIL_fchmod() 304 if (!UTIL_fstat(fd, filename, &curStatBuf) || !UTIL_isRegularFileStat(&curStatBuf)) { in UTIL_setFDStat()
|