Lines Matching refs:stat
16 #include <sys/stat.h>
57 struct stat stat;
128 static int st_check_size(struct stat *st, int len)
140 struct stat stbuf;
141 int res = stat(path, &stbuf);
143 PERROR("stat");
151 this_test->stat.st_size = len;
155 static int st_check_type(struct stat *st, mode_t type)
166 struct stat stbuf;
175 static int st_check_mode(struct stat *st, mode_t mode)
187 struct stat stbuf;
198 this_test->stat.st_mode &= ~ALLPERMS;
199 this_test->stat.st_mode |= mode;
206 struct stat stbuf;
230 struct stat stbuf;
251 static int st_check_nlink(struct stat *st, nlink_t nlink)
263 struct stat stbuf;
272 static int fcheck_stat(int fd, int flags, struct stat *st)
274 struct stat stbuf;
299 struct stat stbuf;
534 struct stat *st = &t->stat;
559 struct stat *st = &this_test->stat;
1050 struct stat st = {