HomeSort by: relevance | last modified time | path
    Searched defs:utmpx50 (Results 1 - 2 of 2) 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...]
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...]

Completed in 23 milliseconds