Home
last modified time | relevance | path

Searched refs:UTIL_fstat (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dutil.h138 int UTIL_fstat(const int fd, const char* filename, stat_t* statbuf);
H A Dutil.c167 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()