utmp50
static struct utmp50 *
struct utmp50 *ut50 = (void *)ut;
struct utmp50 *
utmp_to_utmp50(const struct utmp *ut, struct utmp50 *ut50)
utmp50_to_utmp(const struct utmp50 *ut50, struct utmp *ut)
struct utmp50 *getutent(void);
login(const struct utmp50 *ut50)
struct utmp50;
void login(const struct utmp50 *);