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
struct
stat_t
version(!linux && !darwin && !FreeBSD && solaris)
extern (
C
)
struct
stat_t {
version(X86_64)
dev_t
st_dev
;
version(X86_64)
ino_t
st_ino
;
version(X86_64)
mode_t
st_mode
;
version(X86_64)
nlink_t
st_nlink
;
version(X86_64)
uid_t
st_uid
;
version(X86_64)
gid_t
st_gid
;
version(X86_64)
dev_t
st_rdev
;
version(X86_64)
off_t
st_size
;
version(X86_64)
time_t
st_atime
;
version(X86_64)
c_ulong
st_atimensec
;
version(X86_64)
time_t
st_mtime
;
version(X86_64)
c_ulong
st_mtimensec
;
version(X86_64)
time_t
st_ctime
;
version(X86_64)
c_ulong
st_ctimensec
;
version(X86_64)
blksize_t
st_blksize
;
version(X86_64)
blkcnt_t
st_blocks
;
version(X86_64)
char
[
_ST_FSTYPSZ
]
st_fstype
;
version(!X86_64)
dev_t
st_dev
;
version(!X86_64)
c_long
[
3
]
st_pad1
;
version(!X86_64)
ino_t
st_ino
;
version(!X86_64)
mode_t
st_mode
;
version(!X86_64)
nlink_t
st_nlink
;
version(!X86_64)
uid_t
st_uid
;
version(!X86_64)
gid_t
st_gid
;
version(!X86_64)
dev_t
st_rdev
;
version(!X86_64)
c_long
[
2
]
st_pad2
;
version(!X86_64)
off_t
st_size
;
version(!X86_64)
static if
(
!__USE_LARGEFILE64
)
c_long
st_pad3
;
version(!X86_64)
time_t
st_atime
;
version(!X86_64)
c_ulong
st_atimensec
;
version(!X86_64)
time_t
st_mtime
;
version(!X86_64)
c_ulong
st_mtimensec
;
version(!X86_64)
time_t
st_ctime
;
version(!X86_64)
c_ulong
st_ctimensec
;
version(!X86_64)
blksize_t
st_blksize
;
version(!X86_64)
blkcnt_t
st_blocks
;
version(!X86_64)
char
[
_ST_FSTYPSZ
]
st_fstype
;
version(!X86_64)
c_long
[
8
]
st_pad4
;
}
Members
Variables
st_atime
time_t
st_atime
;
Undocumented in source.
st_atime
time_t
st_atime
;
Undocumented in source.
st_atimensec
c_ulong
st_atimensec
;
Undocumented in source.
st_atimensec
c_ulong
st_atimensec
;
Undocumented in source.
st_blksize
blksize_t
st_blksize
;
Undocumented in source.
st_blksize
blksize_t
st_blksize
;
Undocumented in source.
st_blocks
blkcnt_t
st_blocks
;
Undocumented in source.
st_blocks
blkcnt_t
st_blocks
;
Undocumented in source.
st_ctime
time_t
st_ctime
;
Undocumented in source.
st_ctime
time_t
st_ctime
;
Undocumented in source.
st_ctimensec
c_ulong
st_ctimensec
;
Undocumented in source.
st_ctimensec
c_ulong
st_ctimensec
;
Undocumented in source.
st_dev
dev_t
st_dev
;
Undocumented in source.
st_dev
dev_t
st_dev
;
Undocumented in source.
st_fstype
char
[
_ST_FSTYPSZ
]
st_fstype
;
Undocumented in source.
st_fstype
char
[
_ST_FSTYPSZ
]
st_fstype
;
Undocumented in source.
st_gid
gid_t
st_gid
;
Undocumented in source.
st_gid
gid_t
st_gid
;
Undocumented in source.
st_ino
ino_t
st_ino
;
Undocumented in source.
st_ino
ino_t
st_ino
;
Undocumented in source.
st_mode
mode_t
st_mode
;
Undocumented in source.
st_mode
mode_t
st_mode
;
Undocumented in source.
st_mtime
time_t
st_mtime
;
Undocumented in source.
st_mtime
time_t
st_mtime
;
Undocumented in source.
st_mtimensec
c_ulong
st_mtimensec
;
Undocumented in source.
st_mtimensec
c_ulong
st_mtimensec
;
Undocumented in source.
st_nlink
nlink_t
st_nlink
;
Undocumented in source.
st_nlink
nlink_t
st_nlink
;
Undocumented in source.
st_pad1
c_long
[
3
]
st_pad1
;
Undocumented in source.
st_pad2
c_long
[
2
]
st_pad2
;
Undocumented in source.
st_pad3
c_long
st_pad3
;
Undocumented in source.
st_pad4
c_long
[
8
]
st_pad4
;
Undocumented in source.
st_rdev
dev_t
st_rdev
;
Undocumented in source.
st_rdev
dev_t
st_rdev
;
Undocumented in source.
st_size
off_t
st_size
;
Undocumented in source.
st_size
off_t
st_size
;
Undocumented in source.
st_uid
uid_t
st_uid
;
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