unix.stat vocabulary - Factor Documentation (original) (raw)

unix.stat vocabulary
Factor handbook » Vocabulary index

Summary

Metadata

Parents: unix
Platforms: unix

Words

Tuple classes

Class Superclass Slots
fsid struct
stat struct

Symbol words

__fsid_t
fsid_t

Ordinary words

Word Stack effect
S_IFBLK ( -- value )
S_IFCHR ( -- value )
S_IFDIR ( -- value )
S_IFIFO ( -- value )
S_IFLNK ( -- value )
S_IFMT ( -- value )
S_IFREG ( -- value )
S_IFSOCK ( -- value )
S_IFWHT ( -- value )
file-status ( pathname -- stat )
fstat ( fd buf -- n )
fstat64 ( fd buf -- int )
link-status ( pathname -- stat )
lstat ( path buf -- n )
lstat64 ( pathname buf -- int )
stat-func ( path buf -- n )
stat64 ( pathname buf -- int )

Class predicate words

Word Stack effect
fsid? ( object -- ? )
stat? ( object -- ? )

Files

resource:basis/unix/stat/stat.factor

Metadata files

resource:basis/unix/stat/platforms.txt

Children from resource:basis

Vocabulary Summary
unix.stat.freebsd
unix.stat.linux
unix.stat.macos