Searched defs:utmpx (Results 1 – 5 of 5) sorted by relevance
41 struct utmpx { struct42 short ut_type; /* Type of entry. */43 struct timeval ut_tv; /* Time entry was made. */44 char ut_id[8]; /* Record identifier. */45 pid_t ut_pid; /* Process ID. */46 char ut_user[32]; /* User login name. */47 char ut_line[16]; /* Device name. */49 char ut_host[128]; /* Remote hostname. */51 char __ut_host[128];76 struct utmpx *getutxent(void); argument
288 pututxline(const struct utmpx *utmpx) in pututxline()
1289 struct utmpx utmpx; in start_login() local1418 struct utmpx utmpx, *non_save_utxp; in rmut() local
679 utmpx(int argc, char *argv[]) in utmpx() function
5433 AC_ARG_ENABLE([utmpx], optenable