Home | History | Annotate | Download | only in include

Lines Matching refs:utmpx

1 /*	$NetBSD: utmpx.h,v 1.3 2009/01/11 02:46:25 christos Exp $	 */
63 utmpx50_to_utmpx(const struct utmpx50 *ut50, struct utmpx *ut)
70 utmpx_to_utmpx50(const struct utmpx *ut, struct utmpx50 *ut50)
77 struct utmpx *__getutxent50(void);
79 struct utmpx *__getutxid50(const struct utmpx *);
81 struct utmpx *__getutxline50(const struct utmpx *);
83 struct utmpx *__pututxline50(const struct utmpx *);
85 int __updwtmpx50(const char *, const struct utmpx *);
90 void __getutmp50(const struct utmpx *, struct utmp *);
92 void __getutmpx50(const struct utmp *, struct utmpx *);