stat.h File Reference
Typedef blksize_t
_BLKSIZE_T_DECLARED
Typedef blkcnt_t
_BLKCNT_T_DECLARED
Typedef dev_t
_DEV_T_DECLARED
Typedef fflags_t
_FFLAGS_T_DECLARED
Typedef gid_t
_GID_T_DECLARED
Typedef ino_t
_INO_T_DECLARED
Typedef mode_t
_MODE_T_DECLARED
Typedef nlink_t
_NLINK_T_DECLARED
Typedef off_t
_OFF_T_DECLARED
Typedef time_t
_TIME_T_DECLARED
Typedef 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 int | chmod | ( | const char * | , |
| mode_t | |
| ) | |
fstat ( int, struct stat * )
IMPORT_C int | fstat | ( | int | , |
| struct stat * | |
| ) | |
lstat ( const char *, struct stat * )
IMPORT_C int | lstat | ( | 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 int | mkdir | ( | const char * | , |
| mode_t | |
| ) | |
mkfifo ( const char *, mode_t )
IMPORT_C int | mkfifo | ( | const char * | , |
| mode_t | |
| ) | |
stat ( const char *, struct stat * )
IMPORT_C int | stat | ( | const char * | __restrict, |
| struct stat * | __restrict |
| ) | |