Home | History | Annotate | Download | only in include

Lines Matching refs:utmpx

32 #include <bits/utmpx.h>
66 extern struct utmpx *getutxent (void);
72 extern struct utmpx *getutxid (__const struct utmpx *__id);
78 extern struct utmpx *getutxline (__const struct utmpx *__line);
80 /* Write the entry UTMPX into the user accounting database.
84 extern struct utmpx *pututxline (__const struct utmpx *__utmpx);
88 /* Change name of the utmpx file to be examined.
103 __const struct utmpx *__utmpx);
106 /* Copy the information in UTMPX to UTMP.
112 extern void getutmp (__const struct utmpx *__utmpx,
115 /* Copy the information in UTMP to UTMPX.
122 struct utmpx *__utmpx);
127 #endif /* utmpx.h */