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

/freebsd-10.0-release/usr.sbin/cron/crontab/
H A Dcrontab.c629 struct timeval tvs[2]; local
631 (void)gettimeofday(&tvs[0], NULL);
632 tvs[1] = tvs[0];
633 if (utimes(SPOOL_DIR, tvs) < OK) {

Completed in 63 milliseconds