Searched refs:lastlogx (Results 1 – 3 of 3) sorted by relevance
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 434 pub struct lastlogx { 575 impl PartialEq for lastlogx { 576 fn eq(&self, other: &lastlogx) -> bool { 583 impl Eq for lastlogx {} 584 impl hash::Hash for lastlogx { 1568 pub fn getlastlogx(fname: *const c_char, uid: crate::uid_t, ll: *mut lastlogx) in getlastlogx() 1569 -> *mut lastlogx; in getlastlogx() argument 1570 pub fn updlastlogx(fname: *const c_char, uid: crate::uid_t, ll: *mut lastlogx) -> c_int; in updlastlogx()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 809 pub struct lastlogx { 959 impl PartialEq for lastlogx { 960 fn eq(&self, other: &lastlogx) -> bool { 972 impl Eq for lastlogx {} 974 impl hash::Hash for lastlogx { 2775 pub fn getlastlogx(fname: *const c_char, uid: crate::uid_t, ll: *mut lastlogx) in getlastlogx() 2776 -> *mut lastlogx; in getlastlogx() argument 2777 pub fn updlastlogx(fname: *const c_char, uid: crate::uid_t, ll: *mut lastlogx) -> c_int; in updlastlogx()
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | netbsd.txt | 1400 lastlogx
|