Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_m/kernel/include/
H A Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void);
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 *);
H A Dutmp.h8 #include <utmpx.h>
24 #define utmp utmpx
/third_party/musl/porting/liteos_a/user/src/legacy/
H A Dutmpx.c2 #include <utmpx.h>
17 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/musl/porting/liteos_m_iccarm/kernel/include/
H A Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void);
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 *);
H A Dutmp.h8 #include <utmpx.h>
24 #define utmp utmpx
/third_party/musl/porting/uniproton/kernel/include/
H A Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void);
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 *);
H A Dutmp.h8 #include <utmpx.h>
24 #define utmp utmpx
/third_party/musl/src/legacy/
H A Dutmpx.c2 #include <utmpx.h>
17 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/musl/include/
H A Dutmpx.h17 struct utmpx { struct
40 struct utmpx *getutxent(void);
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 *);
H A Dutmp.h8 #include <utmpx.h>
24 #define utmp utmpx
/third_party/musl/libc-test/src/api/
H A Dutmpx.c1 #include <utmpx.h>
10 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/toybox/lib/
H A Dportability.h220 #include <utmpx.h>
222 struct utmpx {int ut_type;}; struct
224 static inline struct utmpx *getutxent(void) {return 0;} in getutxent()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs456 pub struct utmpx { structure names
499 impl PartialEq for utmpx {
500 fn eq(&self, other: &utmpx) -> bool { in eq()
519 impl Eq for utmpx {}
521 impl ::fmt::Debug for utmpx {
523 f.debug_struct("utmpx") in fmt()
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()
[all...]
/third_party/toybox/toys/other/
H A Dw.c21 struct utmpx *x; in w_main()
H A Duptime.c32 struct utmpx *entry; in uptime_main()
/third_party/toybox/toys/posix/
H A Dwho.c31 struct utmpx *entry; in who_main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs295 pub struct utmpx { structure names
395 impl PartialEq for utmpx {
396 fn eq(&self, other: &utmpx) -> bool { in eq()
417 impl Eq for utmpx {}
419 impl ::fmt::Debug for utmpx {
421 f.debug_struct("utmpx") in fmt()
439 impl ::hash::Hash for utmpx {
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs492 pub struct utmpx { structure names
580 impl PartialEq for utmpx {
581 fn eq(&self, other: &utmpx) -> bool { in eq()
600 impl Eq for utmpx {}
602 impl ::fmt::Debug for utmpx {
604 f.debug_struct("utmpx") in fmt()
620 impl ::hash::Hash for utmpx {
3053 pub fn makeutx(ux: *const utmpx) -> *mut utmpx; in makeutx()
3054 pub fn modutx(ux: *const utmpx) in makeutx()
[all...]
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs472 pub struct utmpx { structure names
486 impl PartialEq for utmpx {
487 fn eq(&self, other: &utmpx) -> bool { in eq()
499 impl Eq for utmpx {}
501 impl ::fmt::Debug for utmpx {
503 f.debug_struct("utmpx") in fmt()
516 impl ::hash::Hash for utmpx {
1439 // utmpx entry types
1809 pub fn getutxent() -> *mut utmpx; in getutxent()
1810 pub fn getutxid(ut: *const utmpx) in getutxent()
[all...]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs716 pub struct utmpx { structure names
840 impl PartialEq for utmpx {
841 fn eq(&self, other: &utmpx) -> bool { in eq()
864 impl Eq for utmpx {}
866 impl ::fmt::Debug for utmpx {
868 f.debug_struct("utmpx") in fmt()
884 impl ::hash::Hash for utmpx {
2180 // pub const _PATH_UTMPX: &[::c_char; 14] = b"/var/run/utmpx";
2891 pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int; in updwtmpx()
2895 pub fn getutxent() -> *mut utmpx; in getutxent()
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs417 pub struct utmpx { structure names
536 impl PartialEq for utmpx {
537 fn eq(&self, other: &utmpx) -> bool { in eq()
556 impl Eq for utmpx {}
557 impl ::fmt::Debug for utmpx {
559 f.debug_struct("utmpx") in fmt()
575 impl ::hash::Hash for utmpx {
1422 // utmpx entry types
1435 // utmpx database types
1656 pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx)
[all...]
/third_party/toybox/scripts/
H A Dgenconfig.sh61 # Android and some other platforms miss utmpx
63 #include <utmpx.h>
68 struct utmpx *a;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1516 pub fn getutxent() -> *mut utmpx; in getutxent()
1517 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()
/third_party/libuv/src/unix/
H A Dos390.c26 #include <utmpx.h>
220 struct utmpx u ; in uv_uptime()
221 struct utmpx *v; in uv_uptime()
/third_party/node/deps/uv/src/unix/
H A Dos390.c25 #include <utmpx.h>
216 struct utmpx u ; in uv_uptime()
217 struct utmpx *v; in uv_uptime()

Completed in 38 milliseconds

12