tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
stat_t
tango
stdc
posix
sys
stat
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
stat_t
struct
stat_t
struct
stat_t
version(!linux && !darwin && FreeBSD)
extern (
C
)
struct
stat_t {
dev_t
st_dev
;
ino_t
st_ino
;
mode_t
st_mode
;
nlink_t
st_nlink
;
uid_t
st_uid
;
gid_t
st_gid
;
dev_t
st_rdev
;
time_t
st_atime
;
c_ulong
st_atimensec
;
time_t
st_mtime
;
c_ulong
st_mtimensec
;
time_t
st_ctime
;
c_ulong
st_ctimensec
;
off_t
st_size
;
blkcnt_t
st_blocks
;
blksize_t
st_blksize
;
fflags_t
st_flags
;
uint
st_gen
;
int
st_lspare
;
timespec
st_birthtimespec
;
byte
[
16
-
timespec
.
sizeof
]
padding
;
}
struct
stat_t
Members
Variables
padding
byte
[
16
-
timespec
.
sizeof
]
padding
;
Undocumented in source.
st_atime
time_t
st_atime
;
Undocumented in source.
st_atimensec
c_ulong
st_atimensec
;
Undocumented in source.
st_birthtimespec
timespec
st_birthtimespec
;
Undocumented in source.
st_blksize
blksize_t
st_blksize
;
Undocumented in source.
st_blocks
blkcnt_t
st_blocks
;
Undocumented in source.
st_ctime
time_t
st_ctime
;
Undocumented in source.
st_ctimensec
c_ulong
st_ctimensec
;
Undocumented in source.
st_dev
dev_t
st_dev
;
Undocumented in source.
st_flags
fflags_t
st_flags
;
Undocumented in source.
st_gen
uint
st_gen
;
Undocumented in source.
st_gid
gid_t
st_gid
;
Undocumented in source.
st_ino
ino_t
st_ino
;
Undocumented in source.
st_lspare
int
st_lspare
;
Undocumented in source.
st_mode
mode_t
st_mode
;
Undocumented in source.
st_mtime
time_t
st_mtime
;
Undocumented in source.
st_mtimensec
c_ulong
st_mtimensec
;
Undocumented in source.
st_nlink
nlink_t
st_nlink
;
Undocumented in source.
st_rdev
dev_t
st_rdev
;
Undocumented in source.
st_size
off_t
st_size
;
Undocumented in source.
st_uid
uid_t
st_uid
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
stat
aliases
fstat
lstat
stat
enums
S_IFMT
functions
S_ISBLK
S_ISCHR
S_ISDIR
S_ISDOOR
S_ISFIFO
S_ISLNK
S_ISPORT
S_ISREG
S_ISSOCK
S_TYPEISMQ
S_TYPEISSEM
S_TYPEISSHM
chmod
fchmod
fstat64
lstat64
mkdir
mkfifo
mknod
stat64
umask
structs
stat_t
variables
S_IFBLK
S_IFCHR
S_IFDIR
S_IFIFO
S_IFLNK
S_IFREG
S_IFSOCK
S_IRGRP
S_IROTH
S_IRUSR
S_IRWXG
S_IRWXO
S_IRWXU
S_ISGID
S_ISUID
S_ISVTX
S_IWGRP
S_IWOTH
S_IWUSR
S_IXGRP
S_IXOTH
S_IXUSR
_ST_FSTYPSZ