Lines Matching refs:stat
26 #include <sys/stat.h>
32 static errno_t perform_checks(struct stat *stat_buf,
38 struct stat *caller_stat_buf, bool follow_symlink)
41 struct stat local_stat_buf;
42 struct stat *stat_buf;
51 ret = stat(filename, stat_buf);
66 struct stat *caller_stat_buf)
69 struct stat local_stat_buf;
70 struct stat *stat_buf;
89 static errno_t perform_checks(struct stat *stat_buf,
132 struct stat stat_buf;