Searched defs:utmpx (Results 1 – 1 of 1) sorted by relevance
13 struct utmpx { struct14 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