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

/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c115 static time_t offset, shuttime; variable
260 (void)printf("Shutdown at %.24s.\n", ctime(&shuttime));
381 ctime(&shuttime) + 11);
551 shuttime = now;
560 shuttime = now + offset;
611 if ((shuttime = mktime(lt)) == -1)
613 if ((offset = shuttime - now) < 0)
636 ct = ctime(&shuttime);

Completed in 51 milliseconds