unix.utmpx vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Authors:Doug Coleman
Platforms:unix


Words

Tuple classes
ClassSuperclassSlots
utmpx-record tupleuser id line pid type timestamp host


Generic words
WordStack effect
new-utmpx-record( -- utmpx-record )
utmpx>utmpx-record( utmpx -- utmpx-record )


Ordinary words
WordStack effect
ACCOUNTING( -- value )
BOOT_TIME( -- value )
DEAD_PROCESS( -- value )
EMPTY( -- value )
INIT_PROCESS( -- value )
LOGIN_PROCESS( -- value )
NEW_TIME( -- value )
OLD_TIME( -- value )
RUN_LVL( -- value )
SHUTDOWN_TIME( -- value )
SIGNATURE( -- value )
USER_PROCESS( -- value )
all-utmpx( -- seq )
endutxent( -- )
getutxent( -- utmpx* )
getutxid( id -- utmpx* )
getutxline( line -- utmpx* )
memory>string( alien n -- string )
pututxline( utx -- utmpx* )
setutxent( -- )
with-utmpx( quot -- )


Class predicate words
WordStack effect
utmpx-record?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
unix.utmpx.linux
unix.utmpx.macosx