Searched refs:lasttv (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sendmail/libsm/
H A Ddebug.c137 static struct timeval lasttv; local
149 if (timerisset(&lasttv))
150 timersub(&tv, &lasttv, &tvd);
158 lasttv = tv;
/freebsd-11-stable/contrib/ntp/clockstuff/
H A Dchutest.c71 struct timeval lasttv; variable in typeref:struct:timeval
149 (void) gettimeofday(&lasttv, (struct timezone *)0);
253 difftv.tv_sec = tv.tv_sec - lasttv.tv_sec;
254 difftv.tv_usec = tv.tv_usec - lasttv.tv_usec;
262 lasttv = tv;

Completed in 62 milliseconds