stat.h File Reference

Typedef blksize_t

typedef __blksize_t blksize_t

_BLKSIZE_T_DECLARED

Typedef blkcnt_t

typedef __blkcnt_t blkcnt_t

_BLKCNT_T_DECLARED

Typedef dev_t

typedef __dev_t dev_t

_DEV_T_DECLARED

Typedef fflags_t

typedef __fflags_t fflags_t

_FFLAGS_T_DECLARED

Typedef gid_t

typedef __gid_t gid_t

_GID_T_DECLARED

Typedef ino_t

typedef __ino_t ino_t

_INO_T_DECLARED

Typedef mode_t

typedef __mode_t mode_t

_MODE_T_DECLARED

Typedef nlink_t

typedef __nlink_t nlink_t

_NLINK_T_DECLARED

Typedef off_t

typedef __off_t off_t

_OFF_T_DECLARED

Typedef time_t

typedef __time_t time_t

_TIME_T_DECLARED

Typedef uid_t

typedef __uid_t uid_t

_UID_T_DECLARED

S_ISUID

S_ISGID

S_IRWXU

S_IRUSR

S_IWUSR

S_IXUSR

S_IRWXG

S_IRGRP

S_IWGRP

S_IXGRP

S_IRWXO

S_IROTH

S_IWOTH

S_IXOTH

S_IFMT

S_IFIFO

S_IFCHR

S_IFDIR

S_IFBLK

S_IFREG

S_IFLNK

S_IFSOCK

S_ISVTX

S_ISDIR

S_ISCHR

S_ISBLK

S_ISREG

S_ISFIFO

S_ISLNK

S_ISSOCK

chmod ( const char *, mode_t )

IMPORT_C intchmod(const char *,
mode_t
)

fstat ( int, struct stat * )

IMPORT_C intfstat(int,
struct stat *
)

lstat ( const char *, struct stat * )

IMPORT_C intlstat(const char *__restrict,
struct stat *__restrict
)

__xstat ( int, const char *, struct stat * )

IMPORT_C int__xstat(int,
const char *file,
struct stat *buf
)

__lxstat ( int, const char *, struct stat * )

IMPORT_C int__lxstat(int,
const char *file,
struct stat *buf
)

mkdir ( const char *, mode_t )

IMPORT_C intmkdir(const char *,
mode_t
)

mkfifo ( const char *, mode_t )

IMPORT_C intmkfifo(const char *,
mode_t
)

stat ( const char *, struct stat * )

IMPORT_C intstat(const char *__restrict,
struct stat *__restrict
)

umask ( mode_t )

IMPORT_C mode_tumask(mode_t)