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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dutmp.h96 long ut_time; member in struct:utmp
/macosx-10.10.1/Librpcsvc-24/
H A Drusers.x55 int ut_time; /* time entry was made */
H A Drnusers.x62 % rpc_int ut_time; /* time on */
126 % if (!xdr_long(xdrs, &objp->ut_time)) {
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dwatch.c99 # undef ut_time macro
100 # define ut_time ut_xtime macro
103 # undef ut_time macro
104 # define ut_time ut_tv.tv_sec macro
163 return u->ut_time;
177 if (uu.ut_time < lastwatch || !srchlimit--) {
191 return uu.ut_time;
447 if (u->ut_time == v->ut_time)
449 return u->ut_time
[all...]
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Dtstout.c103 (void)time((time_t *)&ut.ut_time);
152 (void)time((time_t *)&ut.ut_time);
/macosx-10.10.1/ntp-92/libntp/
H A Dsystime.c259 * long ut_time;
296 ut.ut_time = oldtimetv.tv_sec;
301 ut.ut_time = timetv.tv_sec;
333 ut.ut_time = oldtimetv.tv_sec;
337 ut.ut_time = timetv.tv_sec;
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.who.c62 # define ut_time ut_tv.tv_sec macro
64 # define ut_time ut_xtime
316 if (utmp.ut_time < wp->who_time)
320 wp->who_time = utmp.ut_time;
326 wp->who_time = utmp.ut_time;
331 wp->who_time = utmp.ut_time;
347 wp->who_time = utmp.ut_time;
368 wpnew->who_time = utmp.ut_time;
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.h82 __int32_t ut_time; member in struct:utmp32
H A Dutmpx-darwin.c1040 u->ut_time = ux->ut_tv.tv_sec;
1152 l.ll_time = u->ut_time;
/macosx-10.10.1/sudo-73/src/
H A Dboottime.c136 tv->tv_sec = ut->ut_time;
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dutmp_login.c91 utmp->ut_time = time(NULL);
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dpty_unicos.c323 (void) time(&utmp.ut_time);
409 time(&utmp.ut_time);
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dlogwtmp.c140 ut.ut_time = time(NULL);
/macosx-10.10.1/configd-699.1.5/Plugins/Logger/
H A Dlogger.c1632 ut_time(struct utmpx *utmpx) function
1708 entry_tv = ut_time(utmpx);
1714 entry_tv = ut_time(utmpx);
1722 entry_tv = ut_time(utmpx);
1729 entry_tv = ut_time(utmpx);
1733 entry_tv = ut_time(utmpx);
1737 entry_tv = ut_time(utmpx);
1748 entry_tv = ut_time(utmpx);
1752 entry_tv = ut_time(utmpx);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c1156 wtmp.ut_time = time(NULL);
1471 wtmp.ut_time = time(NULL);
1515 u->ut_time = time(NULL);
1530 wtmp.ut_time = time(NULL);
1558 utptr->ut_time = time(NULL);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dloginrec.c635 ut->ut_time = li->tv_sec;
733 utx->ut_time = li->tv_sec;
1218 li->tv_sec = ut.ut_time;
1385 li->tv_sec = utx.ut_time;
1691 ut.ut_time = t; /* ut_time is not always a time_t */
H A Dconfigure14162 # look for field 'ut_time' in header 'utmp.h'
14164 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time
14165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_time field in utmp.h" >&5
14166 $as_echo_n "checking for ut_time field in utmp.h... " >&6; }
14177 $EGREP "ut_time" >/dev/null 2>&1; then :
14201 # look for field 'ut_time' in header 'utmpx.h'
14203 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_time
14204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_time field in utmpx.h" >&5
14205 $as_echo_n "checking for ut_time field in utmpx.h... " >&6; }
14216 $EGREP "ut_time" >/de
[all...]
/macosx-10.10.1/shell_cmds-179/w/
H A Dw.c359 if (touched < ep->utmp.ut_time) {
361 touched = ep->utmp.ut_time;
584 t = _time_to_time32(ep->utmp.ut_time);
/macosx-10.10.1/Libc-1044.1.2/gen/NetBSD/
H A Dutmpx.c568 u->ut_time = ux->ut_tv.tv_sec;
582 ux->ut_tv.tv_sec = u->ut_time;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfilelock.c288 if (utp->ut_time > boot_time)
290 boot_time = utp->ut_time;
/macosx-10.10.1/shell_cmds-179/who/
H A Dutmpentry.c307 e->tv.tv_sec = up->ut_time;
/macosx-10.10.1/screen-22/screen/
H A Dutmp.c621 (void)time((time_t *)&u->ut_time);
731 (void)time((time_t *)&u->ut_time);
H A Dos.h273 # define ut_time ut_xtime macro
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dntport.h498 time_t ut_time; /* login time */ member in struct:utmp
/macosx-10.10.1/remote_cmds-47/rwhod.tproj/
H A Drwhod.c469 we->we_utmp.out_time = htonl(utmp[i].ut_time);

Completed in 221 milliseconds