Symbol: utmpx50
lib/libc/compat/gen/compat_utmpx.c
101
struct utmpx50 *
lib/libc/compat/gen/compat_utmpx.c
102
getutxid(const struct utmpx50 *ut50)
lib/libc/compat/gen/compat_utmpx.c
109
struct utmpx50 *
lib/libc/compat/gen/compat_utmpx.c
110
getutxline(const struct utmpx50 *ut50)
lib/libc/compat/gen/compat_utmpx.c
117
struct utmpx50 *
lib/libc/compat/gen/compat_utmpx.c
118
pututxline(const struct utmpx50 *ut50)
lib/libc/compat/gen/compat_utmpx.c
126
updwtmpx(const char *fname, const struct utmpx50 *ut50)
lib/libc/compat/gen/compat_utmpx.c
181
getutmp(const struct utmpx50 *utx50, struct utmp *ut)
lib/libc/compat/gen/compat_utmpx.c
189
getutmpx(const struct utmp *ut, struct utmpx50 *utx50)
lib/libc/compat/gen/compat_utmpx.c
68
static struct utmpx50 *
lib/libc/compat/gen/compat_utmpx.c
95
struct utmpx50 *
lib/libc/compat/include/utmpx.h
63
utmpx50_to_utmpx(const struct utmpx50 *ut50, struct utmpx *ut)
lib/libc/compat/include/utmpx.h
70
utmpx_to_utmpx50(const struct utmpx *ut, struct utmpx50 *ut50)
lib/libc/compat/include/utmpx.h
76
struct utmpx50 *getutxent(void);
lib/libc/compat/include/utmpx.h
78
struct utmpx50 *getutxid(const struct utmpx50 *);
lib/libc/compat/include/utmpx.h
80
struct utmpx50 *getutxline(const struct utmpx50 *);
lib/libc/compat/include/utmpx.h
82
struct utmpx50 *pututxline(const struct utmpx50 *);
lib/libc/compat/include/utmpx.h
84
int updwtmpx(const char *, const struct utmpx50 *);
lib/libc/compat/include/utmpx.h
89
void getutmp(const struct utmpx50 *, struct utmp *);
lib/libc/compat/include/utmpx.h
91
void getutmpx(const struct utmp *, struct utmpx50 *);
lib/libutil/compat/compat_loginx.c
56
loginx(const struct utmpx50 *ut50)
lib/libutil/compat/util.h
41
struct utmpx50;
lib/libutil/compat/util.h
48
void loginx(const struct utmpx50 *);