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

/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dparsetime.c647 time_t nowtimer, runtimer; local
727 runtimer = mktime(&runtime);
729 if (runtimer < 0)
732 if (nowtimer > runtimer)
735 return runtimer;
H A Dat.c123 static void writefile(time_t runtimer, char queue);
215 writefile(time_t runtimer, char queue) argument
277 jobno, (unsigned long) (runtimer/60));
470 runtime = *localtime(&runtimer);
497 time_t runtimer; local
521 runtimer = 60*(time_t) ctm;
522 runtime = *localtime(&runtimer);

Completed in 146 milliseconds