Lines Matching refs:utmpx
60 static struct utmpx ut;
63 static struct utmpx *utmp_update(const struct utmpx *);
73 old2new(struct utmpx *utx) in old2new()
83 new2old(struct utmpx *utx) in new2old()
117 struct utmpx *
169 struct utmpx *
170 getutxid(const struct utmpx *utx) in getutxid()
216 struct utmpx *
217 getutxline(const struct utmpx *utx) in getutxline()
240 struct utmpx *
241 pututxline(const struct utmpx *utx) in pututxline()
243 struct utmpx temp, *u = NULL; in pututxline()
305 static struct utmpx *
306 utmp_update(const struct utmpx *utx) in utmp_update()
338 updwtmpx(const char *file, const struct utmpx *utx) in updwtmpx()
394 getutmp(const struct utmpx *ux, struct utmp *u) in getutmp()
407 getutmpx(const struct utmp *u, struct utmpx *ux) in getutmpx()