Lines Matching defs:utmp
411 pub struct utmp {
3065 pub fn getutent() -> *mut utmp;
3066 pub fn getutid(u: *const utmp) -> *mut utmp;
3067 pub fn getutline(u: *const utmp) -> *mut utmp;
3068 pub fn pututline(u: *const utmp) -> *mut utmp;
3072 pub fn getutmp(ux: *const utmpx, u: *mut utmp);
3073 pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
3074 pub fn updwtmp(file: *const ::c_char, u: *mut utmp);