|
UbixOS V2
2.0
|
#include <stat.h>

Data Fields | |
| long | __st_atimensec |
| long | __st_ctimensec |
| long | __st_mtimensec |
| unsigned | int:(8 / 2) * (16 - (int) sizeof(struct __timespec)) |
| time_t | st_atime |
| time_t | st_birthtime |
| long | st_birthtimensec |
| blksize_t | st_blksize |
| blkcnt_t | st_blocks |
| time_t | st_ctime |
| __dev_t | st_dev |
| fflags_t | st_flags |
| __uint32_t | st_gen |
| gid_t | st_gid |
| ino_t | st_ino |
| __int32_t | st_lspare |
| __mode_t | st_mode |
| time_t | st_mtime |
| __nlink_t | st_nlink |
| __dev_t | st_rdev |
| off_t | st_size |
| uid_t | st_uid |
| time_t stat::st_atime |
Definition at line 52 of file stat.h.
Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().
| time_t stat::st_ctime |
Definition at line 56 of file stat.h.
Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().
| __dev_t stat::st_dev |
Definition at line 45 of file stat.h.
Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().
| __uint32_t stat::st_gen |
| gid_t stat::st_gid |
Definition at line 50 of file stat.h.
Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().
| ino_t stat::st_ino |
Definition at line 46 of file stat.h.
Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().
| __mode_t stat::st_mode |
Definition at line 47 of file stat.h.
Referenced by _sys_stat(), fstat(), sys_fstat(), and sys_fstatat().
| time_t stat::st_mtime |
Definition at line 54 of file stat.h.
Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().
| __nlink_t stat::st_nlink |
Definition at line 48 of file stat.h.
Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().
| __dev_t stat::st_rdev |
Definition at line 51 of file stat.h.
Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().
| off_t stat::st_size |
Definition at line 58 of file stat.h.
Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().
| uid_t stat::st_uid |
Definition at line 49 of file stat.h.
Referenced by _sys_stat(), sys_fstat(), and sys_fstatat().