Home
last modified time | relevance | path

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

/freebsd/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/contrib/ntp/clockstuff/
H A Dchutest.c71 struct timeval lasttv; variable
149 (void) gettimeofday(&lasttv, (struct timezone *)0); in main()
253 difftv.tv_sec = tv.tv_sec - lasttv.tv_sec; in process_raw()
254 difftv.tv_usec = tv.tv_usec - lasttv.tv_usec; in process_raw()
262 lasttv = tv; in process_raw()