Home
last modified time | relevance | path

Searched refs:lastexit (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/cron/cron/
H A Dcron.c199 e->lastexit = TargetTime;
307 if (e->lastexit > 0 &&
308 TargetTime >= e->lastexit + e->interval)
562 e->lastexit = time(NULL);
H A Dstructs.h41 time_t lastexit; member
H A Ddo_command.c57 e->lastexit = time(NULL); in do_command()
71 e->lastexit = 0; in do_command()
H A Ddatabase.c307 e->lastexit = now; in process_crontab()