HomeSort by: relevance | last modified time | path
    Searched refs:utmp50 (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/compat/include/
utmp.h 42 struct utmp50 { struct
51 utmp_to_utmp50(const struct utmp *ut, struct utmp50 *ut50)
58 utmp50_to_utmp(const struct utmp50 *ut50, struct utmp *ut)
64 struct utmp50 *getutent(void);
  /src/lib/libc/compat/gen/
compat_utmp.c 52 static struct utmp50 *
55 struct utmp50 *ut50 = (void *)ut;
62 struct utmp50 *
  /src/lib/libutil/compat/
util.h 40 struct utmp50;
47 void login(const struct utmp50 *);
compat_login.c 60 login(const struct utmp50 *ut50)

Completed in 11 milliseconds