Searched defs:utmpx50 (Results 1 – 1 of 1) sorted by relevance
36 struct utmpx50 { struct37 char ut_name[_UTX_USERSIZE]; /* login name */38 char ut_id[_UTX_IDSIZE]; /* inittab id */39 char ut_line[_UTX_LINESIZE]; /* tty name */63 utmpx50_to_utmpx(const struct utmpx50 *ut50, struct utmpx *ut) in utmpx50_to_utmpx() argument