☰
Index
Modules:
pystat
,
pystat/consts
,
pystat/defines
,
pystat/isX
,
pystat/isXImpl
,
pystat/strrepr
,
pystat/types
.
API symbols
APPLE:
defines: const APPLE
DW:
defines: const DW
filemode:
strrepr: proc filemode(omode: int): string
strrepr: proc filemode(omode: Mode): string
int_AsMode_t:
isXImpl: proc int_AsMode_t(value: int): Mode
S_IFMT:
isX: proc S_IFMT(omode: int): int
isX: proc S_IFMT(omode: Mode): int
S_IMODE:
isX: proc S_IMODE(omode: int): int
isX: proc S_IMODE(omode: Mode): int
S_ISBLK:
isX: proc S_ISBLK(omode: int): bool
isXImpl: template S_ISBLK(mode`gensym3: Mode): bool
S_ISCHR:
isX: proc S_ISCHR(omode: int): bool
isXImpl: template S_ISCHR(mode`gensym1: Mode): bool
S_ISDIR:
isX: proc S_ISDIR(omode: int): bool
isXImpl: template S_ISDIR(mode`gensym0: Mode): bool
S_ISDOOR:
isX: proc S_ISDOOR(omode: int): bool
isXImpl: template S_ISDOOR(mode: Mode): bool
S_ISFIFO:
isX: proc S_ISFIFO(omode: int): bool
isXImpl: template S_ISFIFO(mode`gensym4: Mode): bool
S_ISLNK:
isX: proc S_ISLNK(omode: int): bool
isXImpl: template S_ISLNK(mode`gensym5: Mode): bool
S_ISPORT:
isX: proc S_ISPORT(omode: int): bool
isXImpl: template S_ISPORT(mode: Mode): bool
S_ISREG:
isX: proc S_ISREG(omode: int): bool
isXImpl: template S_ISREG(mode`gensym2: Mode): bool
S_ISSOCK:
isX: proc S_ISSOCK(omode: int): bool
isXImpl: template S_ISSOCK(mode`gensym6: Mode): bool
S_ISWHT:
isX: proc S_ISWHT(omode: int): bool
isXImpl: template S_ISWHT(mode: Mode): bool
SYS_STAT_H:
defines: const SYS_STAT_H