Home
last modified time | relevance | path

Searched defs:utmpx (Results 1 – 11 of 11) sorted by relevance

/external/musl/include/
Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void); argument
/external/toybox/lib/
Dportability.h260 struct utmpx {int ut_type;}; struct
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1184 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()
1185 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()
1186 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2896 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()
2897 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()
2898 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
2902 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()
2903 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()
2986 pub fn loginx(ut: *const utmpx); in loginx()
/external/ppp/pppd/
Dsys-solaris.c2466 static struct utmpx utmpx; local
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs3053 pub fn makeutx(ux: *const utmpx) -> *mut utmpx; in makeutx()
3054 pub fn modutx(ux: *const utmpx) -> *mut utmpx; in modutx()
3058 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()
3059 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()
3060 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
3072 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp()
3073 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx()
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1810 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()
1811 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()
1812 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1517 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()
1518 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()
1631 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1659 pub fn getutxuser(name: *const ::c_char) -> utmpx; in getutxuser()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5115 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid()
5116 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline()
5117 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4073 pub fn getutxuser(user: *const ::c_char) -> *mut utmpx; in getutxuser()