Functions

fn ISBLK(m: mode_t) bool

No documentation provided.

fn ISCHR(m: mode_t) bool

No documentation provided.

fn ISDIR(m: mode_t) bool

No documentation provided.

fn ISFIFO(m: mode_t) bool

No documentation provided.

fn ISLNK(m: mode_t) bool

No documentation provided.

fn ISREG(m: mode_t) bool

No documentation provided.

fn ISSOCK(m: mode_t) bool

No documentation provided.

Values

IFBLK
comptime_int
IFCHR
comptime_int
IFDIR
comptime_int
IFIFO
comptime_int
IFLNK
comptime_int
IFMT
comptime_int
IFREG
comptime_int
IFSOCK
comptime_int
IRGRP
comptime_int
IROTH
comptime_int
IRUSR
comptime_int
IRWXG
comptime_int
IRWXO
comptime_int
IRWXU
comptime_int
ISGID
comptime_int
ISUID
comptime_int
ISVTX
comptime_int
IWGRP
comptime_int
IWOTH
comptime_int
IWUSR
comptime_int
IXGRP
comptime_int
IXOTH
comptime_int
IXUSR
comptime_int