Home
last modified time | relevance | path

Searched refs:utmpx (Results 26 - 27 of 27) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs1135 pub struct utmpx { structure names
1842 impl PartialEq for utmpx {
1843 fn eq(&self, other: &utmpx) -> bool { in eq()
1862 impl Eq for utmpx {}
1864 impl ::fmt::Debug for utmpx {
1866 f.debug_struct("utmpx") in fmt()
1879 impl ::hash::Hash for utmpx {
5114 pub fn getutxent() -> *mut utmpx; in getutxent()
5115 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1013 pub struct utmpx { structure names
1224 impl PartialEq for utmpx {
1225 fn eq(&self, other: &utmpx) -> bool { in eq()
1244 impl Eq for utmpx {}
1245 impl ::fmt::Debug for utmpx {
1247 f.debug_struct("utmpx") in fmt()
1259 impl ::hash::Hash for utmpx {
2985 // utmpx entry types
4073 pub fn getutxuser(user: *const ::c_char) -> *mut utmpx; in getutxuser()

Completed in 23 milliseconds

12