Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/compat/include/
H A Dutmpx.h36 struct utmpx50 { struct
37 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