Lines Matching defs:win32_stat
65 struct win32_stat struct
67 _dev_t st_dev; /* ID of device containing file */
68 _ino_t st_ino; /* inode number */
69 unsigned short st_mode; /* protection */
70 short st_nlink; /* number of hard links */
71 short st_uid; /* user ID of owner */
72 short st_gid; /* group ID of owner */
73 _dev_t st_rdev; /* device ID (if special file) */
74 int64_t st_size; /* total size, in bytes */
75 int64_t st_atime; /* time of last access */
76 int64_t st_mtime; /* time of last modification */
77 int64_t st_ctime; /* time of last status change */
231 static inline int win32_stat(const char *filename_utf8, struct win32_stat *buf) in win32_stat() function