stat(5) DG/UX R4.11MU05 stat(5)
NAME
stat - data returned by stat system call
SYNOPSIS
#include <sys/types.h>
#include <sys/stat.h>
DESCRIPTION
The system calls stat, fstat, lstat, and dg_mstat return data whose
structure is defined by this include file. The layout and names used
to access the data in the stat structure may vary according to the
type of computer system being used and the level of standards
compliance. The user is referred to the file /usr/include/sys/stat.h
for an exact definition of the stat data structure. The encoding of
the field st_mode is also defined in this file.
FILES
/usr/include/sys/stat.h
/usr/include/sys/types.h
SEE ALSO
stat(2), types(5).
Licensed material--property of copyright holder(s)