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

/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dparsetime.c590 time_t nowtimer, runtimer; local
652 runtimer = mktime(&runtime);
654 if (runtimer < 0)
657 if (nowtimer > runtimer)
660 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);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dparsetime.c590 time_t nowtimer, runtimer; local
652 runtimer = mktime(&runtime);
654 if (runtimer < 0)
657 if (nowtimer > runtimer)
660 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 154 milliseconds