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

/freebsd-current/usr.bin/at/
H A Dparsetime.c594 time_t nowtimer, runtimer; local
665 runtimer = mktime(&runtime);
667 if (runtimer < 0)
670 if (nowtimer > runtimer)
673 return runtimer;
H A Dat.c114 static void writefile(time_t runtimer, char queue);
206 writefile(time_t runtimer, char queue) argument
267 jobno, (unsigned long) (runtimer/60));
468 time_t runtimer; local
508 runtimer = 60*(time_t) ctm;
509 runtime = *localtime(&runtimer);

Completed in 175 milliseconds