Searched refs:ut_time (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/include/rpcsvc/
H A Drnusers.x50 int ut_time;
72 int ut_time; /* time entry was made */
/freebsd-9.3-release/usr.bin/wtmpcvt/
H A Dwtmpcvt.c46 int32_t ut_time; member in struct:outmp
83 } else if (!MATCH(user, "") && !MATCH(line, "") && ui->ut_time != 0) {
98 uo->fu_tv = htobe64((uint64_t)ui->ut_time * 1000000);
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c78 # define ut_time ut_tv.tv_sec macro
80 # define ut_time ut_xtime
91 # define ut_time ut_tv.tv_sec macro
93 # define ut_time ut_xtime
334 if (utmp.ut_time < wp->who_time)
338 wp->who_time = utmp.ut_time;
344 wp->who_time = utmp.ut_time;
349 wp->who_time = utmp.ut_time;
365 wp->who_time = utmp.ut_time;
386 wpnew->who_time = utmp.ut_time;
[all...]
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dlogutmp.c140 (void)time(&ut.ut_time);
H A Dlogwtmp.c98 (void)time(&ut.ut_time);
H A Dftpd.c1207 (void)time(&utmp.ut_time);
/freebsd-9.3-release/contrib/opie/libopie/
H A Dlogin.c99 time(&u.ut_time);
H A Dlogwtmp.c158 time(&ut.ut_time);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c100 ut.ut_time = time(NULL);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsystime.c470 * long ut_time;
511 ut.ut_time = tvlast.tv_sec;
516 ut.ut_time = timetv.tv_sec;
553 ut.ut_time = tvlast.tv_sec;
558 ut.ut_time = timetv.tv_sec;
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dutmp_login.c87 utmp->ut_time = time(NULL);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1147 wtmp.ut_time = time(NULL);
1460 wtmp.ut_time = time(NULL);
1504 u->ut_time = time(NULL);
1519 wtmp.ut_time = time(NULL);
1547 utptr->ut_time = time(NULL);
/freebsd-9.3-release/crypto/openssh/
H A Dloginrec.c638 ut->ut_time = li->tv_sec;
736 utx->ut_time = li->tv_sec;
1221 li->tv_sec = ut.ut_time;
1388 li->tv_sec = utx.ut_time;
1694 ut.ut_time = t; /* ut_time is not always a time_t */
H A Dconfigure15409 # look for field 'ut_time' in header 'utmp.h'
15411 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time
15412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_time field in utmp.h" >&5
15413 $as_echo_n "checking for ut_time field in utmp.h... " >&6; }
15424 $EGREP "ut_time" >/dev/null 2>&1; then :
15448 # look for field 'ut_time' in header 'utmpx.h'
15450 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time
15451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_time field in utmpx.h" >&5
15452 $as_echo_n "checking for ut_time field in utmpx.h... " >&6; }
15463 $EGREP "ut_time" >/de
[all...]
/freebsd-9.3-release/libexec/rpc.rusersd/
H A Drusers_proc.c175 utmp_idle[nusers].ui_utmp.ut_time = usr->ut_tv.tv_sec;
/freebsd-9.3-release/usr.bin/rusers/
H A Drusers.c124 time_t t = _int_to_time(up->utmpidlearr_val[x].ui_utmp.ut_time);
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dos.h270 # define ut_time ut_xtime macro

Completed in 248 milliseconds