Home
last modified time | relevance | path

Searched defs:utmpx (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/posix/
H A Dutmpx.h13 struct utmpx { struct
14 short ut_type; /* type of entry */
15 struct timeval ut_tv; /* modification time */
16 char ut_id[8]; /* entry identifier */
40 struct utmpx* getutxent(void); argument