unix.stat vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Platforms:unix


Words

Tuple classes
ClassSuperclassSlots
fsid struct
stat struct


Symbol words
__fsid_t
fsid_t


Ordinary words
WordStack 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
WordStack effect
fsid?( object -- ? )
stat?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
unix.stat.freebsd
unix.stat.linux
unix.stat.macosx