Searched defs:_stat64i32 (Results 1 – 2 of 2) sorted by relevance
69 struct _stat64i32 { struct70 _dev_t st_dev;71 _ino_t st_ino;72 unsigned short st_mode;73 short st_nlink;74 short st_uid;75 short st_gid;76 _dev_t st_rdev;77 _off_t st_size;78 __time64_t st_atime;[all …]
101 __CRT_INLINE int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat) in _stat64i32() function