Searched refs:tlast (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c1509 struct timeval t, tt, tlast; local
1651 gettimeofday(&tlast, 0L);
1665 timersub(&t, &tlast);
1834 tlast = tt;
H A Dtestdcf.c371 struct timeval t, tt, tlast; local
428 gettimeofday(&tlast, 0L);
434 t.tv_sec -= tlast.tv_sec;
435 t.tv_usec -= tlast.tv_usec;
513 tlast = tt;
/freebsd-11-stable/usr.bin/ktrdump/
H A Dktrdump.c91 uintmax_t tlast, tnow; local
233 tlast = -1;
298 if (tlast == -1)
299 tlast = tnow;
300 fprintf(out, "%16ju ", !iflag ? tlast - tnow :
301 tnow - tlast);
302 tlast = tnow;
/freebsd-11-stable/stand/libsa/
H A Dnet.c92 time_t t, tmo, tlast; local
102 tlast = 0;
134 tlast = t;
145 tleft -= t - tlast;
146 tlast = t;
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbitstring.c85 unsigned int tlast; local
102 tlast = tbitpos + n;
109 REQUIRE(tlast <= target->size);
111 if (tlast > target->length)
112 target->length = tlast;
/freebsd-11-stable/sbin/dump/
H A Doptr.c380 struct tm *tlast; local
402 tlast = localtime(&dtwalk->dd_ddate);
403 dumpme = tnow > (dtwalk->dd_ddate - (tlast->tm_hour * 3600)
404 - (tlast->tm_min * 60) - tlast->tm_sec

Completed in 210 milliseconds