Iros
 
Loading...
Searching...
No Matches
stat Struct Reference

#include <ccpp/bits/iros/stat.h>

Public Attributes

dev_t st_dev
 
ino_t st_ino
 
nlink_t st_nlink
 
mode_t st_mode
 
uid_t st_uid
 
gid_t st_gid
 
unsigned char __padding1 [4]
 
dev_t st_rdev
 
off_t st_size
 
blksize_t st_blksize
 
blkcnt_t st_blkcnt
 
struct timespec st_atim
 
struct timespec st_mtim
 
struct timespec st_ctim
 
unsigned char __padding2 [24]
 

Member Data Documentation

◆ __padding1

unsigned char stat::__padding1

◆ __padding2

unsigned char stat::__padding2

◆ st_atim

struct timespec stat::st_atim

◆ st_blkcnt

blkcnt_t stat::st_blkcnt

◆ st_blksize

blksize_t stat::st_blksize

◆ st_ctim

struct timespec stat::st_ctim

◆ st_dev

dev_t stat::st_dev

◆ st_gid

gid_t stat::st_gid

◆ st_ino

ino_t stat::st_ino

◆ st_mode

mode_t stat::st_mode

◆ st_mtim

struct timespec stat::st_mtim

◆ st_nlink

nlink_t stat::st_nlink

◆ st_rdev

dev_t stat::st_rdev

◆ st_size

off_t stat::st_size

◆ st_uid

uid_t stat::st_uid

The documentation for this struct was generated from the following files: