Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/compat/gen/
H A Dcompat_utmpx.c102 getutxid(const struct utmpx50 *ut50) in getutxid()
110 getutxline(const struct utmpx50 *ut50) in getutxline()
118 pututxline(const struct utmpx50 *ut50) in pututxline()
126 updwtmpx(const char *fname, const struct utmpx50 *ut50) in updwtmpx()
H A Dcompat_utmp.c55 struct utmp50 *ut50 = (void *)ut; in cvt() local
/netbsd-src/lib/libc/compat/include/
H A Dutmp.h51 utmp_to_utmp50(const struct utmp *ut, struct utmp50 *ut50) in utmp_to_utmp50()
58 utmp50_to_utmp(const struct utmp50 *ut50, struct utmp *ut) in utmp50_to_utmp()
H A Dutmpx.h63 utmpx50_to_utmpx(const struct utmpx50 *ut50, struct utmpx *ut) in utmpx50_to_utmpx()
70 utmpx_to_utmpx50(const struct utmpx *ut, struct utmpx50 *ut50) in utmpx_to_utmpx50()
/netbsd-src/lib/libutil/compat/
H A Dcompat_loginx.c56 loginx(const struct utmpx50 *ut50) in loginx()
H A Dcompat_login.c60 login(const struct utmp50 *ut50) in login()