Searched defs:utmpx (Results 1 – 11 of 11) sorted by relevance
17 struct utmpx { struct40 struct utmpx *getutxent(void); argument
260 struct utmpx {int ut_type;}; struct
1184 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()1185 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()1186 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
2896 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()2897 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()2898 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()2902 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()2903 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()2986 pub fn loginx(ut: *const utmpx); in loginx()
2466 static struct utmpx utmpx; local
3053 pub fn makeutx(ux: *const utmpx) -> *mut utmpx; in makeutx()3054 pub fn modutx(ux: *const utmpx) -> *mut utmpx; in modutx()3058 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()3059 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()3060 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()3072 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()3073 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()
1810 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()1811 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()1812 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
1517 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()1518 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()1631 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
1659 pub fn getutxuser(name: *const ::c_char) -> utmpx; in getutxuser()
5115 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()5116 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()5117 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
4073 pub fn getutxuser(user: *const ::c_char) -> *mut utmpx; in getutxuser()