Searched refs:tlast (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-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-10-stable/lib/libstand/
H A Dnet.c79 time_t t, tmo, tlast; local
88 tlast = 0;
115 tlast = t;
126 tleft -= t - tlast;
127 tlast = t;
/freebsd-10-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
/freebsd-10-stable/contrib/ntp/parseutil/
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;
H A Ddcfd.c1509 struct timeval t, tt, tlast; local
1651 gettimeofday(&tlast, 0L);
1665 timersub(&t, &tlast);
1834 tlast = tt;
/freebsd-10-stable/usr.bin/ktrdump/
H A Dktrdump.c88 uintmax_t tlast, tnow; local
226 tlast = -1;
269 if (tlast == -1)
270 tlast = tnow;
271 fprintf(out, "%16ju ", !iflag ? tlast - tnow :
272 tnow - tlast);
273 tlast = tnow;

Completed in 128 milliseconds