/external/openssh/ |
D | loginrec.c | 199 void set_utmpx_time(struct logininfo *li, struct utmpx *ut); 200 void construct_utmpx(struct logininfo *li, struct utmpx *ut); 730 set_utmpx_time(struct logininfo *li, struct utmpx *utx) in set_utmpx_time() 741 construct_utmpx(struct logininfo *li, struct utmpx *utx) in construct_utmpx() 998 utmpx_write_library(struct logininfo *li, struct utmpx *utx) in utmpx_write_library() 1013 utmpx_write_direct(struct logininfo *li, struct utmpx *utx) in utmpx_write_direct() 1023 struct utmpx utx; in utmpx_perform_login() 1044 struct utmpx utx; in utmpx_perform_logout() 1260 wtmpx_write(struct logininfo *li, struct utmpx *utx) in wtmpx_write() 1292 struct utmpx utx; in wtmpx_perform_login() [all …]
|
D | INSTALL | 203 --with-utmpx enables utmpx support. utmpx support is automatic for
|
D | TODO | 54 information in wtmpx or utmpx or any of that stuff if it's not detected
|
D | configure.ac | 449 utmpx.h \ 610 [Some systems need a utmpx entry for /bin/login to work]) 707 AC_DEFINE([DISABLE_UTMPX], [1], [no utmpx]) 1063 AC_DEFINE([DISABLE_UTMPX], [1], [no utmpx]) 1209 AC_DEFINE([DISABLE_UTMPX], [1], [Disable utmpx]) 2128 dnl Checks for utmpx functions 4182 OSSH_CHECK_HEADER_FOR_FIELD([ut_host], [utmpx.h], [HAVE_HOST_IN_UTMPX]) 4183 OSSH_CHECK_HEADER_FOR_FIELD([syslen], [utmpx.h], [HAVE_SYSLEN_IN_UTMPX]) 4186 OSSH_CHECK_HEADER_FOR_FIELD([ut_type], [utmpx.h], [HAVE_TYPE_IN_UTMPX]) 4189 OSSH_CHECK_HEADER_FOR_FIELD([ut_id], [utmpx.h], [HAVE_ID_IN_UTMPX]) [all …]
|
/external/ppp/pppd/ |
D | sys-solaris.c | 2466 static struct utmpx utmpx; local 2470 strncpy(utmpx.ut_user, name, sizeof(utmpx.ut_user)); 2471 strncpy(utmpx.ut_line, line, sizeof(utmpx.ut_line)); 2472 strncpy(utmpx.ut_host, host, sizeof(utmpx.ut_host)); 2474 utmpx.ut_syslen = strlen(host) + 1; 2475 if (utmpx.ut_syslen > sizeof(utmpx.ut_host)) 2476 utmpx.ut_syslen = sizeof(utmpx.ut_host); 2478 utmpx.ut_pid = getpid(); 2479 utmpx.ut_type = USER_PROCESS; 2481 utmpx.ut_type = DEAD_PROCESS; [all …]
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 394 pub struct utmpx { 433 impl PartialEq for utmpx { 434 fn eq(&self, other: &utmpx) -> bool { 453 impl Eq for utmpx {} 455 impl ::fmt::Debug for utmpx { 473 impl ::hash::Hash for utmpx { 1374 pub fn getutxent() -> *mut utmpx; in getutxent() 1375 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 1376 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 1377 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 277 pub struct utmpx { 370 impl PartialEq for utmpx { 371 fn eq(&self, other: &utmpx) -> bool { 392 impl Eq for utmpx {} 394 impl ::fmt::Debug for utmpx { 414 impl ::hash::Hash for utmpx {
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 422 pub struct utmpx { 534 impl PartialEq for utmpx { 535 fn eq(&self, other: &utmpx) -> bool { 558 impl Eq for utmpx {} 560 impl ::fmt::Debug for utmpx { 578 impl ::hash::Hash for utmpx { 2102 pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int; in updwtmpx() 2106 pub fn getutxent() -> *mut utmpx; in getutxent() 2107 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 2108 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument [all …]
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 435 pub struct utmpx { 507 impl PartialEq for utmpx { 508 fn eq(&self, other: &utmpx) -> bool { 527 impl Eq for utmpx {} 529 impl ::fmt::Debug for utmpx { 547 impl ::hash::Hash for utmpx { 2555 pub fn makeutx(ux: *const utmpx) -> *mut utmpx; in makeutx() argument 2556 pub fn modutx(ux: *const utmpx) -> *mut utmpx; in modutx() argument 2557 pub fn updwtmpx(file: *const ::c_char, ut: *const utmpx) -> ::c_int; in updwtmpx() 2559 pub fn getutxent() -> *mut utmpx; in getutxent() [all …]
|
/external/llvm-project/compiler-rt/test/msan/ |
D | getutent.cpp | 18 while (struct utmpx *utx = getutxent()) in main()
|
/external/toybox/toys/other/ |
D | w.c | 21 struct utmpx *x; in w_main()
|
D | uptime.c | 32 struct utmpx *entry; in uptime_main()
|
/external/toybox/toys/posix/ |
D | who.c | 31 struct utmpx *entry; in who_main()
|
/external/toybox/lib/ |
D | portability.h | 237 struct utmpx {int ut_type;}; struct 239 static inline struct utmpx *getutxent(void) {return 0;} in getutxent()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 190 pub struct utmpx { 253 impl PartialEq for utmpx { 254 fn eq(&self, other: &utmpx) -> bool { 273 impl Eq for utmpx {} 274 impl ::fmt::Debug for utmpx { 292 impl ::hash::Hash for utmpx {
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 127 pub struct utmpx { 189 impl PartialEq for utmpx { 190 fn eq(&self, other: &utmpx) -> bool { 209 impl Eq for utmpx {} 210 impl ::fmt::Debug for utmpx { 224 impl ::hash::Hash for utmpx { 1384 pub fn getutxuser(user: *const ::c_char) -> *mut utmpx; in getutxuser() argument
|
/external/toybox/scripts/ |
D | genconfig.sh | 63 struct utmpx *a;
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1422 pub fn getutxent() -> *mut utmpx; in getutxent() 1423 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 1424 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 1506 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 661 pub struct utmpx { 1235 impl PartialEq for utmpx { 1236 fn eq(&self, other: &utmpx) -> bool { 1255 impl Eq for utmpx {} 1257 impl ::fmt::Debug for utmpx { 1272 impl ::hash::Hash for utmpx { 3483 pub fn getutxent() -> *mut utmpx; in getutxent() 3484 pub fn getutxid(ut: *const utmpx) -> *mut utmpx; in getutxid() argument 3485 pub fn getutxline(ut: *const utmpx) -> *mut utmpx; in getutxline() argument 3486 pub fn pututxline(ut: *const utmpx) -> *mut utmpx; in pututxline() argument
|
/external/toybox/toys/pending/ |
D | getty.c | 186 struct utmpx entry = {.ut_pid = getpid()}, *ep; in utmp_entry()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_solaris.cpp | 107 unsigned struct_utmpx_sz = sizeof(struct utmpx);
|
D | sanitizer_platform_limits_freebsd.cpp | 151 unsigned struct_utmpx_sz = sizeof(struct utmpx);
|
D | sanitizer_platform_limits_posix.cpp | 279 unsigned struct_utmpx_sz = sizeof(struct utmpx);
|
D | sanitizer_platform_limits_netbsd.cpp | 649 unsigned struct_utmpx_sz = sizeof(struct utmpx);
|