endutxent (3) Linux Manual Page
getutent, getutid, getutline, pututline, setutent, endutent, utmpname – access utmp file entries Synopsis#include <utmp.h> struct utmp *getutent(void); struct utmp *getutid(const struct utmp *ut); struct utmp *getutline(const struct utmp *ut); struct utmp *pututline(const struct utmp *ut); void setutent(void); void endutent(void); int utmpname(const char *file); DescriptionNew applications should use the POSIX.1-specified "utmpx" versions of these functions; see…
