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

/freebsd-10.1-release/usr.sbin/cron/cron/
H A Dcron.c395 int seconds_to_wait; local
410 * If the seconds_to_wait value is insane, jump the cron
419 seconds_to_wait = (stime.tv_nsec > 0) ? stime.tv_sec + 1 :
423 getpid(), (long)TargetTime, seconds_to_wait))
434 getpid(), seconds_to_wait))

Completed in 93 milliseconds