/src/usr.bin/at/ |
at.c | 167 writefile(time_t runtimer, unsigned char queue) 236 "%c%5x%8lx", queue, jobno, (unsigned long) (runtimer/60)); 434 time_t runtimer; local in function:list_jobs 466 runtimer = 60 * (time_t)ctm; 467 runtime = *localtime(&runtimer);
|
at.c | 167 writefile(time_t runtimer, unsigned char queue) 236 "%c%5x%8lx", queue, jobno, (unsigned long) (runtimer/60)); 434 time_t runtimer; local in function:list_jobs 466 runtimer = 60 * (time_t)ctm; 467 runtime = *localtime(&runtimer);
|
parsetime.c | 578 time_t nowtimer, runtimer; local in function:parsetime 644 runtimer = mktime(&runtime); 646 if (runtimer == (time_t)-1) 649 if (nowtimer > runtimer) 652 return runtimer;
|
parsetime.c | 578 time_t nowtimer, runtimer; local in function:parsetime 644 runtimer = mktime(&runtime); 646 if (runtimer == (time_t)-1) 649 if (nowtimer > runtimer) 652 return runtimer;
|