Searched refs:utmpx (Results 1 – 21 of 21) sorted by relevance
17 struct utmpx { struct40 struct utmpx *getutxent(void); argument41 struct utmpx *getutxid(const struct utmpx *);42 struct utmpx *getutxline(const struct utmpx *);43 struct utmpx *pututxline(const struct utmpx *);49 void updwtmpx(const char *, const struct utmpx *);
24 #define utmp utmpx
14 struct utmpx *getutxent(void) in getutxent()19 struct utmpx *getutxid(const struct utmpx *ut) in getutxid()24 struct utmpx *getutxline(const struct utmpx *ut) in getutxline()29 struct utmpx *pututxline(const struct utmpx *ut) in pututxline()34 void updwtmpx(const char *f, const struct utmpx *u) in updwtmpx()
10 struct utmpx x; in f()27 {struct utmpx*(*p)(void) = getutxent;} in f()28 {struct utmpx*(*p)(const struct utmpx*) = getutxid;} in f()29 {struct utmpx*(*p)(const struct utmpx*) = getutxline;} in f()30 {struct utmpx*(*p)(const struct utmpx*) = pututxline;} in f()
17 struct utmpx *getutxent(void) in getutxent()23 struct utmpx *getutxid(const struct utmpx *ut) in getutxid()29 struct utmpx *getutxline(const struct utmpx *ut) in getutxline()35 struct utmpx *pututxline(const struct utmpx *ut) in pututxline()41 void updwtmpx(const char *f, const struct utmpx *u) in updwtmpx()
217 struct utmpx {int ut_type;}; argument219 static inline struct utmpx *getutxent(void) {return 0;} in getutxent()
21 struct utmpx *x; in w_main()
32 struct utmpx *entry; in uptime_main()
31 struct utmpx *entry; in who_main()
17 struct utmpx { struct
68 struct utmpx *a;
216 struct utmpx u ; in uv_uptime()217 struct utmpx *v; in uv_uptime()
420 "src/legacy/utmpx.c",2004 "include/utmpx.h",
2467 whose <utmpx.h> file does not define WTMPX_FILE, and when setting