Lines Matching defs:utmpx
1 /* $NetBSD: utmpx.h,v 1.18 2021/08/15 00:36:11 gutteridge Exp $ */
39 #define _PATH_UTMPX "/var/run/utmpx"
82 * The following structure describes the fields of the utmpx entries
103 struct utmpx {
135 struct utmpx *getutxent(void) __RENAME(__getutxent50);
136 struct utmpx *getutxid(const struct utmpx *) __RENAME(__getutxid50);
137 struct utmpx *getutxline(const struct utmpx *) __RENAME(__getutxline50);
138 struct utmpx *pututxline(const struct utmpx *) __RENAME(__pututxline50);
143 int updwtmpx(const char *, const struct utmpx *) __RENAME(__updwtmpx50);
149 void getutmp(const struct utmpx *, struct utmp *) __RENAME(__getutmp50);
150 void getutmpx(const struct utmp *, struct utmpx *) __RENAME(__getutmpx50);