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

/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c634 struct timeval tvs[2]; local
636 (void)gettimeofday(&tvs[0], NULL);
637 tvs[1] = tvs[0];
638 if (utimes(SPOOL_DIR, tvs) < OK) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c645 struct timeval tvs[16]; member in struct:persist_active_timeout_called
661 evutil_gettimeofday(&c->tvs[c->n], NULL);
702 test_timeval_diff_eq(&start, &res.tvs[0], 100);
703 test_timeval_diff_eq(&start, &res.tvs[1], 300);
704 test_timeval_diff_eq(&start, &res.tvs[2], 500);

Completed in 77 milliseconds