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

Function finish_up

src/dd.c:978–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976}
977
978static void
979finish_up (void)
980{
981 /* Process signals first, so that cleanup is called at most once. */
982 process_signals ();
983 cleanup ();
984 print_stats ();
985}
986
987static void
988quit (int code)

Callers 2

quitFunction · 0.85
mainFunction · 0.85

Calls 3

print_statsFunction · 0.85
process_signalsFunction · 0.70
cleanupFunction · 0.70

Tested by

no test coverage detected