Structs
Enums
Functions
Change the file permission bits of the file specified by a file descriptor.
fchmodat not(target_os = "redox")
Change the file permission bits.
fstatat not(target_os = "redox")
Change the access and modification times of the file specified by a file descriptor.
lutimes any(target_os = "linux", target_os = "haiku", target_os = "ios", target_os = "macos", target_os = "freebsd", target_os = "netbsd")
Change the access and modification times of a file without following symlinks.
major target_os = "linux"
makedev target_os = "linux"
minor target_os = "linux"
mkdirat not(target_os = "redox")
Create a special or ordinary file, by pathname.
mknodat not(any(target_os = "ios", target_os = "macos", target_os = "redox"))
Create a special or ordinary file, relative to a given directory.
utimensat not(target_os = "redox")
Change the access and modification times of a file.
Change the access and modification times of a file.