| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | solaris.rs | 89 pub struct utmpx { 106 impl PartialEq for utmpx { 107 fn eq(&self, other: &utmpx) -> bool { 126 impl Eq for utmpx {} 128 impl hash::Hash for utmpx {
|
| H A D | illumos.rs | 53 pub struct utmpx { 70 impl PartialEq for utmpx { 71 fn eq(&self, other: &utmpx) -> bool { 90 impl Eq for utmpx {} 92 impl hash::Hash for utmpx {
|
| H A D | mod.rs | 2955 pub fn makeutx(ux: *const utmpx) -> *mut utmpx; in makeutx() argument 2956 pub fn modutx(ux: *const utmpx) -> *mut utmpx; in modutx() argument 2957 pub fn updwtmpx(file: *const c_char, ut: *mut utmpx); in updwtmpx() argument 2959 pub fn getutxent() -> *mut utmpx; in getutxent() 2960 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 2961 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 2962 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument 2974 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp() argument 2975 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | mod.rs | 435 pub struct utmpx { 516 impl PartialEq for utmpx { 518 fn eq(&self, other: &utmpx) -> bool { 539 impl Eq for utmpx {} 541 impl hash::Hash for utmpx { 929 pub fn getutxent() -> *mut utmpx; in getutxent() 934 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 939 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 944 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 467 pub struct utmpx { 514 impl PartialEq for utmpx { 515 fn eq(&self, other: &utmpx) -> bool { 534 impl Eq for utmpx {} 536 impl hash::Hash for utmpx { 1117 pub fn getutxent() -> *mut utmpx; in getutxent() 1118 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 1119 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 1120 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 795 pub struct utmpx { 917 impl PartialEq for utmpx { 918 fn eq(&self, other: &utmpx) -> bool { 941 impl Eq for utmpx {} 943 impl hash::Hash for utmpx { 2779 pub fn getutxent() -> *mut utmpx; in getutxent() 2780 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 2781 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 2782 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument 2786 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp() argument [all …]
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 488 pub struct utmpx { 502 impl PartialEq for utmpx { 503 fn eq(&self, other: &utmpx) -> bool { 519 impl Eq for utmpx {} 520 impl hash::Hash for utmpx { 1856 pub fn getutxent() -> *mut utmpx; in getutxent() 1857 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 1858 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 1859 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 417 pub struct utmpx { 538 impl PartialEq for utmpx { 539 fn eq(&self, other: &utmpx) -> bool { 558 impl Eq for utmpx {} 559 impl hash::Hash for utmpx { 1567 pub fn updwtmpx(file: *const c_char, ut: *const utmpx) -> c_int; in updwtmpx() 1571 pub fn getutxuser(name: *const c_char) -> utmpx; in getutxuser() argument
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 1575 pub fn getutxent() -> *mut utmpx; in getutxent() 1576 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 1577 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 1690 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 1038 pub struct utmpx { 1065 impl PartialEq for utmpx { 1066 fn eq(&self, other: &utmpx) -> bool { 1085 impl Eq for utmpx {} 1087 impl hash::Hash for utmpx { 3850 pub fn getutxent() -> *mut utmpx; in getutxent() 3851 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 3852 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 3853 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | powerpc64.rs | 205 pub struct utmpx {
|
| H A D | mod.rs | 2977 pub fn getutxent() -> *mut utmpx; in getutxent() 2978 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 2979 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 3190 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | linux-gnu.txt | 680 utmpx
|
| H A D | netbsd.txt | 1633 utmpx
|
| H A D | dragonfly.txt | 1644 utmpx
|
| H A D | freebsd.txt | 2403 utmpx
|
| H A D | apple.txt | 2352 utmpx
|
| H A D | aix.txt | 2596 utmpx
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 1424 pub struct utmpx { 2063 impl PartialEq for utmpx { 2064 fn eq(&self, other: &utmpx) -> bool { 2083 impl Eq for utmpx {} 2085 impl hash::Hash for utmpx { 5313 pub fn getutxent() -> *mut utmpx; in getutxent() 5314 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 5315 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 5316 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 1410 pub struct utmpx { 1708 impl PartialEq for utmpx { 1709 fn eq(&self, other: &utmpx) -> bool { 1728 impl Eq for utmpx {} 1729 impl hash::Hash for utmpx { 4941 pub fn getutxuser(user: *const c_char) -> *mut utmpx; in getutxuser() argument
|
| /rust-libc-0.2.174/ |
| H A D | CHANGELOG.md | 82 - Musl: Add missing `utmpx` API ([#4332](https://github.com/rust-lang/libc/pull/4332)) 319 - Musl: add `utmpx` API <https://github.com/rust-lang/libc/pull/3213> 511 - Musl: add `utmpx.h` constants <https://github.com/rust-lang/libc/pull/3908>
|