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

Function print_boottime

src/who.c:425–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425static void
426print_boottime (STRUCT_UTMP const *utmp_ent)
427{
428 print_line ("", ' ', _("system boot"),
429 time_string (utmp_ent), "", "", "", "");
430}
431
432static char *
433make_id_equals_comment (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