GETUTXENT(3) Library Functions Manual GETUTXENT(3)

getutxent getutxid getutxlineget user accounting database entries

#include <utmpx.h>

struct utmpx *getutxent(void);
struct utmpx *getutxid(const struct utmpx *id);
struct utmpx *getutxline(const struct utmpx *line);

Refer to endutxent(3) .

February 1997 posix.fail