Searched defs:stat64 (Results 1 – 13 of 13) sorted by relevance
130 struct stat64 struct132 __dev_t st_dev; /* Device. */133 __ino64_t st_ino; /* File serial number. */134 __nlink_t st_nlink; /* Link count. */135 __mode_t st_mode; /* File mode. */136 __uid_t st_uid; /* User ID of the file's owner. */137 __gid_t st_gid; /* Group ID of the file's group.*/138 int __glibc_reserved0;139 __dev_t st_rdev; /* Device number, if device. */140 __off_t st_size; /* Size of file, in bytes. */[all …]
65 struct stat64 struct67 __dev_t st_dev; /* Device. */68 __ino64_t st_ino; /* File serial number. */69 __nlink_t st_nlink; /* Link count. */70 __mode_t st_mode; /* File mode. */71 __uid_t st_uid; /* User ID of the file's owner. */73 int __glibc_reserved0;74 __dev_t st_rdev; /* Device number, if device. */75 __off_t st_size; /* Size of file, in bytes. */90 __time_t st_atime; /* Time of last access. */[all …]
86 struct stat64 struct184 struct stat64 struct186 __dev_t st_dev; /* Device. */187 __ino64_t st_ino; /* File serial number. */188 __nlink_t st_nlink; /* Link count. */189 __mode_t st_mode; /* File mode. */192 int __pad2;211 __time_t st_atime; /* Time of last access. */218 unsigned long int __glibc_reserved4;219 unsigned long int __glibc_reserved5;[all …]
89 struct stat64 struct186 struct stat64 struct188 __dev_t st_dev;190 __ino64_t st_ino;191 __mode_t st_mode;192 __nlink_t st_nlink;193 __uid_t st_uid;194 __gid_t st_gid;195 __dev_t st_rdev;197 __off64_t st_size;[all …]
85 struct stat64 struct87 __dev_t st_dev; /* Device. */88 __ino64_t st_ino; /* File serial number. */89 __mode_t st_mode; /* File mode. */90 __nlink_t st_nlink; /* Link count. */93 __dev_t st_rdev; /* Device number, if device. */94 __dev_t __pad1;95 __off64_t st_size; /* Size of file, in bytes. */97 int __pad2;110 __time_t st_atime; /* Time of last access. */[all …]
75 struct stat64 struct77 __dev_t st_dev; /* Device. */78 __ino64_t st_ino; /* File serial number. */79 __dev_t st_rdev; /* Device number, if device. */80 __off_t st_size; /* Size of file, in bytes. */82 __mode_t st_mode; /* File mode. */83 __uid_t st_uid; /* User ID of the file's owner. */86 __nlink_t st_nlink; /* Link count. */87 int __pad0; /* Real padding. */102 __time_t st_atime; /* Time of last access. */[all …]
107 struct stat64 struct109 int st_fstype; /* File system type. */110 __fsid_t st_fsid; /* File system ID. */113 __ino64_t st_ino; /* File number. */116 __mode_t st_mode; /* File mode. */117 __nlink_t st_nlink; /* Number of links. */119 __uid_t st_uid; /* Owner. */120 __gid_t st_gid; /* Owning group. */122 __off64_t st_size; /* Size in bytes. */148 __uid_t st_author; /* File author. */[all …]
90 struct stat64 struct
87 struct stat64 struct
103 struct stat64 struct
86 struct stat64 struct
120 struct stat64 struct
94 # define stat64 stat macro
Completed in 56 milliseconds