Searched refs:lastlogx (Results 1 – 2 of 2) sorted by relevance
436 pub struct lastlogx {594 impl PartialEq for lastlogx {595 fn eq(&self, other: &lastlogx) -> bool {607 impl Eq for lastlogx {}609 impl ::fmt::Debug for lastlogx {620 impl ::hash::Hash for lastlogx {2103 pub fn getlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> *mut lastlogx; in getlastlogx() argument2104 pub fn updlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> ::c_int; in updlastlogx()
1571 struct lastlogx l, *ll; in lastlog_get_entry()