Lines Matching defs:utmpx
492 pub struct utmpx {
580 impl PartialEq for utmpx {
581 fn eq(&self, other: &utmpx) -> bool {
600 impl Eq for utmpx {}
602 impl ::fmt::Debug for utmpx {
604 f.debug_struct("utmpx")
620 impl ::hash::Hash for utmpx {
3053 pub fn makeutx(ux: *const utmpx) -> *mut utmpx;
3054 pub fn modutx(ux: *const utmpx) -> *mut utmpx;
3055 pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int;
3057 pub fn getutxent() -> *mut utmpx;
3058 pub fn getutxid(ut: *const utmpx) -> *mut utmpx;
3059 pub fn getutxline(ut: *const utmpx) -> *mut utmpx;
3060 pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
3072 pub fn getutmp(ux: *const utmpx, u: *mut utmp);
3073 pub fn getutmpx(u: *const utmp, ux: *mut utmpx);