Searched defs:utmpx (Results 1 – 9 of 9) sorted by relevance
237 struct utmpx {int ut_type;}; struct
2107 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()2108 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()2109 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()2113 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()2114 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()
2466 static struct utmpx utmpx; local
2555 pub fn makeutx(ux: *const utmpx) -> *mut utmpx; in makeutx()2556 pub fn modutx(ux: *const utmpx) -> *mut utmpx; in modutx()2560 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()2561 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()2562 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()2574 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()2575 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()
5132 AC_ARG_ENABLE([utmpx], optenable
1375 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()1376 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()1377 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
1423 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()1424 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()1506 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
3484 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()3485 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()3486 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
1384 pub fn getutxuser(user: *const ::c_char) -> *mut utmpx; in getutxuser()