MCPcopy Create free account
hub / github.com/coreutils/coreutils / print_clockchange

Function print_clockchange

src/who.c:493–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493static void
494print_clockchange (STRUCT_UTMP const *utmp_ent)
495{
496 /* FIXME: handle NEW_TIME & OLD_TIME both */
497 print_line ("", ' ', _("clock change"),
498 time_string (utmp_ent), "", "", "", "");
499}
500
501static void
502print_runlevel (STRUCT_UTMP const *utmp_ent)

Callers 1

scan_entriesFunction · 0.85

Calls 2

print_lineFunction · 0.70
time_stringFunction · 0.70

Tested by

no test coverage detected