Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dstat.h151 struct stat64 struct
153 __dev_t st_dev; /* Device. */
155 __ino64_t st_ino; /* File serial number. */
156 __nlink_t st_nlink; /* Link count. */
157 __mode_t st_mode; /* File mode. */
159 unsigned int __pad1;
160 __ino_t __st_ino; /* 32bit file serial number. */
161 __mode_t st_mode; /* File mode. */
162 __nlink_t st_nlink; /* Link count. */
164 __uid_t st_uid; /* User ID of the file's owner. */
[all …]