Lines Matching refs:reftime
895 mod_ctab(char *name, time_t reftime) in mod_ctab() argument
953 readcron(u, reftime); in mod_ctab()
976 readcron(u, reftime); in mod_ctab()
984 readcron(u, reftime); in mod_ctab()
990 mod_atjob(char *name, time_t reftime) in mod_atjob() argument
1120 readcron(struct usr *u, time_t reftime) in readcron() argument
1264 e->time = next_time(e, reftime); in readcron()
2775 time_t reftime; in msg_wait() local
2819 reftime = time(NULL); in msg_wait()
2820 if (next_event != NULL && reftime >= next_event->time) { in msg_wait()
2826 pending_reftime = reftime; in msg_wait()
2829 process_msg(&msg, reftime); in msg_wait()
2839 process_msg(struct message *pmsg, time_t reftime) in process_msg() argument
2855 mod_ctab(pmsg->fname, reftime); in process_msg()