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

/freebsd-10.0-release/usr.bin/at/
H A Dparsetime.c593 time_t nowtimer, runtimer; local
661 runtimer = mktime(&runtime);
663 if (runtimer < 0)
666 if (nowtimer > runtimer)
669 return runtimer;
H A Dat.c113 static void writefile(time_t runtimer, char queue);
205 writefile(time_t runtimer, char queue) argument
266 jobno, (unsigned long) (runtimer/60));
468 time_t runtimer; local
508 runtimer = 60*(time_t) ctm;
509 runtime = *localtime(&runtimer);

Completed in 156 milliseconds