Lines Matching defs:utmpx
472 pub struct utmpx {
486 impl PartialEq for utmpx {
487 fn eq(&self, other: &utmpx) -> bool {
499 impl Eq for utmpx {}
501 impl ::fmt::Debug for utmpx {
503 f.debug_struct("utmpx")
516 impl ::hash::Hash for utmpx {
1439 // utmpx entry types
1809 pub fn getutxent() -> *mut utmpx;
1810 pub fn getutxid(ut: *const utmpx) -> *mut utmpx;
1811 pub fn getutxline(ut: *const utmpx) -> *mut utmpx;
1812 pub fn pututxline(ut: *const utmpx) -> *mut utmpx;