Expand description
sys/stat.h implementation.
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_stat.h.html.
Structs§
Constants§
- S_IEXEC
- S_IFBLK
- Block special.
- S_IFCHR
- Character special.
- S_IFDIR
- Directory.
- S_IFIFO
- FIFO special.
- S_IFLNK
- Symbolic link.
- S_IFMT
- Type of file.
- S_IFREG
- Regular.
- S_
IFSOCK - Socket.
- S_IREAD
- S_IRGRP
- Read permission, group.
- S_IROTH
- Read permission, others.
- S_IRUSR
- Read permission, owner.
- S_IRWXG
- Read, write, execute/search by group.
- S_IRWXO
- Read, write, execute/search by others.
- S_IRWXU
- Read, write, execute/search by owner.
- S_ISGID
- Set-group-ID on execution.
- S_ISUID
- Set-user-ID on execution.
- S_ISVTX
- On directories, restricted deletion flag.
- S_IWGRP
- Write permission, group.
- S_IWOTH
- Write permission, others.
- S_
IWRITE - S_IWUSR
- Write permission, owner.
- S_IXGRP
- Execute/search permission, group.
- S_IXOTH
- Execute/search permission, others.
- S_IXUSR
- Execute/search permission, owner.
- UTIME_
NOW - UTIME_
OMIT
Functions§
- __
fxstat ⚠ - chmod⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/chmod.html.
- fchmod
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fchmod.html.
- fchmodat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fchmodat.html.
- fstat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fstat.html.
- fstatat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fstatat.html.
- futimens⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/futimens.html.
- lstat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/lstat.html.
- mkdir⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mkdir.html.
- mkdirat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mkdirat.html.
- mkfifo⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mkfifo.html.
- mkfifoat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mkfifoat.html.
- mknod⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mknod.html.
- mknodat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mknodat.html.
- stat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/stat.html.
- umask
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/umask.html.
- utimensat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/utimensat.html.