Lines Matching defs:utmp
50 #define UTMP_FILE "/var/adm/utmp"
71 * This data structure describes the utmp entries returned by
73 * correspond to the contents of the utmp or wtmp files.
79 struct utmp {
94 * This data structure describes the utmp *file* contents using
155 extern struct utmp *getutent(void);
156 extern struct utmp *getutid(const struct utmp *);
157 extern struct utmp *getutline(const struct utmp *);
158 extern struct utmp *pututline(const struct utmp *);