Home
last modified time | relevance | path

Searched refs:ut_time (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.who.c76 # define ut_time ut_tv.tv_sec macro
78 # define ut_time ut_xtime macro
89 # define ut_time ut_tv.tv_sec macro
91 # define ut_time ut_xtime macro
315 if (utmp.ut_time < wp->who_time)
319 wp->who_time = utmp.ut_time;
325 wp->who_time = utmp.ut_time;
330 wp->who_time = utmp.ut_time;
346 wp->who_time = utmp.ut_time;
367 wpnew->who_time = utmp.ut_time;
/freebsd/include/rpcsvc/
H A Drnusers.x43 int ut_time; member
65 int ut_time; /* time entry was made */ member
/freebsd/contrib/ntp/libntp/
H A Dsystime.c387 * long ut_time; in update_uwtmp()
428 ut.ut_time = tvlast.tv_sec; in update_uwtmp()
433 ut.ut_time = timetv.tv_sec; in update_uwtmp()
470 ut.ut_time = tvlast.tv_sec; in update_uwtmp()
475 ut.ut_time = timetv.tv_sec; in update_uwtmp()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1156 wtmp.ut_time = time(NULL); in startslave()
1471 wtmp.ut_time = time(NULL); in rmut()
1515 u->ut_time = time(NULL); in rmut()
1530 wtmp.ut_time = time(NULL); in rmut()
1558 utptr->ut_time = time(NULL); in rmut()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c140 ut.ut_time = time(NULL); in ftpd_logwtmp_wtmp()
/freebsd/crypto/heimdal/appl/login/
H A Dutmp_login.c91 utmp->ut_time = time(NULL); in prepare_utmp()
/freebsd/crypto/openssh/
H A Dloginrec.c627 ut->ut_time = li->tv_sec; in set_utmp_time()
719 utx->ut_time = li->tv_sec; in set_utmpx_time()
1207 li->tv_sec = ut.ut_time; in wtmp_get_entry()
1374 li->tv_sec = utx.ut_time; in wtmpx_get_entry()
H A Dconfigure.ac4448 OSSH_CHECK_HEADER_FOR_FIELD([ut_time], [utmp.h], [HAVE_TIME_IN_UTMP])
4449 OSSH_CHECK_HEADER_FOR_FIELD([ut_time], [utmpx.h], [HAVE_TIME_IN_UTMPX])
/freebsd/usr.bin/rusers/
H A Drusers.c123 time_t t = _int_to_time(up->utmpidlearr_val[x].ui_utmp.ut_time); in rusers_reply()
/freebsd/libexec/rpc.rusersd/
H A Drusers_proc.c166 utmp_idle[nusers].ui_utmp.ut_time = usr->ut_tv.tv_sec; in do_names_2()