Home
last modified time | relevance | path

Searched refs:utmpx (Results 1 – 25 of 35) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/include/
Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void); argument
41 struct utmpx *getutxid(const struct utmpx *);
42 struct utmpx *getutxline(const struct utmpx *);
43 struct utmpx *pututxline(const struct utmpx *);
49 void updwtmpx(const char *, const struct utmpx *);
Dutmp.h24 #define utmp utmpx
/third_party/musl/include/
Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void); argument
41 struct utmpx *getutxid(const struct utmpx *);
42 struct utmpx *getutxline(const struct utmpx *);
43 struct utmpx *pututxline(const struct utmpx *);
49 void updwtmpx(const char *, const struct utmpx *);
Dutmp.h24 #define utmp utmpx
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void); argument
41 struct utmpx *getutxid(const struct utmpx *);
42 struct utmpx *getutxline(const struct utmpx *);
43 struct utmpx *pututxline(const struct utmpx *);
49 void updwtmpx(const char *, const struct utmpx *);
Dutmp.h24 #define utmp utmpx
/third_party/musl/porting/liteos_m/kernel/include/
Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void); argument
41 struct utmpx *getutxid(const struct utmpx *);
42 struct utmpx *getutxline(const struct utmpx *);
43 struct utmpx *pututxline(const struct utmpx *);
49 void updwtmpx(const char *, const struct utmpx *);
Dutmp.h24 #define utmp utmpx
/third_party/musl/src/legacy/
Dutmpx.c14 struct utmpx *getutxent(void) in getutxent()
19 struct utmpx *getutxid(const struct utmpx *ut) in getutxid()
24 struct utmpx *getutxline(const struct utmpx *ut) in getutxline()
29 struct utmpx *pututxline(const struct utmpx *ut) in pututxline()
34 void updwtmpx(const char *f, const struct utmpx *u) in updwtmpx()
/third_party/musl/libc-test/src/api/
Dutmpx.c10 struct utmpx x; in f()
27 {struct utmpx*(*p)(void) = getutxent;} in f()
28 {struct utmpx*(*p)(const struct utmpx*) = getutxid;} in f()
29 {struct utmpx*(*p)(const struct utmpx*) = getutxline;} in f()
30 {struct utmpx*(*p)(const struct utmpx*) = pututxline;} in f()
/third_party/musl/porting/liteos_a/user/src/legacy/
Dutmpx.c17 struct utmpx *getutxent(void) in getutxent()
23 struct utmpx *getutxid(const struct utmpx *ut) in getutxid()
29 struct utmpx *getutxline(const struct utmpx *ut) in getutxline()
35 struct utmpx *pututxline(const struct utmpx *ut) in pututxline()
41 void updwtmpx(const char *f, const struct utmpx *u) in updwtmpx()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs456 pub struct utmpx {
499 impl PartialEq for utmpx {
500 fn eq(&self, other: &utmpx) -> bool {
519 impl Eq for utmpx {}
521 impl ::fmt::Debug for utmpx {
539 impl ::hash::Hash for utmpx {
1183 pub fn getutxent() -> *mut utmpx; in getutxent()
1184 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument
1185 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument
1186 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs295 pub struct utmpx {
395 impl PartialEq for utmpx {
396 fn eq(&self, other: &utmpx) -> bool {
417 impl Eq for utmpx {}
419 impl ::fmt::Debug for utmpx {
439 impl ::hash::Hash for utmpx {
/third_party/toybox/lib/
Dportability.h222 struct utmpx {int ut_type;}; argument
224 static inline struct utmpx *getutxent(void) {return 0;} in getutxent()
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs472 pub struct utmpx {
486 impl PartialEq for utmpx {
487 fn eq(&self, other: &utmpx) -> bool {
499 impl Eq for utmpx {}
501 impl ::fmt::Debug for utmpx {
516 impl ::hash::Hash for utmpx {
1809 pub fn getutxent() -> *mut utmpx; in getutxent()
1810 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument
1811 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument
1812 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
/third_party/toybox/toys/other/
Dw.c21 struct utmpx *x; in w_main()
Duptime.c32 struct utmpx *entry; in uptime_main()
/third_party/toybox/toys/posix/
Dwho.c31 struct utmpx *entry; in who_main()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs716 pub struct utmpx {
840 impl PartialEq for utmpx {
841 fn eq(&self, other: &utmpx) -> bool {
864 impl Eq for utmpx {}
866 impl ::fmt::Debug for utmpx {
884 impl ::hash::Hash for utmpx {
2891 pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int; in updwtmpx()
2895 pub fn getutxent() -> *mut utmpx; in getutxent()
2896 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument
2897 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument
[all …]
/third_party/musl/ndk_musl_include/
Dutmpx.h17 struct utmpx { struct
Dutmp.h24 #define utmp utmpx
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs492 pub struct utmpx {
580 impl PartialEq for utmpx {
581 fn eq(&self, other: &utmpx) -> bool {
600 impl Eq for utmpx {}
602 impl ::fmt::Debug for utmpx {
620 impl ::hash::Hash for utmpx {
3053 pub fn makeutx(ux: *const utmpx) -> *mut utmpx; in makeutx() argument
3054 pub fn modutx(ux: *const utmpx) -> *mut utmpx; in modutx() argument
3055 pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int; in updwtmpx()
3057 pub fn getutxent() -> *mut utmpx; in getutxent()
[all …]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs417 pub struct utmpx {
536 impl PartialEq for utmpx {
537 fn eq(&self, other: &utmpx) -> bool {
556 impl Eq for utmpx {}
557 impl ::fmt::Debug for utmpx {
575 impl ::hash::Hash for utmpx {
1656 pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int; in updwtmpx()
1659 pub fn getutxuser(name: *const ::c_char) -> utmpx; in getutxuser() argument
/third_party/toybox/scripts/
Dgenconfig.sh68 struct utmpx *a;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1516 pub fn getutxent() -> *mut utmpx; in getutxent()
1517 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument
1518 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument
1631 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument

12