Home
last modified time | relevance | path

Searched defs:stat64 (Results 1 – 13 of 13) sorted by relevance

/sysdeps/unix/sysv/linux/s390/bits/
A Dstruct_stat.h130 struct stat64 struct
132 __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 …]
/sysdeps/unix/sysv/linux/ia64/bits/
A Dstruct_stat.h65 struct stat64 struct
67 __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 …]
/sysdeps/unix/sysv/linux/powerpc/bits/
A Dstruct_stat.h86 struct stat64 struct
184 struct stat64 struct
186 __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 …]
/sysdeps/unix/sysv/linux/mips/bits/
A Dstruct_stat.h89 struct stat64 struct
186 struct stat64 struct
188 __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 …]
/sysdeps/unix/sysv/linux/generic/bits/
A Dstruct_stat.h85 struct stat64 struct
87 __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 …]
/sysdeps/unix/sysv/linux/alpha/bits/
A Dstruct_stat.h75 struct stat64 struct
77 __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 …]
/sysdeps/mach/hurd/bits/
A Dstat.h107 struct stat64 struct
109 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 …]
/sysdeps/unix/sysv/linux/bits/
A Dstruct_stat.h90 struct stat64 struct
/sysdeps/unix/sysv/linux/m68k/bits/
A Dstruct_stat.h87 struct stat64 struct
/sysdeps/unix/sysv/linux/x86/bits/
A Dstruct_stat.h103 struct stat64 struct
/sysdeps/unix/sysv/linux/sparc/bits/
A Dstruct_stat.h86 struct stat64 struct
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dstruct_stat.h120 struct stat64 struct
/sysdeps/posix/
A Dgetcwd.c94 # define stat64 stat macro

Completed in 56 milliseconds