HomeSort by: relevance | last modified time | path
    Searched refs:utmpx50 (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/compat/include/
utmpx.h 36 struct utmpx50 { struct
63 utmpx50_to_utmpx(const struct utmpx50 *ut50, struct utmpx *ut)
70 utmpx_to_utmpx50(const struct utmpx *ut, struct utmpx50 *ut50)
76 struct utmpx50 *getutxent(void);
78 struct utmpx50 *getutxid(const struct utmpx50 *);
80 struct utmpx50 *getutxline(const struct utmpx50 *);
82 struct utmpx50 *pututxline(const struct utmpx50 *);
    [all...]
  /src/lib/libutil/compat/
util.h 41 struct utmpx50;
48 void loginx(const struct utmpx50 *);
compat_loginx.c 56 loginx(const struct utmpx50 *ut50)
  /src/lib/libc/compat/gen/
compat_utmpx.c 68 static struct utmpx50 *
95 struct utmpx50 *
101 struct utmpx50 *
102 getutxid(const struct utmpx50 *ut50)
109 struct utmpx50 *
110 getutxline(const struct utmpx50 *ut50)
117 struct utmpx50 *
118 pututxline(const struct utmpx50 *ut50)
126 updwtmpx(const char *fname, const struct utmpx50 *ut50)
181 getutmp(const struct utmpx50 *utx50, struct utmp *ut
    [all...]

Completed in 45 milliseconds