Home
last modified time | relevance | path

Searched refs:utmp (Results 1 – 25 of 27) sorted by relevance

12

/external/openssh/
Dloginrec.c194 void set_utmp_time(struct logininfo *li, struct utmp *ut);
195 void construct_utmp(struct logininfo *li, struct utmp *ut);
638 set_utmp_time(struct logininfo *li, struct utmp *ut) in set_utmp_time()
650 struct utmp *ut) in construct_utmp()
823 utmp_write_library(struct logininfo *li, struct utmp *ut) in utmp_write_library()
839 utmp_write_direct(struct logininfo *li, struct utmp *ut) in utmp_write_direct()
841 struct utmp old_ut; in utmp_write_direct()
872 pos = (off_t)tty * sizeof(struct utmp); in utmp_write_direct()
924 struct utmp ut; in utmp_perform_login()
945 struct utmp ut; in utmp_perform_logout()
[all …]
Dconfigure.ac448 utmp.h \
622 AC_DEFINE([DISABLE_UTMP], [1], [Define if you don't want to use utmp])
738 [Define if you don't want to use utmp])
963 conf_utmp_location=/etc/utmp
1000 AC_MSG_CHECKING([for obsolete utmp and wtmp in solaris2.x])
1059 conf_utmp_location=/etc/utmp
2125 dnl Checks for utmp functions
4181 OSSH_CHECK_HEADER_FOR_FIELD([ut_host], [utmp.h], [HAVE_HOST_IN_UTMP])
4184 OSSH_CHECK_HEADER_FOR_FIELD([ut_pid], [utmp.h], [HAVE_PID_IN_UTMP])
4185 OSSH_CHECK_HEADER_FOR_FIELD([ut_type], [utmp.h], [HAVE_TYPE_IN_UTMP])
[all …]
DOVERVIEW114 Logging in (updating utmp, lastlog, etc.)
117 login.c. This includes things such as updating the utmp, wtmp,
DTODO48 - utmp/wtmp get corrupted (something in loginrec?)
/external/toybox/toys/pending/
Dlast.c59 struct utmp *ut = (struct utmp *)l->arg; in find_and_dlink()
89 struct utmp ut; in last_main()
145 struct utmp *u = (struct utmp *)l->arg; in last_main()
/external/flac/src/share/win_utf8_io/
Dwin_utf8_io.c253 char *utmp = NULL; in vfprintf_utf8() local
258 if (!(utmp = (char *)malloc(UTF8_BUFFER_SIZE))) break; in vfprintf_utf8()
259 if ((ret = local_vsnprintf(utmp, UTF8_BUFFER_SIZE, format, argptr)) <= 0) break; in vfprintf_utf8()
260 if (!(wout = wchar_from_utf8(utmp))) { in vfprintf_utf8()
267 free(utmp); in vfprintf_utf8()
/external/selinux/restorecond/
Dutmpwatcher.c51 struct utmp u; in utmpwatcher_handle()
62 while (fread(&u, sizeof(struct utmp), 1, cfg) > 0) { in utmpwatcher_handle()
Drestorecond.conf5 /run/utmp
/external/libgsm/inc/
Dprivate.h108 : (utmp = (ulongword)-((a) + 1) + (ulongword)-((b) + 1)) \
109 >= MAX_LONGWORD ? MIN_LONGWORD : -(longword)utmp-2 ) \
111 : (utmp = (ulongword)(a) + (ulongword)(b)) >= MAX_LONGWORD \
112 ? MAX_LONGWORD : utmp))
/external/tcpdump/lbl/
Dos-sunos4.h116 struct utmp;
118 void login(struct utmp *);
/external/libpcap/lbl/
Dos-sunos4.h115 struct utmp;
117 void login(struct utmp *);
/external/llvm-project/compiler-rt/test/msan/
Dgetutent.cpp12 while (struct utmp *ut = getutent()) in main()
/external/libgsm/src/
Dpreprocess.c53 ulongword utmp; /* for L_ADD */ variable
/external/python/cpython2/Demo/rpc/
Drnusersclient.py9 ut_line, ut_name, ut_host, ut_time = utmp
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs383 pub struct utmp {
2567 pub fn getutent() -> *mut utmp; in getutent()
2568 pub fn getutid(u: *const utmp) -> *mut utmp; in getutid() argument
2569 pub fn getutline(u: *const utmp) -> *mut utmp; in getutline() argument
2570 pub fn pututline(u: *const utmp) -> *mut utmp; in pututline() argument
2574 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp() argument
2575 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx() argument
2576 pub fn updwtmp(file: *const ::c_char, u: *mut utmp); in updwtmp() argument
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs439 pub struct utmp {
594 impl PartialEq for utmp {
595 fn eq(&self, other: &utmp) -> bool {
615 impl Eq for utmp {}
617 impl ::fmt::Debug for utmp {
628 impl ::hash::Hash for utmp {
/external/bcc/tools/
Dopensnoop_example.txt72 0 27063 vminfo 5 0 /var/run/utmp
181 28051 sshd 8 0 02100002 /var/run/utmp
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.cpp106 unsigned struct_utmp_sz = sizeof(struct utmp);
Dsanitizer_platform_limits_posix.cpp276 unsigned struct_utmp_sz = sizeof(struct utmp);
/external/libgsm/add-test/
Dadd_test.c355 ulongword utmp; variable
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs287 pub struct utmp {
495 impl PartialEq for utmp {
496 fn eq(&self, other: &utmp) -> bool {
523 impl Eq for utmp {}
525 impl ::fmt::Debug for utmp {
543 impl ::hash::Hash for utmp {
2426 pub fn getutent() -> *mut utmp; in getutent()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs341 pub struct utmp {
2113 pub fn getutmp(ux: *const utmpx, u: *mut utmp); in getutmp() argument
2114 pub fn getutmpx(u: *const utmp, ux: *mut utmpx); in getutmpx() argument
2119 pub fn getutent() -> *mut utmp; in getutent()
/external/ipsec-tools/
DNEWS40 o system accounting (utmp)
/external/ppp/pppd/
Dsys-linux.c2173 struct utmp ut, *utp; in logwtmp()
/external/ipsec-tools/src/racoon/
Disakmp_cfg.c1658 struct utmp ut;

12