HomeSort by: relevance | last modified time | path
    Searched defs:shuttime (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/shutdown/
shutdown.c 90 static time_t offset, shuttime; variable in typeref:typename:time_t
219 (void)printf("Shutdown at %.24s.\n", ctime(&shuttime));
324 ctime(&shuttime) + 11);
449 shuttime = now;
457 shuttime = now + offset;
512 if ((shuttime = mktime(lt)) == -1)
514 if ((offset = shuttime - now) < 0)
569 ct = ctime(&shuttime);

Completed in 11 milliseconds