Home
last modified time | relevance | path

Searched refs:crmsg (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.bin/last/
H A Dlast.c328 const char *crmsg; in wtmpx() local
334 crmsg = NULL; in wtmpx()
360 crmsg = "shutdown"; in wtmpx()
362 crmsg = "reboot"; in wtmpx()
364 crmsg = "crash"; in wtmpx()
366 crmsg = strncmp(bp->ut_name, "shutdown", in wtmpx()
425 printf("- %s", crmsg); in wtmpx()
449 crmsg = fmttime(bufx[1].ut_xtime, FULLTIME); in wtmpx()
452 printf("\n%s begins %s\n", ct ? ct : file, crmsg); in wtmpx()